Class Floats
java.lang.Object
ch.stegmaier.java2tex.commands.registry.environments.Floats
Some typographic elements, such as figures and tables, cannot be broken across pages. They must be typeset outside of the normal flow of text, for instance floating to the top of a later page.
-
Method Summary
Modifier and TypeMethodDescriptionstatic BaseCommandbottom()Position at the bottom of the page.static GenericCommandcaption()Make a caption for a floating environment, such as a figure or table environmentstatic BaseCommandPlaces the float at precisely the location in the LaTeX code.static BaseCommandhere()Place the float here, i.e., approximately at the same point it occurs in the source text (however, not exactly at the spot)static BaseCommandoverride()Override internal parameters LaTeX uses for determining "good" float positions.static BaseCommandpage()Put on a special page for floats only.static BaseCommandtop()Position at the top of the page.
-
Method Details
-
caption
Make a caption for a floating environment, such as a figure or table environment- See Also:
-
exactHere
Places the float at precisely the location in the LaTeX code. Requires the float package, i.e., \\usepackage{float}. -
override
Override internal parameters LaTeX uses for determining "good" float positions. -
page
Put on a special page for floats only. -
bottom
Position at the bottom of the page. -
top
Position at the top of the page. -
here
Place the float here, i.e., approximately at the same point it occurs in the source text (however, not exactly at the spot)
-