Document ClassesVertical spacing between lines in amsmath align environment

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
civ
Posts: 2
Joined: Thu Aug 28, 2008 11:54 am

Vertical spacing between lines in amsmath align environment

Post by civ »

Hello!

I'm quite new to LaTeX, so forgive me if this is a trivial question. I've searched Google and not found the answer;

I have a multiline equation with integrals in amsmath's align environment, and I think the vertical spacing between the integrals is too small. I've found out that I can increase the vertical spacing individually with, say, \\[10pt], but how do I increase the default line spacing for all align-environments in the document?

I've tried the setspace-package, but that seems to adjust the vertical spacing of all text except the amsmath multiline environments.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

Vertical spacing between lines in amsmath align environment

Post by Stefan Kottwitz »

Hi civ,

welcome to the board!
You could change the length \jot, for example:

Code: Select all

\setlength{\jot}{10pt}
Stefan
LaTeX.org admin
civ
Posts: 2
Joined: Thu Aug 28, 2008 11:54 am

Re: Vertical spacing between lines in amsmath align environment

Post by civ »

Thank you very much, exactly what I was looking for. :)
Post Reply