TeXConfig.ObjectTeX

TeXConfig.ObjectTeX method

Gets the configuration of ObjectTeX engine extension with provided format preloaded.

public static TeXConfig ObjectTeX(FormatProvider formatProvider = null)
ParameterTypeDescription
formatProviderFormatProviderThe format provider. If left equal to null then default ObjectTeX format (which is essentially Plain TeX) will be loaded.

Return Value

“ObjectTeX engine extension with provided format preloaded” configuration.

See Also