Package ch.stegmaier.java2tex.commands.registry.environments


package ch.stegmaier.java2tex.commands.registry.environments
LaTeX provides many environments for delimiting certain behavior. An environment begins with \begin and ends with \end.
See Also:
  • Classes
    Class
    Description
     
    Some typographic elements, such as figures and tables, cannot be broken across pages.
     
    The package was a predecessor of longtable; the newer package (designed on quite different principles) is easier to use and more flexible, in many cases, but supertabular retains its usefulness in a few situations where longtable has problems.
    Produce a table, a box consisting of a sequence of horizontal rows.