TeXOptions class

TeXOptions class

TeX file processing options class.

The TeXOptions type exposes the following members:

Properties

PropertyDescription
job_nameGets/set the name of the job.
terminal_inGets/sets the input terminal reader.
terminal_outGets/sets the output terminal writer.
input_working_directoryGets/sets input working directory.
output_working_directoryGets/sets output working directory.
required_input_directoryGets/sets the directory for the required input, e.g.,
packages that are beyond Aspose.TeX’s LaTeX support.
interactionGets/sets the interaction mode to run a TeX engine in.
ignore_missing_packagesGets/sets the flag that instructs the engine whether to halt
on missing package read attempt or ignore it.
save_optionsGets/sets options used for rendering into destination format (XPS, PDF, image, etc.).
Default value is the set of default options for rendering to XPS.
date_timeGets/sets a certain value for date/time primitives like \year, \month, \day and \time.
repeatGets/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.
no_ligaturesGets/sets the flag that cancels ligatures in all fonts.
full_input_file_namesGets/sets the flag indicating whether full or short filenames are output
to the transcript file and to the terminal when file input begins.

Methods

MethodDescription
console_app_optionsReturns options for use in a console application.

See Also