| computersci.org | |
|
|
|
Table of Contents |
Float Environments« Environments | Table of Contents | List Environments » figure Environment \begin{figure}[placement]
body of the figure
\caption{figure title}
\end{figure}
Figures are objects that are not part of the normal text, and are usually “floated” to a convenient place, like the top of a page. Figures will not be split between two pages. The optional argument h (Here) - at the position in the text where the figure environment appears.
t (Top) - at the top of a text page.
b (Bottom) - at the bottom of a text page.
p (Page of floats) - on a separate float page, which is a page containing no text, only floats.
The standard report and article classes use the default placement The body of the figure is made up of whatever text, LaTeX commands, etc. you wish. The table Environment \begin{table}[placement]
body of the table
\caption{table title}
\end{table}
Tables are objects that are not part of the normal text, and are usually “floated” to a convenient place, like the top of a page. Tables will not be split between two pages. The optional argument h (Here) - at the position in the text where the table environment appears.
t (Top) - at the top of a text page.
b (Bottom) - at the bottom of a text page.
p (Page) of floats - on a separate float page, which is a page containing no text, only floats.
The standard The body of the table is made up of whatever text, LaTeX commands, etc., you wish. The |
|
Page last
modified on February 24, 2009, at 11:26 AM
|