Class DocumentClass
java.lang.Object
ch.stegmaier.java2tex.core.BaseCommand<X>
ch.stegmaier.java2tex.core.GenericCommand<DocumentClass>
ch.stegmaier.java2tex.commands.registry.impl.DocumentClass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarticle()documentclass argument: for a journal article, a presentation, and miscellaneous general usebook()documentclass argument: full-length books, including chapters and possibly including front matter, such as a preface, and back matter, such as an appendixreport()documentclass argument: for documents of length between an article and a book, such as technical reports or theses, which may contain several chapters.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.voidvalidate()Methods inherited from class ch.stegmaier.java2tex.core.GenericCommand
append, append, append, append, appendNewLine, argument, argument, argument, argument, arguments, autoNewline, buildMandatory, buildName, buildOptional, clear, emptyArgs, getConfigValue, getConfigValue, getContent, noFormat, noPrefix, option, option, option, option, star, toStringMethods inherited from class ch.stegmaier.java2tex.core.BaseCommand
getCommand, getThis
-
Constructor Details
-
DocumentClass
public DocumentClass()
-
-
Method Details
-
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. A special standalone class is provided for use with such files, which by default crops the resulting output file to the content. The standalone package enables the user to simply load the standalone files using \input inside a main document.- See Also:
-
article
documentclass argument: for a journal article, a presentation, and miscellaneous general use -
book
documentclass argument: full-length books, including chapters and possibly including front matter, such as a preface, and back matter, such as an appendix -
report
documentclass argument: for documents of length between an article and a book, such as technical reports or theses, which may contain several chapters. -
validate
public void validate()- Overrides:
validatein classch.stegmaier.java2tex.core.GenericCommand<DocumentClass>
-