I ran into a "problem" regarding the spacing of math environments. I'd like to have the same vertical spacing above and below the equation, so that the equation fits nice in the text around it. Something like this:
text text text text text text text text text
equation
text text text text text text text text text
The only way I can achieve this is by not having a paragraph in front of the equation like this:
Code: Select all
text text text text text text text text text
\begin{equation}
a = b
\end{equation}
text text text text text text text text text
Code: Select all
text text text text text text text text text
\begin{equation}
a = b
\end{equation}
text text text text text text text text text
My question is: How can I increase the space above an below the equation to a certain degree? I am using the amsmath package and did not find any command in it that does the trick.
Any help, hint, link is appreciated!!
cherio Woltan