@mathjax/src
    Preparing search index...

    Class TeX<N, T, D>

    Type Parameters

    • N

      The HTMLElement node class

    • T

      The Text node class

    • D

      The Document class

    Hierarchy (View Summary)

    Index
    adaptor: DOMAdaptor<N, T, D> = null

    The DOMAdaptor for the MathDocument for this input jax

    configuration: ParserConfiguration

    The configuration of the TeX jax.

    findTeX: FindTeX<N, T, D>

    The FindTeX instance used for locating TeX in strings

    latex: string

    The LaTeX code that is parsed.

    mathNode: MmlNode

    The Math node that results from parsing.

    mmlFactory: MmlFactory = null

    The MathML node factory

    options: TEX_OPTIONS<DOM<N, T, D>>
    postFilters: FilterFunctions<default, DOM<N, T, D>>

    Filters to run on the generated MathML after the TeX string is processed

    preFilters: FilterFunctions<default, DOM<N, T, D>>

    Filters to run on the TeX string before it is processed

    NAME: string = 'TeX'

    Name of input jax.

    OPTIONS: TEX_OPTIONS<DOM> = options

    Default options for the jax.

    • get name(): string

      Returns string

      The name of this input jax class

    • get processStrings(): boolean

      Returns boolean

      True means find math in string array, false means in DOM element

    • Default formatter for error messages: wrap an error into a node for output.

      Parameters

      • err: TexError

        The TexError.

      Returns MmlNode

      The merror node.