Class TeXOptions

TeXOptions class

TeX file processing options class.

public class TeXOptions

Properties

NameDescription
DateTime { get; set; }Gets/sets a certain value for date/time primitives like \year, \month, \day and \time.
FullInputFileNames { get; set; }Gets/sets the flag indicating whether full or short filenames are output to the transcript file and to the terminal when file input begins.
IgnoreMissingPackages { get; set; }Gets/sets the flag that instructs the engine whether to halt on missing package read attempt or ignore it.
InputWorkingDirectory { get; set; }Gets/sets input working directory.
Interaction { get; set; }Gets/sets the interaction mode to run a TeX engine in.
JobName { get; set; }Gets/set the name of the job.
NoLigatures { get; set; }Gets/sets the flag that cancels ligatures in all fonts.
OutputWorkingDirectory { get; set; }Gets/sets output working directory.
Repeat { get; set; }Gets/sets the flag that indicates whether it is necessary to run the TeX job twice in case, for example, there are references in input TeX file(s). In general, this behavior is useful when the engine collects some data along the typesetting process and stores it in an auxilliary file, all at the first run. And at the second run, the engine somehow uses that data.
RequiredInputDirectory { get; set; }Gets/sets the directory for the required input, e.g., packages that are beyond Aspose.TeX’s LaTeX support.
SaveOptions { get; set; }Gets/sets options used for rendering into destination format (XPS, PDF, image, etc.). Default value is the set of default options for rendering to XPS.
TerminalIn { get; set; }Gets/sets the input terminal reader.
TerminalOut { get; set; }Gets/sets the output terminal writer.

Methods

NameDescription
static ConsoleAppOptions(TeXConfig)Returns options for use in a console application.

See Also