Class FigurePlacement
java.lang.Object
ch.stegmaier.java2tex.commands.parameters.FigurePlacement
-
Method Summary
Modifier and TypeMethodDescriptionstatic BaseCommandbottom()Position at the bottom of the page.static 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
-
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)
-