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}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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
.Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis