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 Summary

    Modifier and Type
    Method
    Description
    static ch.stegmaier.java2tex.core.GenericCommand
    Bring material from the external file filename.tex into a LaTeX document.
    static ch.stegmaier.java2tex.core.GenericCommand
    LaTeX processes the file as if its contents were inserted in the current file.
    static ch.stegmaier.java2tex.core.GenericCommand
    input(String filename)
    LaTeX processes the file as if its contents were inserted in the current file.

    Methods inherited from class java.lang.Object

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

    • input

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

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

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