Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to relabel with current numbering #32

Open
tdegeus opened this issue Mar 11, 2022 · 0 comments
Open

Add option to relabel with current numbering #32

tdegeus opened this issue Mar 11, 2022 · 0 comments

Comments

@tdegeus
Copy link
Owner

tdegeus commented Mar 11, 2022

In the case that labels are simply the float number, the formatting can ensure that the right number is used. For example

\begin{equation}
\label{eq:4}
...
\end{equation}
...
\begin{equation}
\label{eq:2}
...
\end{equation}
See \cref{eq:4}

should be changed to

\begin{equation}
\label{eq:1}
...
\end{equation}
...
\begin{equation}
\label{eq:2}
...
\end{equation}
See \cref{eq:1}
@tdegeus tdegeus changed the title Relabel with current numbering Add option to relabel with current numbering Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant