TeXConfig

Inheritance: java.lang.Object

public class TeXConfig

Class providing available TeX configurations.

Methods

MethodDescription
objectIniTeX()Gets the configuration of Object TeX engine extension with no format preloaded, i.e. in INITEX mode.
objectLaTeX()Gets the configuration of ObjectTeX engine extension with ObjectLaTeX format preloaded.
objectTeX()Gets the configuration of Object TeX engine extension with default Object TeX format (which is essentially plain TeX) preloaded.
objectTeX(FormatProvider formatProvider)Gets the configuration of Object TeX engine extension with provided format preloaded.

objectIniTeX()

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.

Returns: TeXConfig - The configuration of Object TeX engine extension in INITEX mode.

objectLaTeX()

public static TeXConfig objectLaTeX()

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

Returns: TeXConfig - The configuration of ObjectTeX engine extension with ObjectLaTeX format preloaded.

objectTeX()

public static TeXConfig objectTeX()

Gets the configuration of Object TeX engine extension with default Object TeX format (which is essentially plain TeX) preloaded.

Returns: TeXConfig - “Object TeX engine extension with default Object TeX format preloaded” configuration.

objectTeX(FormatProvider formatProvider)

public static TeXConfig objectTeX(FormatProvider formatProvider)

Gets the configuration of Object TeX engine extension with provided format preloaded.

Parameters:

ParameterTypeDescription
formatProviderFormatProviderThe format provider. If left equal to null then default Object TeX format (which is essentially plain TeX) will be loaded.

Returns: TeXConfig - “Object TeX engine extension with provided format preloaded” configuration.