Math & ScienceDifferent Space before and after Equations

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
Hermano
Posts: 14
Joined: Wed Apr 06, 2011 9:10 pm

Different Space before and after Equations

Post by Hermano »

Hi,

I have increased the space between my text and equations by placing these lines right after \begin{document}.

Code: Select all

\setlength{\abovedisplayskip}{16pt}
\setlength{\belowdisplayskip}{16pt}
However, the distances are not the same for each equation as can be seen in the attachment (compare equation 3.17 with 3.18).

The code I used is this.

Code: Select all

The basic aspect of the problem lies now in quantifying the coefficient of discharge~$C_d$. He showed that $C_d$ is a unique function of:
\begin{equation}
C_d = f(\Lambda_e,\overline{p}_t,geo)
\end{equation}
in which $geo$ stands for the entrance gap geometrical properties. The entrance number $\Lambda_e$ depends on the supply pressure, geometry of the bearing problem and its fluid properties:
\begin{equation}
\Lambda_e = \frac{\mu r_f}{p_s h^2}\sqrt{\frac{\Re Ts}{\kappa}}
\end{equation}
As a result, the original entrance
Attachments
equations.pdf
(33.2 KiB) Downloaded 566 times
Last edited by localghost on Tue Jun 18, 2013 6:33 pm, edited 1 time in total.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Different Space before and after Equations

Post by localghost »

An adequate problem description usually consists of a self-contained and minimal example and not only of a loosely code snippet and excerpt of the output. Furthermore it is appreciated very much if you use the corresponding buttons from the list right above the input window to tag code as such.
  • [ Code ] → Code block
  • [ LaTeX ] → In-line code
Regarding the problem there are two other length registers to be considered.
  • \abovedisplayshortskip
  • \belowdisplayshortskip
They can be modified as every other length.


Further reading:

Thorsten
Post Reply