Class SplittingInput
java.lang.Object
ch.stegmaier.java2tex.commands.registry.SplittingInput
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 TypeMethodDescriptionstatic ch.stegmaier.java2tex.core.GenericCommandinclude()Bring material from the external file filename.tex into a LaTeX document.static ch.stegmaier.java2tex.core.GenericCommandinput()LaTeX processes the file as if its contents were inserted in the current file.
-
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:
-
include
public static ch.stegmaier.java2tex.core.GenericCommand include()Bring material from the external file filename.tex into a LaTeX document.- See Also:
-