object_tex method

object_tex

Gets the configuration of “standard” ObjectTeX engine extension.

Returns

The “standard” ObjectTeX engine extension configuration.

def object_tex(self):
    ...

object_tex

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

Returns

“ObjectTeX engine extension with provided format preloaded” configuration.

def object_tex(self, format_provider):
    ...
ParameterTypeDescription
format_provideraspose.tex.resourceproviders.FormatProviderThe format provider.
If left equal to null then default ObjectTeX format (which is essentially Plain TeX) will be loaded.

See Also