Page LayoutToo much Space around Equations

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
fib
Posts: 5
Joined: Fri Jun 29, 2012 11:56 am

Too much Space around Equations

Post by fib »

Hi,

is there a way to diminish the spacing around equation environments?

I use the command \linespread{1.6} and there is the side effect of having extra space around central equations.

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: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Too much Space around Equations

Post by Stefan Kottwitz »

Hi fib,

you could modify the lengths \abovedisplayskip, \belowdisplayskip, \abovedisplayshortskip, \belowdisplayshortskip, here you can read how to do this and, especially in the third post, a good way to do it globally:
Stefan
LaTeX.org admin
fib
Posts: 5
Joined: Fri Jun 29, 2012 11:56 am

Re: Too much Space around Equations

Post by fib »

Thank you Stefan_K, your reply was very useful.
fib
Posts: 5
Joined: Fri Jun 29, 2012 11:56 am

Too much Space around Equations

Post by fib »

I still have a problem with central equation in \newtheorem environment. The previous commands do not affect the spacing in \newtheorem.

Any suggestion?

Thanks in advance.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Too much Space around Equations

Post by localghost »

Use the setspace package instead of the \linespread command. See l2tabu.


Thorsten
Post Reply