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.
Text Formatting ⇒ manually format equation location
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
manually format equation location
Indeed there are some length registers that determine the space before and after an equation.
Best regards and welcome to the board
Thorsten¹
- \abovedisplayshortskip
- \abovedisplayskip
- \belowdisplayshortskip
- \belowdisplayskip
Best regards and welcome to the board
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: manually format equation location
This works. Thanks a lot for the help! Hopefully I'll get good enough at this so I can return the favor.