To add some extra spacing in multiline equation environments (such as align or gather), you can use the \jot command either in the preamble which will affect all your multiline equations, or only locally.
\setlength{\jot}{height}
Here’s an example
\begin{align*}
\setlength{\jot}{12pt}
a + c^3 & = 0 \\
a + b^2 & = 0 \\
d + c^{-1} & = 10 \\
d + a^2 & = \pi
\end{align*}
it looks like this
Voila!
ref: LaTeX Community
Cite as:
Saad, T. "LaTeX: Vertical Spacing in Multiline Equations".
Weblog entry from
Please Make A Note.
http://pleasemakeanote.blogspot.com/2009/02/latex-vertical-spacing-in-multiline.html
Thanks very much for posting this! Very handy.
ReplyDelete+1 - cheers!
ReplyDeleteI can't get this example to work. It doesn't work locally. It will only work globally when it is in the preamble.
ReplyDeletetry specifying the line skip value manually: \\[12pt]
ReplyDeletewonderful!
ReplyDeleteAmazing, thanks a lot for sharing this knowledge.
ReplyDeleteVery effective formula, it seems that you are a great mathematician, I wonder if you have more formulas like this one!
ReplyDeleteThanks! I also like the solution provided by yNot.
ReplyDeleteWorked, :P. Thanks my boy!
ReplyDelete