Class TeXJob

TeXJob class

Implements features of a TeX job.

public class TeXJob

Constructors

NameDescription
TeXJob(Device, TeXOptions)Creates a TeX job for running the engine in production mode to typeset a TeX document. The engine will prompt the file name as soon as it starts. Thus this run is supposed to be interactive.
TeXJob(Stream, Device, TeXOptions)Creates a TeX job for running the engine in production mode to typeset a TeX file.
TeXJob(string, Device, TeXOptions)Creates a TeX job for running the engine in production mode to typeset a TeX file.

Methods

NameDescription
Run()Runs TeX job.
static CreateFormat(string, TeXOptions)Runs TeX engine in INITEX mode to create a format file (.fmt).

See Also