UNPKG

mathml-to-latex-adm

Version:

A JavaScript tool to convert mathml string to LaTeX string

5 lines (4 loc) 182 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.latexAccents = void 0; exports.latexAccents = ['\\hat', '\\bar', '\\underbrace', '\\overbrace'];