Equation Margins – How to Decrease Space Height Between Equations

captionselsarticleequationslyxmargins

I want to decrease spaces(margin) height before and after equations because I found big space when text end and display formula appears or between equations each in separate line.

Also I want to do the same between caption text and table there is also big space.

All of this in elsarticle class.

Best Answer

You can try to put the following after \begin{document}:

\abovedisplayskip=0pt
\abovedisplayshortskip=0pt
\belowdisplayskip=0pt
\belowdisplayshortskip=0pt

The "short" skips correspond to equations after a short line.

For the captions:

\abovecaptionskip=0pt
\belowcaptionskip=0pt