Class Pagebreaking
java.lang.Object
ch.stegmaier.java2tex.commands.registry.Pagebreaking
Ordinarily LaTeX automatically takes care of breaking output into pages with its usual aplomb. But if you are writing commands, or tweaking the final version of a document, then you may need to understand how to influence its actions.
- See Also:
-
Method Summary
-
Method Details
-
newpage
public static ch.stegmaier.java2tex.core.GenericCommand newpage()End the current page.- See Also:
-
clearpage
public static ch.stegmaier.java2tex.core.GenericCommand clearpage()End the current page and output all the pending floating figures and tables.- See Also:
-