Math & ScienceSpace in align enviroment

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
Willie
Posts: 42
Joined: Sat Aug 27, 2011 3:43 am

Space in align enviroment

Post by Willie »

Hello. I typed a few rows of equations in `align' enviroment, and noticed that the lines were too close to each other because of the mathematical symbols. therefore, I used \\[0.2cm] at the end of lines.
Is there a way to define the `newline' command in the preamble to always increase the line spacing by 0.2cm, but only in the `align' enviroment?

Recommended reading 2024:

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

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

Re: Space in align enviroment

Post by Stefan Kottwitz »

Hi Willie,

you could adjust the length \jot,

Stefan
LaTeX.org admin
Willie
Posts: 42
Joined: Sat Aug 27, 2011 3:43 am

Re: Space in align enviroment

Post by Willie »

Thanks you for the reply. It worked, but somehow the spacing using this command seems to not be equal to the spacing using the \\[height].
when I compared the two I found that \\[0.2cm] is equal to \setlength{\jot}{0.3cm}

are you familiar with this effect?

thanks again
Post Reply