Uses of Class
ch.stegmaier.java2tex.commands.GenericCommand
Packages that use GenericCommand
Package
Description
-
Uses of GenericCommand in ch.stegmaier.java2tex.commands
Classes in ch.stegmaier.java2tex.commands with type parameters of type GenericCommandModifier and TypeClassDescriptionclassGenericCommand<X extends GenericCommand>classGenericEnvironment<X extends GenericCommand>Subclasses of GenericCommand in ch.stegmaier.java2tex.commandsMethods in ch.stegmaier.java2tex.commands with parameters of type GenericCommandModifier and TypeMethodDescriptionRow.addCol(GenericCommand command) Tabular.addCol(GenericCommand command) -
Uses of GenericCommand in ch.stegmaier.java2tex.commands.registry
Methods in ch.stegmaier.java2tex.commands.registry that return GenericCommandModifier and TypeMethodDescriptionstatic GenericCommandPagebreaking.clearpage()End the current page and output all of the pending floating figures and tables.static GenericCommandCommon.fill()static GenericCommandSpaces.hfill()Produce a rubber length which has no natural space but that can stretch horizontally as far as needed.static GenericCommandSplittingInput.include()Bring material from the external file filename.tex into a LaTeX document.static GenericCommandSplittingInput.input()LaTeX processes the file as if its contents were inserted in the current file.static GenericCommandCrossReferences.label()Assign a reference number to key.static GenericCommandLinebreaking.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.static GenericCommandPagebreaking.newpage()End the current page.static GenericCommandParagraphs.noindent()To start a paragraph without an indent, or to continue an interrupted paragraph, use \noindent.static GenericCommandParagraphs.p()not a standard LaTeX command, just a container for text or other commandsstatic GenericCommandCrossReferences.pageref()Produce the page number of the place in the text where the corresponding \\label{key} command appears.static GenericCommandSectioning.section()Start a section.static GenericCommandSectioning.subsection()Start a subsection.static GenericCommandSectioning.subsubsection()Start a subsubsection.static GenericCommandCommon.textwidth()static GenericCommandCommon.url()static GenericCommandSpaces.vfill()End the current paragraph and insert a vertical rubber length that is infinite, so it can stretch or shrink as far as needed.static GenericCommandSpaces.vspace()Add the vertical space length. -
Uses of GenericCommand in ch.stegmaier.java2tex.commands.registry.environments
Methods in ch.stegmaier.java2tex.commands.registry.environments that return GenericCommandModifier and TypeMethodDescriptionstatic GenericCommandFloats.caption()Make a caption for a floating environment, such as a figure or table environmentstatic GenericCommandMulticols.columnbreak()defines a columnbreak in a multicols environmentstatic GenericCommandFigure.figure()Figures are for material that is not part of the normal text.static GenericCommandSupertabular.fixedSize()static GenericCommandTable.hline()Draw a horizontal line the width of the enclosing tabular or array environment.static GenericCommandSupertabular.left()A column of left-aligned items.static GenericCommandSupertabular.right()A column of right-aligned items.static GenericCommandFigure.subfigure()static GenericCommandSupertabular.TrickSupertabularIntoMulticols()