October 2015
Intermediate to advanced
378 pages
7h 44m
English
When there's not enough free space on a page when you include an image, that image will go to the next page. This will leave white space at the end of the page. You could manually move some text to compensate. But imagine having a large document with many images; manually moving images to balance page breaks could cause a headache. Fortunately, LaTeX provides an automatism for us.
This is a very common way of including images as figures:
figure environment.A typical command sequence is as follows:
\begin{figure}[htbp!] \centering \includegraphics{filename} \caption{Some text} \label{fig:name} \end{figure} ...Read now
Unlock full access