Placement Specifiers
Specifier | Name | Add placement option |
---|---|---|
empty tbp | default | Put if at the top, bottom of the next available page or on a floats-only page. |
! | force | Force the following settings, without considerung most of the internal parameter. |
h | here | Put it exactly where we say it should go. |
t | top | Put it at the top of the next available page. |
b | bottom | Put it at the bottom of the next available page. |
p | page | Put it on a special page containing only floats. |
Example
Images
⟨caption⟩
: displayed name of the figure⟨listoftables caption⟩
: (optional) replaces the entry in the list of figures with a shorter version⟨label⟩
: label to reference the figure using\ref{fig:⟨label⟩}
⟨filename⟩
: file path (with extension) of the image
Source Code Listings
Directories
TODO: Tufte Design floats in separate columns next to main content
Sources:
Related:
Tags:
Graphical elements - Standardize tables, images, plots