Example;
\begin{equation*}
\begin{aligned}
1 + 2 = 3 \\[3mm]
3 + 1 = 4 \\[3mm]
4 + 1 = 5
\end{aligned}
\end{equation*}
I find that I'm often adding the [3mm] to the ends of equation lines so that the spacing isn't so tight between lines, but is there a way to set this for
- a particular equation instance
- globally for equations
I can't seem to find this out.
edit
this worked
\begin{equation*}
\addtolength{\jot}{12pt}
\begin{aligned}
1 + 2 = 3 \\
3 + 1 = 4 \\
4 + 1 = 5
\end{aligned}
\end{equation*}
alignedas well, I believe. – Torbjørn T. May 25 '16 at 16:58\openup 2ex, but it seems to then act on everything after it (even when adding\openup 0exwhen i want it to cease) – baxx May 25 '16 at 17:03spreadlinesand changing\jotboth worked here. – Torbjørn T. May 25 '16 at 17:05