Uses of Class
ch.stegmaier.java2tex.commands.GenericCommand
Packages that use GenericCommand
Package
Description
this package contains references to LaTeX modules from CTAN
LaTeX provides many environments for delimiting certain behavior.
-
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 GenericCommandDocument.documentclass()The document’s overall class is defined with this command, which is normally the first command in a LaTeX source file.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 GenericCommandDocument.usepackage()Load a package pkg, with the package options given in the comma-separated list options, as here.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.ctan
Methods in ch.stegmaier.java2tex.commands.registry.ctan that return GenericCommandModifier and TypeMethodDescriptionstatic GenericCommandMulticol.columnbreak()defines a columnbreak in a multicols environment -
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 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()