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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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