• Construct the inner function for the unifiedLatexReparseMath plugin. This function should not be used by libraries.

    Parameters

    • __namedParameters: {
          mathEnvs: string[];
          mathMacros: string[];
      }
      • mathEnvs: string[]
      • mathMacros: string[]

    Returns ((tree) => void)

      • (tree): void
      • Parameters

        Returns void

Generated using TypeDoc