public class TeXConfig extends Object
Class providing available TeX configurations.
Modifier and Type | Method and Description |
---|---|
static TeXConfig |
objectIniTeX()
Gets the configuration of Object TeX engine extension with no format preloaded, i.e. in INITEX mode.
|
static TeXConfig |
objectLaTeX()
Gets the configuration of ObjectTeX engine extension with ObjectLaTeX format preloaded.
|
static TeXConfig |
objectTeX()
Gets the configuration of Object TeX engine extension with default Object TeX format
(which is essentially plain TeX) preloaded.
|
static TeXConfig |
objectTeX(FormatProvider formatProvider)
Gets the configuration of Object TeX engine extension with provided format preloaded.
|
public static TeXConfig objectIniTeX()
Gets the configuration of Object TeX engine extension with no format preloaded, i.e. in INITEX mode. Supposed to be used for format preparation.
public static TeXConfig objectLaTeX()
Gets the configuration of ObjectTeX engine extension with ObjectLaTeX format preloaded.
public static TeXConfig objectTeX()
Gets the configuration of Object TeX engine extension with default Object TeX format (which is essentially plain TeX) preloaded.
public static TeXConfig objectTeX(FormatProvider formatProvider)
Gets the configuration of Object TeX engine extension with provided format preloaded.
formatProvider
- The format provider.
If left equal to null then default Object TeX format (which is essentially plain TeX) will be loaded.