Class Document

java.lang.Object
ch.stegmaier.java2tex.commands.registry.Document

public class Document extends Object
Startup and ending of all documents
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    static ch.stegmaier.java2tex.core.BaseCommand
    documentclass argument: for a journal article, a presentation, and miscellaneous general use
    static ch.stegmaier.java2tex.core.BaseCommand
    documentclass argument: full-length books, including chapters and possibly including front matter, such as a preface, and back matter, such as an appendix
    static ch.stegmaier.java2tex.core.GenericEnvironment
    LaTeX files have a simple global structure, with a standard beginning and ending.
    The document’s overall class is defined with this command, which is normally the first command in a LaTeX source file.
    static ch.stegmaier.java2tex.core.BaseCommand
    documentclass argument: for documents of length between an article and a book, such as technical reports or theses, which may contain several chapters.
    static ch.stegmaier.java2tex.core.GenericCommand
    Load a package pkg, with the package options given in the comma-separated list options.
    static ch.stegmaier.java2tex.core.BaseCommand
    standalone – Compile TEX pictures standalone or as part of a document
    optionbuilder for standalone classe
    static ch.stegmaier.java2tex.core.GenericCommand
    Load a package pkg, with the package options given in the comma-separated list options.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • RequirePackage

      public static ch.stegmaier.java2tex.core.GenericCommand RequirePackage()
      Load a package pkg, with the package options given in the comma-separated list options. Similar to usepackage, but can be used before documentlass.
    • usepackage

      public static ch.stegmaier.java2tex.core.GenericCommand usepackage()
      Load a package pkg, with the package options given in the comma-separated list options.
      See Also:
    • document

      public static ch.stegmaier.java2tex.core.GenericEnvironment document()
      LaTeX files have a simple global structure, with a standard beginning and ending.
      See Also:
    • documentclass

      public static DocumentClass documentclass()
      The document’s overall class is defined with this command, which is normally the first command in a LaTeX source file.
      See Also:
    • article

      public static ch.stegmaier.java2tex.core.BaseCommand article()
      documentclass argument: for a journal article, a presentation, and miscellaneous general use
    • standalone

      public static ch.stegmaier.java2tex.core.BaseCommand standalone()
      standalone – Compile TEX pictures standalone or as part of a document
      See Also:
    • standaloneOptions

      public static StandaloneClassOption standaloneOptions()
      optionbuilder for standalone classe
    • report

      public static ch.stegmaier.java2tex.core.BaseCommand report()
      documentclass argument: for documents of length between an article and a book, such as technical reports or theses, which may contain several chapters.
    • book

      public static ch.stegmaier.java2tex.core.BaseCommand book()
      documentclass argument: full-length books, including chapters and possibly including front matter, such as a preface, and back matter, such as an appendix