TeXJob.CreateFormat

TeXJob.CreateFormat method

Runs TeX engine in INITEX mode to create a format file (.fmt).

public static void CreateFormat(string path, TeXOptions options)
ParameterTypeDescription
pathStringThe path to the main format source file.
optionsTeXOptionsTeX engine run options.

See Also