Hi @orsharir, I have an issue when I add the command \label{} to the environment equation.
In details when I create an equation as follows, I retrive the error Label 'eq:test' multiply defined.
\begin{equation}
\label{eq:test}
sin^2(x) + cos^2(x) = 1
\end{equation}
\begin{equation}
\label{eq:test}
sin^2(x) + cos^2(x) = 1
\end{equation}
Unfortunately, I notice that the problem happens when the equation is cited by using the command \eqref{} e.g. \eqref{eq:test}
Do you know why this is happening? Do you have any suggestions to fix the problem?
Hi @orsharir, I have an issue when I add the command
\label{}to the environment equation.In details when I create an equation as follows, I retrive the error
Label 'eq:test' multiply defined.\begin{equation}
\label{eq:test}
sin^2(x) + cos^2(x) = 1
\end{equation}
Unfortunately, I notice that the problem happens when the equation is cited by using the command
\eqref{}e.g. \eqref{eq:test}Do you know why this is happening? Do you have any suggestions to fix the problem?