I want to control the placement of figures. The paper that I am currently writing contains a lot of figures, resulting in some figures ending up in the bibliography section. Therefore I want to manually control their placement. I know options like [t] and [h] will help, but I am unable to find a good tutorial.
|
|
||||
|
|
|
The document "Using Imported Graphics in LaTeX and pdfLaTeX" contains a section about float placement and how to use those options, it's 17.2 Figure Placement. It's available for download on CTAN in English and French. In short, the placement options means allowing placement at certain locations:
These options can be combined, such as You should even consider combining as many options as sensible. If a figure cannot be placed, it blocks subsequent figures. This can be a reason why figures end up very late, as you noticed. Specifically, ensure that the figures are not too big to fit into the margins. |
|||||||||||||||
|
|
I would advise you to read the Wikibook on LaTeX/Floats, Figures and Captions since it contains a very general, yet detailed, overview of floats (including figures) and their placement. Also included are crucial things like the placement of Then you should consider reading the |
|||
|
|
|
The order of the values is not important and using only a
With the setting of |
||||
|
|