@mathjax/src
    Preparing search index...

    A tagging class for the subnumcases environment.

    Hierarchy (View Summary)

    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
    subcounter: number = 0

    The counter for the subnumber.

    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.