Text Formattingmanually format equation location

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
howard
Posts: 8
Joined: Fri Oct 23, 2009 8:55 am

manually format equation location

Post by howard »

Hello all,

I am fairly new to latex and am currently writing up my master's thesis (of course it has to be in a completely illogical format). I am curious if anyone knows how to bypass latex's default spacing for equations and manually enter the desired spacing so that there is one double space before the equation(s) and one after for example,

texttexttexttexttexttexttexttext

equations

texttexttexttexttexttexttexttext.

Any help would be greatly appreciated.

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
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

manually format equation location

Post by localghost »

Indeed there are some length registers that determine the space before and after an equation.
  • \abovedisplayshortskip
  • \abovedisplayskip
  • \belowdisplayshortskip
  • \belowdisplayskip
The best is to search for these terms in the »Math mode« document to get explanations and examples.


Best regards and welcome to the board
Thorsten¹
howard
Posts: 8
Joined: Fri Oct 23, 2009 8:55 am

Re: manually format equation location

Post by howard »

This works. Thanks a lot for the help! Hopefully I'll get good enough at this so I can return the favor.
Post Reply