Package ch.stegmaier.java2tex.commands.registry


package ch.stegmaier.java2tex.commands.registry
Registries with many LaTeX commands and environments, mostly from LaTeX standard. Structure of this package is adapted from latexref.xyz.
See Also:
  • Classes
    Class
    Description
    commands in this registry will be moved to a new registry, this is just the primary default container
    Everything LaTeX numbers for you has a counter associated with it.
    We often want something like ‘See Theorem~31’.
    LaTeX has support for making new commands of many different kinds.
    Startup and ending of all documents
     
    Some typographic elements, such as figures and tables, cannot be broken across pages.
    The following standard type size commands are supported by LaTeX.
     
    The first thing LaTeX does when processing ordinary text is to translate your input file into a sequence of glyphs and spaces.
    Ordinarily LaTeX automatically takes care of breaking output into pages with its usual aplomb.
    Commands for controlling the general page layout.
     
    Structure your text into divisions: parts, chapters, sections, etc.
    LaTeX has many ways to produce white space, or filled space.
    LaTeX lets you split a large document into several smaller ones.
    Produce a table, a box consisting of a sequence of horizontal rows.
    TeX and LaTeX know about these units both inside and outside of math mode.