Aspose::TeX::TeXConfig class

TeXConfig class

Class providing available TeX configurations.

class TeXConfig : public System::Object

Methods

MethodDescription
static get_ObjectIniTeX()Gets the configuration of ObjectTeX engine extension with no format preloaded, i.e. in INITEX mode. Supposed to be used for format preparation.
static get_ObjectLaTeX()Gets the configuration of ObjectTeX engine extension with ObjectLaTeX format preloaded.
static ObjectTeX(System::SharedPtr<Aspose::TeX::ResourceProviders::FormatProvider>)Gets the configuration of ObjectTeX engine extension with provided format preloaded.

See Also