I'm new in this and I need some help. What I want to do is to put an equation first and a text in the same line. I don't get to put them together in the same line and I want to get all (the equation and the text) to the right side, not centered.
I don't get to any solution from anywhere. This is my example:
I tried with this.K_t: Capital that family brings into period t
Code: Select all
\usepackage{amsmath}
\begin{equation}
\[ k_{t} \] \text{: Capital that family brings into period t}
\end{equation}
It doesn't work like this so I really need help!
Thanks a lot in advance!