Text Formattingspace around equations

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Locked
fib
Posts: 5
Joined: Fri Jun 29, 2012 11:56 am

space around equations

Post by fib »

Hi,

I have a problem in spacing equations. I use the commands \[X]displayskip family.
Normal equations of type \begin{equation} \end{equation} are correctly spaced.

But inside

Code: Select all

%[...]
\newtheorem{Theorem}{Theorem}[section] 
%[...]
\begin{theorem}
some-text
\begin{equation}
 0 = 0
\end{equation}
some-text
\end{theorem}
I get extra space around the equation. Any suggestion to solve such problem?

Thanks.

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

space around equations

Post by localghost »

This is a follow-up to a former question [1]. Therefore discussion can continue there. Next time please bump a topic if you get no answer instead of doing a double post.

[1] View topic: Too much Space around Equations
Locked