create_format method

create_format

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

def create_format(self, path, options):
    ...
ParameterTypeDescription
pathstrThe path to the main format source file.
optionsTeXOptionsTeX engine run options.

See Also