Uses of Class
ch.stegmaier.java2tex.commands.registry.impl.DocumentClass
Packages that use DocumentClass
Package
Description
Registries with many LaTeX commands and environments, mostly from LaTeX standard.
contains some internal helper classes or implementations of commands with special behaviour
-
Uses of DocumentClass in ch.stegmaier.java2tex.commands.registry
Methods in ch.stegmaier.java2tex.commands.registry that return DocumentClassModifier and TypeMethodDescriptionstatic DocumentClassDocument.documentclass()The document’s overall class is defined with this command, which is normally the first command in a LaTeX source file. -
Uses of DocumentClass in ch.stegmaier.java2tex.commands.registry.impl
Methods in ch.stegmaier.java2tex.commands.registry.impl that return DocumentClassModifier and TypeMethodDescriptionDocumentClass.article()documentclass argument: for a journal article, a presentation, and miscellaneous general useDocumentClass.book()documentclass argument: full-length books, including chapters and possibly including front matter, such as a preface, and back matter, such as an appendixDocumentClass.report()documentclass argument: for documents of length between an article and a book, such as technical reports or theses, which may contain several chapters.DocumentClass.standalone()The standalone bundle allows users to easily place picture environments or other material in own source files and compile these on their own or as part of a main document.Constructors in ch.stegmaier.java2tex.commands.registry.impl with parameters of type DocumentClass