Class Sectioning
java.lang.Object
ch.stegmaier.java2tex.commands.registry.Sectioning
Structure your text into divisions: parts, chapters, sections, etc. All sectioning commands have the same form.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic GenericCommandsection()Start a section.static GenericCommandStart a subsection.static GenericCommandStart a subsubsection.
-
Method Details
-
section
Start a section. The standard LaTeX classes article, book, and report all have this command.- See Also:
-
subsection
Start a subsection. The standard LaTeX classes article, book, and report all have this command.- See Also:
-
subsubsection
Start a subsubsection. The standard LaTeX classes article, book, and report all have these commands, although they are not commonly used.- See Also:
-