Package | Description |
---|---|
com.aspose.tex |
Modifier and Type | Method and Description |
---|---|
static TeXConfig |
TeXConfig.objectIniTeX()
Gets the configuration of Object TeX engine extension with no format preloaded, i.e. in INITEX mode.
|
static TeXConfig |
TeXConfig.objectLaTeX()
Gets the configuration of ObjectTeX engine extension with ObjectLaTeX format preloaded.
|
static TeXConfig |
TeXConfig.objectTeX()
Gets the configuration of Object TeX engine extension with default Object TeX format
(which is essentially plain TeX) preloaded.
|
static TeXConfig |
TeXConfig.objectTeX(FormatProvider formatProvider)
Gets the configuration of Object TeX engine extension with provided format preloaded.
|
Modifier and Type | Method and Description |
---|---|
static TeXOptions |
TeXOptions.consoleAppOptions(TeXConfig config)
Returns options for use in console application.
|