Uses of Class
ch.stegmaier.java2tex.commands.registry.impl.SpacingCommand
Packages that use SpacingCommand
Package
Description
Registries with many LaTeX commands and environments, mostly from LaTeX standard.
contains some internal helper classes or implementations of commands with special behaviour
-
Uses of SpacingCommand in ch.stegmaier.java2tex.commands.registry
Methods in ch.stegmaier.java2tex.commands.registry that return SpacingCommandModifier and TypeMethodDescriptionstatic SpacingCommandSpaces.vspace()Add the vertical space length.static SpacingCommandSpaces.vspace(int value, ch.stegmaier.java2tex.core.BaseCommand unitsOfLength) Add the vertical space length. -
Uses of SpacingCommand in ch.stegmaier.java2tex.commands.registry.impl
Methods in ch.stegmaier.java2tex.commands.registry.impl that return SpacingCommand