Search found 1 match

by delf
Sat May 22, 2010 1:32 pm
Forum: Graphics, Figures & Tables
Topic: problems of floating figure in a paragraph
Replies: 1
Views: 1488

problems of floating figure in a paragraph

Hello everybody !

I want to define many paragraph's title and just after a tabular or a figure. Here my code to do that :
\paragraph{blabla}
\begin{figure}[H]
\begin{center}
\includegraphics*[width=0.8\linewidth]{picture.png}
\end{center}
\vspace{-0.7cm} \caption{zouzou}
\end{figure ...