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
\documentclass{article}
\usepackage{amsmath}
\begin{document}
System \eqref{eq:1}
Equations \eqref{eq:1a} and \eqref{eq:1b}
\begin{subequations}
\label{eq:1}
\begin{equation}
\label{eq:1a}
a = b +c
\end{equation}
\begin{equation}
g = h + i
\label{eq:1b}
\end{equation}
\end{subequations}
System \eqref{eqq:1}
Equations \eqref{eqq:1a} and \eqref{eqq:1b}
\begin{subequations}
\begin{equation}
\label{eqq:1a}
a = b +c
\end{equation}
\begin{equation}
g = h + i
\label{eqq:1b}
\end{equation}
\label{eqq:1}
\end{subequations}
\end{document}
Generates
System (1) Equations (1a) and (1b)
...
System (2b) Equations (2a) and (2b)
...
Note that the 2nd system says 2b - not 2 as intended, and that it seems to work for nested align; and it also works if the labels are before the equations as in System 1 (which provides a handy work-around).
I have not tested in the most recent version, but I could not find a matching issue.
The text was updated successfully, but these errors were encountered:
The following code:
Generates
Note that the 2nd system says 2b - not 2 as intended, and that it seems to work for nested align; and it also works if the labels are before the equations as in System 1 (which provides a handy work-around).
I have not tested in the most recent version, but I could not find a matching issue.
The text was updated successfully, but these errors were encountered: