@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

    Constructors

    Properties

    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: OptionList

    The actual options supplied to the input jax

    postFilters: FunctionList

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

    preFilters: FunctionList

    Filters to run on the TeX string before it is processed

    NAME: string = 'TeX'

    Name of input jax.

    OPTIONS: OptionList = ...

    Default options for the jax.

    Accessors

    • 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

    Methods