I am having trouble correctly formatting cross-referenced equations.
When I reference an equation I would like the equation number to appear on the far right-hand side of the page, just as the regular equation numbers are formatted. Unfortunately, I am not sure how to achieve this.
Here is an example of what I have tried.
\section{Introduction}
\begin{equation}
(x+y)^2 = x^2 + 2xy + y^2 \label{I.1}
\end{equation}
\section{Results}
\begin{equation*}
(x+y)^2 = x^2 + 2xy + y^2 \eqref{I.1}
\end{equation*}
This gives a reference number that comes directly after the equation. I know there are functions such as \quad and \qquad to manually space things, but these don't put it over far enough. Plus I feel like there is a much better way to achieve this that I am not aware of.
So how do I get my reference number to the far right side?
\tagas in\tag{I.1}, but why are you trying to number manually your questions? Let LaTeX do the job. – Gonzalo Medina Feb 03 '15 at 02:36\documentclassand ending with\end{document}. also, there shouldn't be any blank lines between\begin{equation} ... \end{equation}`. – barbara beeton Feb 03 '15 at 02:38