@mathjax/src
    Preparing search index...
    Index

    Properties

    allCounter: number = 0

    Equation number as equation begins.

    allIds: { [key: string]: boolean } = {}
    allLabels: { [key: string]: Label } = {}
    configuration: default = null
    counter: number = 0

    Current equation number.

    currentTag: TagInfo = ...
    enTag: (node: MmlNode, tag: MmlNode) => MmlNode = ...
    history: TagInfo[] = []

    Chronology of all previous tags, in case we need to look something up in the finalize method.

    ids: { [key: string]: boolean } = {}
    labels: { [key: string]: Label } = {}
    redo: boolean = false
    refUpdate: boolean = false

    Accessors

    • get env(): string

      The environment that is currently tagged.

      Returns string

    • get label(): string

      The label to use for the next tag.

      Returns string

    • set label(label: string): void

      The label to use for the next tag.

      Parameters

      • label: string

      Returns void

    Methods

    • How to format ids for labelling equations.

      Parameters

      • id: string

        The unique part of the id (e.g., label or number).

      Returns string

      The formatted id.

    • How to format numbers in tags.

      Parameters

      • n: number

        The tag number.

      Returns string

      The formatted number.

    • Parameters

      • tag: string

      Returns string

    • Parameters

      • tag: string

      Returns string

    • Parameters

      • id: string
      • base: string

      Returns string

    • Parameters

      • offset: number = 0

      Returns void

    • Parameters

      • env: string
      • taggable: boolean
      • defaultTags: boolean

      Returns void

    • Parameters

      • tag: string
      • noFormat: boolean

      Returns void