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 ch.stegmaier.java2tex.core.GenericCommandsection()Start a section.static ch.stegmaier.java2tex.core.GenericCommandStart a subsection.static ch.stegmaier.java2tex.core.GenericCommandStart a subsubsection.
-
Method Details
-
section
public static ch.stegmaier.java2tex.core.GenericCommand section()Start a section. The standard LaTeX classes article, book, and report all have this command.- See Also:
-
subsection
public static ch.stegmaier.java2tex.core.GenericCommand subsection()Start a subsection. The standard LaTeX classes article, book, and report all have this command.- See Also:
-
subsubsection
public static ch.stegmaier.java2tex.core.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:
-