You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use Beamer to show a variant of a previously defined equation, yet it throws me weird undescriptive errors (that appear to relate to the frame, not the equation environment). My MWE:
\documentclass{beamer}
\usepackage{amsmath,amsfonts,amssymb}
\begin{document}
\begin{equation}
y = x^2 \label{eq:equation1}
\end{equation}
\begin{equation}
y = x^2+2 \tag{\ref*{eq:equation1}m}\label{eq:equation2}
\end{equation}
Equations \eqref{eq:equation1} and \eqref{eq:equation2}
\end{document}
It does work with the article class (with hyperref added), so it appears to be a bug on Beamer's part. Commenting out the label with the second equation solves the problem, but then I can't refer to my modified equation elsewhere.
The text was updated successfully, but these errors were encountered:
I'm trying to use Beamer to show a variant of a previously defined equation, yet it throws me weird undescriptive errors (that appear to relate to the frame, not the equation environment). My MWE:
It does work with the article class (with hyperref added), so it appears to be a bug on Beamer's part. Commenting out the label with the second equation solves the problem, but then I can't refer to my modified equation elsewhere.
The text was updated successfully, but these errors were encountered: