Text FormattingText with advance after equation or figure

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
marcoesteves
Posts: 18
Joined: Tue Jun 09, 2009 3:33 pm

Text with advance after equation or figure

Post by marcoesteves »

Hello.
When I insert equation or figure, next text block start with advance.
Can I change it?

E.g.

Normal text
Equation
:arrow: :arrow: advanced text

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Re: Text with advance after equation or figure

Post by Stefan Kottwitz »

Do you mean an indentation? Horizontal space, or vertical? How is your code?
Don't use \par or an empty line after an equation.

Stefan
LaTeX.org admin
marcoesteves
Posts: 18
Joined: Tue Jun 09, 2009 3:33 pm

Text with advance after equation or figure

Post by marcoesteves »

Stefan_K wrote:Do you mean an indentation? Horizontal space, or vertical? How is your code?
Don't use \par or an empty line after an equation.

Stefan
Identation, horizontal space.
With equation, I solve the problem. With figure no.

Code: Select all

\begin{figure}[H]
\center
\includegraphics[scale=0.8,bb=12 14.25 312 213]{Diagrama_agentes.pdf}
\caption{Diagrama funcionamento do RL}\label{esquema1}
\end{figure}
TEXT(without linespace
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Text with advance after equation or figure

Post by Stefan Kottwitz »

Try \noindent before the text.

Stefan
LaTeX.org admin
marcoesteves
Posts: 18
Joined: Tue Jun 09, 2009 3:33 pm

Text with advance after equation or figure

Post by marcoesteves »

Stefan_K wrote:Try \noindent before the text.

Stefan
Works!
Another LaTeX trick :)
Post Reply