Graphics, Figures & Tablesproblems of floating figure in a paragraph

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
delf
Posts: 1
Joined: Sat May 22, 2010 1:18 pm

problems of floating figure in a paragraph

Post by delf »

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}

\paragraph{blabla2}

But the big deal is the figure is floating eventhough i forced their place. The figure appears in the paragraph blabla2.

Someone have an idea to solve this ?
Thank you very much for your help
Have a nice day

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

problems of floating figure in a paragraph

Post by localghost »

Post Reply