@mathjax/src
    Preparing search index...

    The ColumnParser class for processing array environment column templates.

    Index

    Properties

    columnHandler: { [c: string]: ColumnHandler } = ...

    The handlers for each column character type (future: can be augmented by \newcolumntype)

    MAXCOLUMNS: number = 10000

    The maximum number of column specifiers to process (prevents loops from \newcolumntype).

    Methods

    • Read a p/m/b/w/W column declaration

      Parameters

      • state: ColumnState

        The current state of the parser

      • ralign: string

        The vertical alignment for the column

      • calign: string = 'left'

        The column alignment ('' means get it as an argument)

      Returns void

    • Handle \newcolumntype declarations

      Parameters

      • state: ColumnState

        The current state of the parser

      • macro: string

        The replacement string for the column type

      • n: number

        The number of arguments for the column type

      Returns void