Search found 1 match

by koala102938
Wed Feb 26, 2014 5:06 am
Forum: Math & Science
Topic: Subequations within Align/Gather environment
Replies: 3
Views: 8508

Re: Subequations within Align/Gather environment

Yes, this is very good! Thank you, frabjous!

How can you label a complete subeqblock? Something like the following (that doesn't work):

\begin{document}
\begin{align}
1+1&=2\\
2+2&=4\\
\newsubeqblock\label{eq:block}
\mysubeq 3+3&=6 \\
\mysubeq 3+3&=4+2 \\
4+4&= 8
\end{align}
\end{document}

This ...