Graphics, Figures & Tablesfigure in \par

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
allevo
Posts: 49
Joined: Sat Apr 11, 2009 12:09 pm

figure in \par

Post by allevo »

hi!!!
i'd want put a image in a paragraph with this code:

Code: Select all

\par{
\begin{wrapfigure}{R}{40mm}
  \begin{center}
    \includegraphics{prova}
  \end{center}
  \caption{The Toucan}
\end{wrapfigure}
LatexMathImage permette agli utenti di scrivere espressioni LaTeX Math in Plone e utilizzarle renderizzate come immagini all'interno dei documenti ed in tutto il sito.
Pensato per un progetto di e-Learning LaTeX Math Image è utile in particolare in ambienti didattici online e portali scientifici.
LatexMathImage è  testato su Plone 2.5 e 3.x. e dovrebbe funzionare con qualunque versione di Plone. Richiede una installazione LaTeX funzionante.
Sviluppato  da Riccardo Lemmi (Reflab) e rilasciato su plone.org.
}
but if i compile, the image is over the text. why?!?

Recommended reading 2024:

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

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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

figure in \par

Post by gmedina »

Hi,

why do you use \par? Can't you just delete \par and let the wrapfig package do its job?
1,1,2,3,5,8,13,21,34,55,89,144,233,...
allevo
Posts: 49
Joined: Sat Apr 11, 2009 12:09 pm

Re: figure in \par

Post by allevo »

because if i use \par, i can modify all text in the document
is not possible insert a wrap image in \par?!?!
Post Reply