Class Linebreaking
java.lang.Object
ch.stegmaier.java2tex.commands.registry.Linebreaking
The first thing LaTeX does when processing ordinary text is to translate your input file into a sequence of glyphs and spaces.
To produce a printed document, this sequence must be broken into lines (and these lines must be broken into pages).
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ch.stegmaier.java2tex.core.GenericCommandnewline()In ordinary text, this ends a line in a way that does not right-justify it, so the text before the end of line is not stretched.
-
Method Details
-
newline
public static ch.stegmaier.java2tex.core.GenericCommand newline()In ordinary text, this ends a line in a way that does not right-justify it, so the text before the end of line is not stretched.- See Also:
-