Class SplittingInput

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

public class SplittingInput extends Object
LaTeX lets you split a large document into several smaller ones. This can simplify editing or allow multiple authors to work on the document. It can also speed processing.
See Also:
  • Method Details

    • input

      public static GenericCommand input()
      LaTeX processes the file as if its contents were inserted in the current file.
      See Also:
    • include

      public static GenericCommand include()
      Bring material from the external file filename.tex into a LaTeX document.
      See Also: