Math & Science ⇒ Double spacing in equations
Double spacing in equations
How can I set default double-spacing between each equation line (i.e. vertical spacing) for anytime I use equations?
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Double spacing in equations
It depends. Do you mean equations made with the
Stefan
equation
environment, or do you mean double spacing in multiline equations such as with align
, gather
, or multline
of amsmath?Stefan
LaTeX.org admin
Double spacing in equations
Yes in multiline equations. Need to change the space between two such lines.Stefan_K wrote:It depends. Do you mean equations made with theequation
environment, or do you mean double spacing in multiline equations such as withalign
,gather
, ormultline
of amsmath?
Stefan
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Double spacing in equations
You could make the length
Stefan
\jot
larger. Have a look at vertical spacing in math for an example.Stefan
LaTeX.org admin
Double spacing in equations
Seems working fine! Thanks.Stefan_K wrote:You could make the length\jot
larger. Have a look at vertical spacing in math for an example.
Stefan

Can we figure out whether it is double or triple of the usual spacing?
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Double spacing in equations
I would measure or estimate. Or compare
Stefan
\jot
and \baselineskip
. Equations may have different height, you know, because of indexes, stacked indexes, fractions, and more. That's why double spacing has no consistent meaning here. I would raise \jot
until it seems to match the spacing in the text lines.Stefan
LaTeX.org admin
Double spacing in equations
I thought spacing between twoStefan_K wrote:I would measure or estimate. Or compare\jot
and\baselineskip
. Equations may have different height, you know, because of indexes, stacked indexes, fractions, and more. That's why double spacing has no consistent meaning here. I would raise\jot
until it seems to match the spacing in the text lines.
Stefan
=
signs in two consecutive lines could be considered. Anyway, thanks a lot.- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Double spacing in equations
It could, but this can be different between each equation row. Have a look what I mean - would you like do double the first distance, or the second distance?hbaromega wrote:I thought spacing between two=
signs in two consecutive lines could be considered.
Stefan
LaTeX.org admin
Double spacing in equations
Yeah understood your point now. Better if I manually double the second distance and leave the first distance as it is.Stefan_K wrote:It could, but this can be different between each equation row. Have a look what I mean - would you like do double the first distance, or the second distance?hbaromega wrote:I thought spacing between two=
signs in two consecutive lines could be considered.
Stefan