Skip to content

Multiple label definition #28

Description

@GiulioRomualdi

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions