Uses of Class
ch.stegmaier.java2tex.commands.BaseCommand
Packages that use BaseCommand
Package
Description
Registries with many LaTeX commands and environments, mostly from LaTeX standard.
LaTeX provides many environments for delimiting certain behavior.
-
Uses of BaseCommand in ch.stegmaier.java2tex.commands
Subclasses of BaseCommand in ch.stegmaier.java2tex.commandsModifier and TypeClassDescriptionclassGenericCommand<X extends GenericCommand>classGenericEnvironment<X extends GenericCommand>classclassclassMethods in ch.stegmaier.java2tex.commands with parameters of type BaseCommandModifier and TypeMethodDescriptionGenericCommand.append(BaseCommand command) GenericCommand.argument(BaseCommand argument) GenericCommand.argument(BaseCommand... arguments) GenericCommand.arguments(BaseCommand... arguments) IncludeGraphics.height(BaseCommand height) GenericCommand.option(BaseCommand option) GenericCommand.option(BaseCommand... options) IncludeGraphics.width(BaseCommand width) -
Uses of BaseCommand in ch.stegmaier.java2tex.commands.registry
Methods in ch.stegmaier.java2tex.commands.registry that return BaseCommandModifier and TypeMethodDescriptionstatic BaseCommandDocument.article()documentclass argument: for a journal article, a presentation, and miscellaneous general usestatic BaseCommandDocument.book()documentclass argument: full-length books, including chapters and possibly including front matter, such as a preface, and back matter, such as an appendixstatic BaseCommandSpaces.nbs()Non Breaking Spacestatic BaseCommandDocument.report()documentclass argument: for documents of length between an article and a book, such as technical reports or theses, which may contain several chapters. -
Uses of BaseCommand in ch.stegmaier.java2tex.commands.registry.environments
Methods in ch.stegmaier.java2tex.commands.registry.environments that return BaseCommandModifier and TypeMethodDescriptionstatic BaseCommandFloats.bottom()Position at the bottom of the page.static BaseCommandTable.center()A column of centered items.static BaseCommandTable.colSep()A columnseparator within a the body of table environmentstatic BaseCommandFloats.exactHere()Places the float at precisely the location in the LaTeX code.static BaseCommandFloats.here()Place the float here, i.e., approximately at the same point it occurs in the source text (however, not exactly at the spot)static BaseCommandTable.left()A column of left-aligned items.static BaseCommandTable.lf()End of a row in a table environmentstatic BaseCommandFloats.override()Override internal parameters LaTeX uses for determining "good" float positions.static BaseCommandFloats.page()Put on a special page for floats only.static BaseCommandTable.right()A column of right-aligned items.static BaseCommandSupertabular.stretch()A column stretched to max table width, only in tabularX environmentstatic BaseCommandFloats.top()Position at the top of the page.static BaseCommandTable.vLine()A vertical line the full height and depth of the environment.