Is there a way to give equations/math latex text an equation number and make it reference-able?
Use the following construction:
$$e=mc^2 \tag{1}\label{name}$$
You can now refer to this formula:
$$\eqref{name}$$
This is really interesting!
Thank you!
I slightly upgrade it: using $\eqref{eq1}$ so that the equation label can be refereed inline.
$$e=mc^2 \tag{1} \label{eq1}$$ Einstein provides $\eqref{eq1}$ in his paper.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.