Let's assume we want to create one subequation including four aligned single equations. The first two single equations should be numbered as 1a and 1b while the third and fourth one should continue the numbering of the previous one, but with new equation number as 2a and 2b.
Minimum Working Example (MWE):
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{subequations}
\begin{align}
1 &= 1\\
2 &= 2\\
3 &= 3\\% from here a new equation number should begin
4 &= 4
\end{align}
\end{subequations}
\end{document}
Screenshot of the result:
Questions:
- How can I automatically continue numbering of the previous equation numbers without cheating around by manually assigning numbers/tags?
- Would it be possible to increase the vertical space between the equation 1-pair and the equation 2-pair?

subequations. – Apr 01 '19 at 12:23=-symbols would all be aligned below each other for all equations, yes. – Dave Apr 01 '19 at 12:23=-symbols below each other for all equations. – Dave Apr 01 '19 at 12:24