figure
and \includegraphics
it never stays in the correct section. It always seems to go to the end of the document. Is there any way to fix this or another way for displaying images. sorry for the noob question hahaACR
figure
and \includegraphics
it never stays in the correct section. It always seems to go to the end of the document. Is there any way to fix this or another way for displaying images. sorry for the noob question hahaLearn 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
[h]
parameter when you begin the figure environment? Do it like this: \begin{figure}[h]
h
is often not sufficient if "here" (h
) is not enough space. For easiest placement, use as many options as possible for allowing also moving to top, bottom, or separate page, so that it doesn't land too far away.\begin{figure}[!htbp]
H
option, but this requires loading the 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