In .tex documents, when I am displaying an equation I do this:
\begin{equation}
a^2+b^2=c^2
\end{equation}
And it displays with an equation number off to the right.
But when displaying proofs (where lots of work / equations / formulations may be present in a group), is there a standard convention for how these are to be displayed? Would an entire group be stashed between equation tags (and therefore assigned an equation number, cumulatively), or is there a way to display mathematical work without any particular assignment?
\tag{<text>}– Runar Dec 27 '15 at 19:09\begin{equation}...\end{equation}, use\[...\]or\begin{equation*}...\end{equation*}if you've loadedamsmath. – Werner Dec 27 '15 at 19:09I am sure there will be a great answer to this soon.
– Runar Dec 27 '15 at 19:27