no~letter
to be (1), and then a
to be (1a) and b
to be (1b)
Code: Select all
\begin{subequations}
hello
\beq
no~letter
\eeq
hi
\beq
a
\eeq
hi again
\beq
b
\eeq
\end{subequations}
no~letter
to be (1), and then a
to be (1a) and b
to be (1b)
Code: Select all
\begin{subequations}
hello
\beq
no~letter
\eeq
hi
\beq
a
\eeq
hi again
\beq
b
\eeq
\end{subequations}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{article}
\usepackage{mathtools}
\begin{document}
\begin{subequations}
\begin{align}
a&=b\tag{\theparentequation}\\% Set another tag than the automatic one.
b&=c\\
c&=d
\end{align}
\end{subequations}
\end{document}
\tag
and section 3.11.3 about counter parentequation
.NEW: TikZ book now 40% off at Amazon.com for a short time.