Class Sectioning

java.lang.Object
ch.stegmaier.java2tex.commands.registry.Sectioning

public class Sectioning extends Object
Structure your text into divisions: parts, chapters, sections, etc. All sectioning commands have the same form.
See Also:
  • Method Details

    • section

      public static GenericCommand section()
      Start a section. The standard LaTeX classes article, book, and report all have this command.
      See Also:
    • subsection

      public static GenericCommand subsection()
      Start a subsection. The standard LaTeX classes article, book, and report all have this command.
      See Also:
    • subsubsection

      public static GenericCommand subsubsection()
      Start a subsubsection. The standard LaTeX classes article, book, and report all have these commands, although they are not commonly used.
      See Also: