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 SpacingCommandTable.fixed()paragraph column with text vertically aligned at the topstatic 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.ctan.supertabular
Methods in ch.stegmaier.java2tex.commands.registry.ctan.supertabular that return SpacingCommandModifier and TypeMethodDescriptionstatic SpacingCommandSupertabular.fixedSize()static SpacingCommandSupertabular.left()A column of left-aligned items.static SpacingCommandSupertabular.right()A column of right-aligned items. -
Uses of SpacingCommand in ch.stegmaier.java2tex.commands.registry.impl
Methods in ch.stegmaier.java2tex.commands.registry.impl that return SpacingCommandModifier and TypeMethodDescriptionSpacingCommand.cm(float value) sets the command first argument as size with suffix 'cm'SpacingCommand.in(int value) sets the command first argument as size with suffix 'in'SpacingCommand.mm(int value) sets the command first argument as size with suffix 'mm'SpacingCommand.pt(int value) sets the command first argument as size with suffix 'pt'