Class DocumentClass

java.lang.Object
ch.stegmaier.java2tex.core.BaseCommand<X>
ch.stegmaier.java2tex.core.GenericCommand<DocumentClass>
ch.stegmaier.java2tex.commands.registry.impl.DocumentClass

public class DocumentClass extends ch.stegmaier.java2tex.core.GenericCommand<DocumentClass>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    documentclass argument: for a journal article, a presentation, and miscellaneous general use
    documentclass argument: full-length books, including chapters and possibly including front matter, such as a preface, and back matter, such as an appendix
    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.
    void
     

    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, toString

    Methods inherited from class ch.stegmaier.java2tex.core.BaseCommand

    getCommand, getThis

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DocumentClass

      public DocumentClass()
  • Method Details

    • standalone

      public 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. 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

      public DocumentClass article()
      documentclass argument: for a journal article, a presentation, and miscellaneous general use
    • book

      public DocumentClass 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

      public DocumentClass 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:
      validate in class ch.stegmaier.java2tex.core.GenericCommand<DocumentClass>