Class Spaces
java.lang.Object
ch.stegmaier.java2tex.commands.registry.Spaces
LaTeX has many ways to produce white space, or filled space. Some of these are best suited to mathematical text; for these see Spacing in math mode.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic GenericCommandfill()Produce a rubber length which has no natural space but that can stretch horizontally as far as needed.static GenericCommandhfill()Produce a rubber length which has no natural space but that can stretch horizontally as far as needed.static BaseCommandnbs()Non Breaking Spacestatic GenericCommandvfill()End the current paragraph and insert a vertical rubber length that is infinite, so it can stretch or shrink as far as needed.static GenericCommandvspace()Add the vertical space length.
-
Method Details
-
hfill
Produce a rubber length which has no natural space but that can stretch horizontally as far as needed. The \hfill command is equivalent to \hspace{\fill} and so the space can be discarded at line breaks.- See Also:
-
nbs
Non Breaking Space -
vspace
Add the vertical space length. The length can be positive, negative, or zero. It is a rubber length—it may contain a plus or minus component- See Also:
-
vfill
End the current paragraph and insert a vertical rubber length that is infinite, so it can stretch or shrink as far as needed.- See Also:
-
fill
Produce a rubber length which has no natural space but that can stretch horizontally as far as needed.- See Also:
-