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
Modifier and TypeMethodDescriptionstatic GenericCommandEnd the current page and output all the pending floating figures and tables.static GenericCommandnewpage()End the current page.
-
Method Details
-
newpage
End the current page.- See Also:
-
clearpage
End the current page and output all the pending floating figures and tables.- See Also:
-