You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

940 lines
35 KiB

package eqn
var SpecialChar = map[string]string{
"!": "\\!",
"#": "\\#",
"$": "\\$",
"%": "\\%",
"&": "\\&",
":": "\\:",
";": "\\;",
"_": "\\_",
"{": "\\{",
"|": "\\|",
"}": "\\}",
}
var Chars = map[string]string{
"char/0x0020": " ",
"char/0x0021": "!",
"char/0x0022": "''",
"char/0x0023/mathmode": "\\@#",
"char/0x0024/mathmode": "\\$",
"char/0x0025/mathmode": "%",
"char/0x0026/mathmode": "\\And ",
"char/0x0027/mathmode": "'",
"char/0x0028": "(",
"char/0x0029": ")",
"char/0x002a": "*",
"char/0x002b": "+",
"char/0x002c": ",",
"char/0x002d": "-",
"char/0x002e": ".",
"char/0x002f": "/",
"char/0x0030": "0",
"char/0x0031": "1",
"char/0x0032": "2",
"char/0x0033": "3",
"char/0x0034": "4",
"char/0x0035": "5",
"char/0x0036": "6",
"char/0x0037": "7",
"char/0x0038": "8",
"char/0x0039": "9",
"char/0x003a": ":",
"char/0x003b": ";",
"char/0x003c/mathmode": " < ",
"char/0x003d": "=",
"char/0x003e/mathmode": ">",
"char/0x003f": "?",
"char/0x0041": "A",
"char/0x0042": "B",
"char/0x0043": "C",
"char/0x0044": "D",
"char/0x0045": "E",
"char/0x0046": "F",
"char/0x0047": "G",
"char/0x0048": "H",
"char/0x0049": "I",
"char/0x004a": "J",
"char/0x004b": "K",
"char/0x004c": "L",
"char/0x004d": "M",
"char/0x004e": "N",
"char/0x004f": "O",
"char/0x0050": "P",
"char/0x0051": "Q",
"char/0x0052": "R",
"char/0x0053": "S",
"char/0x0054": "T",
"char/0x0055": "U",
"char/0x0056": "V",
"char/0x0057": "W",
"char/0x0058": "X",
"char/0x0059": "Y",
"char/0x005a": "Z",
"char/0x005b/mathmode": "[",
"char/0x005c/mathmode": "\\backslash ",
"char/0x005d/mathmode": "]",
"char/0x005e/mathmode": "\\hat{\\ }",
"char/0x005f/mathmode": "\\_",
"char/0x0060/mathmode": "\\grave{\\ }",
"char/0x0061": "a",
"char/0x0062": "b",
"char/0x0063": "c",
"char/0x0064": "d",
"char/0x0065": "e",
"char/0x0066": "f",
"char/0x0067": "g",
"char/0x0068": "h",
"char/0x0069": "i",
"char/0x006a": "j",
"char/0x006b": "k",
"char/0x006c": "l",
"char/0x006d": "m",
"char/0x006e": "n",
"char/0x006f": "o",
"char/0x0070": "p",
"char/0x0071": "q",
"char/0x0072": "r",
"char/0x0073": "s",
"char/0x0074": "t",
"char/0x0075": "u",
"char/0x0076": "v",
"char/0x0077": "w",
"char/0x0078": "x",
"char/0x0079": "y",
"char/0x007a": "z",
"char/0x007b/mathmode": "\\{",
"char/0x007c/mathmode": "|",
"char/0x007d/mathmode": "\\}",
"char/0x007e/mathmode": "\\tilde{\\ }",
"char/0x00a0/mathmode": "~",
"char/0x00a1/mathmode": "\\text{<7B>}",
"char/0x00a1/textmode": "<22>",
"char/0x00a2/mathmode": "\\text{<7B>}",
"char/0x00a2/textmode": "<22>",
"char/0x00a3/mathmode": "\\text{<7B>}",
"char/0x00a3/textmode": "<22>",
"char/0x00a4/mathmode": "\\text{<7B>}",
"char/0x00a4/textmode": "<22>",
"char/0x00a5/mathmode": "\\text{<7B>}",
"char/0x00a5/textmode": "<22>",
"char/0x00a6/mathmode": "\\text{<7B>}",
"char/0x00a6/textmode": "<22>",
"char/0x00a7/mathmode": "\\S ",
"char/0x00a8/mathmode": "\\ddot{\\ }",
"char/0x00aa/mathmode": "{}^\\text{a}",
"char/0x00ab/mathmode": "\\ll ",
"char/0x00ac/mathmode": "\\neg ",
"char/0x00af/mathmode": "\\bar{\\ }",
"char/0x00b0/mathmode": "{}^\\circ ",
"char/0x00b1/mathmode": "\\pm ",
"char/0x00b2/mathmode": "{}^\\text{2}",
"char/0x00b3/mathmode": "{}^\\text{3}",
"char/0x00b4/mathmode": "\\acute{\\ }",
"char/0x00b5/mathmode": "\\mu ",
"char/0x00b6/mathmode": "\\P ",
"char/0x00b7/mathmode": "\\cdot ",
"char/0x00b9/mathmode": "{}^\\text{1}",
"char/0x00ba/mathmode": "{}^\\text{o}",
"char/0x00bb/mathmode": "\\gg ",
"char/0x00bc/mathmode": "{\\scriptscriptstyle 1\\!/\\!{ }_4}",
"char/0x00bd/mathmode": "{\\scriptscriptstyle 1\\!/\\!{ }_2}",
"char/0x00be/mathmode": "{\\scriptscriptstyle 3\\!/\\!{ }_4}",
"char/0x00c0/mathmode": "\\grave{A}",
"char/0x00c1/mathmode": "\\acute{A}",
"char/0x00c2/mathmode": "\\hat{A}",
"char/0x00c3/mathmode": "\\tilde{A}",
"char/0x00c4/mathmode": "\\ddot{A}",
"char/0x00c5/mathmode": "{\\AA}",
"char/0x00c8/mathmode": "\\grave{E}",
"char/0x00c9/mathmode": "\\acute{E}",
"char/0x00ca/mathmode": "\\hat{E}",
"char/0x00cb/mathmode": "\\ddot{E}",
"char/0x00cc/mathmode": "\\grave{I}",
"char/0x00cd/mathmode": "\\acute{I}",
"char/0x00ce/mathmode": "\\hat{I}",
"char/0x00cf/mathmode": "\\ddot{I}",
"char/0x00d1/mathmode": "\\tilde{N}",
"char/0x00d2/mathmode": "\\grave{O}",
"char/0x00d3/mathmode": "\\acute{O}",
"char/0x00d4/mathmode": "\\hat{O}",
"char/0x00d5/mathmode": "\\tilde{O}",
"char/0x00d6/mathmode": "\\ddot{O}",
"char/0x00d7/mathmode": "\\times ",
"char/0x00d8/mathmode": "\\O ",
"char/0x00d9/mathmode": "\\grave{U}",
"char/0x00da/mathmode": "\\acute{U}",
"char/0x00db/mathmode": "\\hat{U}",
"char/0x00dc/mathmode": "\\ddot{U}",
"char/0x00dd/mathmode": "\\acute{Y}",
"char/0x00e0/mathmode": "\\grave{a}",
"char/0x00e1/mathmode": "\\acute{a}",
"char/0x00e2/mathmode": "\\hat{a}",
"char/0x00e3/mathmode": "\\tilde{a}",
"char/0x00e4/mathmode": "\\ddot{a}",
"char/0x00e8/mathmode": "\\grave{e}",
"char/0x00e9/mathmode": "\\acute{e}",
"char/0x00ea/mathmode": "\\hat{e}",
"char/0x00eb/mathmode": "\\ddot{e}",
"char/0x00ec/mathmode": "\\grave{i}",
"char/0x00ed/mathmode": "\\acute{i}",
"char/0x00ee/mathmode": "\\hat{i}",
"char/0x00ef/mathmode": "\\ddot{i}",
"char/0x00f0/mathmode": "\\eth ",
"char/0x00f1/mathmode": "\\tilde{n}",
"char/0x00f2/mathmode": "\\grave{o}",
"char/0x00f3/mathmode": "\\acute{o}",
"char/0x00f4/mathmode": "\\hat{o}",
"char/0x00f5/mathmode": "\\tilde{o}",
"char/0x00f6/mathmode": "\\ddot{o}",
"char/0x00f7/mathmode": "\\div ",
"char/0x00f9/mathmode": "\\grave{u}",
"char/0x00fa/mathmode": "\\acute{u}",
"char/0x00fb/mathmode": "\\hat{u}",
"char/0x00fc/mathmode": "\\ddot{u}",
"char/0x00fd/mathmode": "\\acute{y}",
"char/0x00ff/mathmode": "\\ddot{y}",
"char/0x0100/mathmode": "\\bar{A}",
"char/0x0101/mathmode": "\\bar{a}",
"char/0x0102/mathmode": "\\breve{A}",
"char/0x0103/mathmode": "\\breve{a}",
"char/0x0106/mathmode": "\\acute{C}",
"char/0x0107/mathmode": "\\acute{c}",
"char/0x0108/mathmode": "\\hat{C}",
"char/0x0109/mathmode": "\\hat{c}",
"char/0x010a/mathmode": "\\dot{C}",
"char/0x010b/mathmode": "\\dot{c}",
"char/0x010c/mathmode": "\\check{C}",
"char/0x010d/mathmode": "\\check{c}",
"char/0x010e/mathmode": "\\check{D}",
"char/0x010f/mathmode": "\\check{d}",
"char/0x0112/mathmode": "\\bar{E}",
"char/0x0113/mathmode": "\\bar{e}",
"char/0x0114/mathmode": "\\breve{E}",
"char/0x0115/mathmode": "\\breve{e}",
"char/0x0116/mathmode": "\\dot{E}",
"char/0x0117/mathmode": "\\dot{e}",
"char/0x011a/mathmode": "\\check{E}",
"char/0x011b/mathmode": "\\check{e}",
"char/0x011c/mathmode": "\\hat{G}",
"char/0x011d/mathmode": "\\hat{g}",
"char/0x011e/mathmode": "\\breve{G}",
"char/0x011f/mathmode": "\\breve{g}",
"char/0x0120/mathmode": "\\dot{G}",
"char/0x0121/mathmode": "\\dot{g}",
"char/0x0124/mathmode": "\\hat{H}",
"char/0x0125/mathmode": "\\hat{h}",
"char/0x0127/mathmode": "\\hbar ",
"char/0x0128/mathmode": "\\tilde{I}",
"char/0x0129/mathmode": "\\tilde{i}",
"char/0x012a/mathmode": "\\bar{I}",
"char/0x012b/mathmode": "\\bar{i}",
"char/0x012c/mathmode": "\\breve{I}",
"char/0x012d/mathmode": "\\breve{i}",
"char/0x0130/mathmode": "\\dot{I}",
"char/0x0131/mathmode": "\\imath ",
"char/0x0134/mathmode": "\\hat{J}",
"char/0x0135/mathmode": "\\hat{j}",
"char/0x0139/mathmode": "\\acute{L}",
"char/0x013a/mathmode": "\\acute{l}",
"char/0x013d/mathmode": "\\check{L}",
"char/0x013e/mathmode": "\\check{l}",
"char/0x013f/mathmode": "\\mathrm{L}\\!\\!\\cdot",
"char/0x0140/mathmode": "\\mathrm{l}\\cdot",
"char/0x0143/mathmode": "\\acute{N}",
"char/0x0144/mathmode": "\\acute{n}",
"char/0x0147/mathmode": "\\check{N}",
"char/0x0148/mathmode": "\\check{n}",
"char/0x014c/mathmode": "\\bar{O}",
"char/0x014d/mathmode": "\\bar{o}",
"char/0x014e/mathmode": "\\breve{O}",
"char/0x014f/mathmode": "\\breve{o}",
"char/0x0154/mathmode": "\\acute{R}",
"char/0x0155/mathmode": "\\acute{r}",
"char/0x0158/mathmode": "\\check{R}",
"char/0x0159/mathmode": "\\check{r}",
"char/0x015a/mathmode": "\\acute{S}",
"char/0x015b/mathmode": "\\acute{s}",
"char/0x015c/mathmode": "\\hat{S}",
"char/0x015d/mathmode": "\\hat{s}",
"char/0x0160/mathmode": "\\check{S}",
"char/0x0161/mathmode": "\\check{s}",
"char/0x0164/mathmode": "\\check{T}",
"char/0x0165/mathmode": "\\check{t}",
"char/0x0168/mathmode": "\\tilde{U}",
"char/0x0169/mathmode": "\\tilde{u}",
"char/0x016a/mathmode": "\\bar{U}",
"char/0x016b/mathmode": "\\bar{u}",
"char/0x016c/mathmode": "\\breve{U}",
"char/0x016d/mathmode": "\\breve{u}",
"char/0x016e/mathmode": "\\overset{\\circ}{U}",
"char/0x016f/mathmode": "\\overset{\\circ}{u}",
"char/0x0174/mathmode": "\\hat{W}",
"char/0x0175/mathmode": "\\hat{w}",
"char/0x0176/mathmode": "\\hat{Y}",
"char/0x0177/mathmode": "\\hat{y}",
"char/0x0178/mathmode": "\\ddot{Y}",
"char/0x0179/mathmode": "\\acute{Z}",
"char/0x017a/mathmode": "\\acute{z}",
"char/0x017b/mathmode": "\\dot{Z}",
"char/0x017c/mathmode": "\\dot{z}",
"char/0x017d/mathmode": "\\check{Z}",
"char/0x017e/mathmode": "\\check{z}",
"char/0x0391/mathmode": "\\Alpha ",
"char/0x0392/mathmode": "\\Beta ",
"char/0x0393/mathmode": "\\Gamma ",
"char/0x0394/mathmode": "\\Delta ",
"char/0x0395/mathmode": "\\Epsilon ",
"char/0x0396/mathmode": "\\Zeta ",
"char/0x0397/mathmode": "\\Eta ",
"char/0x0398/mathmode": "\\Theta ",
"char/0x0399/mathmode": "\\Iota ",
"char/0x039a/mathmode": "\\Kappa ",
"char/0x039b/mathmode": "\\Lambda ",
"char/0x039c/mathmode": "\\Mu ",
"char/0x039d/mathmode": "\\Nu ",
"char/0x039e/mathmode": "\\Xi ",
"char/0x039f/mathmode": "{\\mathrm O}",
"char/0x039f/textmode": "O",
"char/0x03a0/mathmode": "\\Pi ",
"char/0x03a1/mathmode": "\\Rho ",
"char/0x03a3/mathmode": "\\Sigma ",
"char/0x03a4/mathmode": "\\Tau ",
"char/0x03a5/mathmode": "\\Upsilon ",
"char/0x03a6/mathmode": "\\Phi ",
"char/0x03a7/mathmode": "\\Chi ",
"char/0x03a8/mathmode": "\\Psi ",
"char/0x03a9/mathmode": "\\Omega ",
"char/0x03b1/mathmode": "\\alpha ",
"char/0x03b2/mathmode": "\\beta ",
"char/0x03b3/mathmode": "\\gamma ",
"char/0x03b4/mathmode": "\\delta ",
"char/0x03b5/mathmode": "\\varepsilon ",
"char/0x03b6/mathmode": "\\zeta ",
"char/0x03b7/mathmode": "\\eta ",
"char/0x03b8/mathmode": "\\theta ",
"char/0x03b9/mathmode": "\\iota ",
"char/0x03ba/mathmode": "\\kappa ",
"char/0x03bb/mathmode": "\\lambda ",
"char/0x03bc/mathmode": "\\mu ",
"char/0x03bd/mathmode": "\\nu ",
"char/0x03be/mathmode": "\\xi ",
"char/0x03bf": "o",
"char/0x03c0/mathmode": "\\pi ",
"char/0x03c1/mathmode": "\\rho ",
"char/0x03c2/mathmode": "\\varsigma ",
"char/0x03c3/mathmode": "\\sigma ",
"char/0x03c4/mathmode": "\\tau ",
"char/0x03c5/mathmode": "\\upsilon ",
"char/0x03c6/mathmode": "\\varphi ",
"char/0x03c7/mathmode": "\\chi ",
"char/0x03c8/mathmode": "\\psi ",
"char/0x03c9/mathmode": "\\omega ",
"char/0x03d1/mathmode": "\\vartheta ",
"char/0x03d2/mathmode": "\\Upsilon ",
"char/0x03d5/mathmode": "\\phi ",
"char/0x03d6/mathmode": "\\varpi ",
"char/0x03db/mathmode": "\\varsigma ",
"char/0x03dc/mathmode": "\\digamma ",
"char/0x03f0/mathmode": "\\varkappa ",
"char/0x03f1/mathmode": "\\varrho ",
"char/0x03f5/mathmode": "\\epsilon ",
"char/0x03f6/mathmode": "\\backepsilon ",
"char/0x2010/textmode": "-",
"char/0x2013/textmode": "--",
"char/0x2014/textmode": "---",
"char/0x2016/mathmode": "\\|",
"char/0x2020/mathmode": "\\dagger ",
"char/0x2021/mathmode": "\\ddagger ",
"char/0x2022/mathmode": "\\bullet ",
"char/0x2026/mathmode": "\\ldots ",
"char/0x2032/mathmode": "\\prime ",
"char/0x2033/mathmode": "\\prime\\prime ",
"char/0x2034/mathmode": "\\prime\\prime\\prime ",
"char/0x2035/mathmode": "\\backprime ",
"char/0x2036/mathmode": "\\backprime\\backprime ",
"char/0x2037/mathmode": "\\backprime\\backprime\\backprime ",
"char/0x203e/mathmode": "\\bar{\\ }",
"char/0x203f/mathmode": "{}_\\smile ",
"char/0x2040/mathmode": "{}^\\frown ",
"char/0x2044": "/",
"char/0x20a1/mathmode": "\\Colon ",
"char/0x20a2/mathmode": "\\cruzeiro ",
"char/0x20a3/mathmode": "\\franc ",
"char/0x20a4/mathmode": "\\lira ",
"char/0x20a5/mathmode": "\\mill ",
"char/0x20a6/mathmode": "\\naira ",
"char/0x20a7/mathmode": "\\peseta ",
"char/0x20a8/mathmode": "\\rupee ",
"char/0x20a9/mathmode": "\\won ",
"char/0x20aa/mathmode": "\\newsheqel ",
"char/0x20ab/mathmode": "\\dong ",
"char/0x20ac/mathmode": "\\euro ",
"char/0x20ad/mathmode": "\\kip ",
"char/0x20ae/mathmode": "\\tugrik ",
"char/0x20af/mathmode": "\\drachma ",
"char/0x20b0/mathmode": "\\germanpenny ",
"char/0x20b1/mathmode": "\\peso ",
"char/0x20b2/mathmode": "\\guarani ",
"char/0x20b3/mathmode": "\\austral ",
"char/0x20b4/mathmode": "\\hryvnia ",
"char/0x20b5/mathmode": "\\cedi ",
"char/0x2102/mathmode": "\\mathbb{C}",
"char/0x2107/mathmode": "\\gamma ",
"char/0x210a": "g",
"char/0x210b/mathmode": "\\mathcal{H}",
"char/0x210c/mathmode": "\\mathfrak{H}",
"char/0x210d/mathmode": "\\mathbb{H}",
"char/0x210e/mathmode": "h",
"char/0x210f/mathmode": "\\hbar ",
"char/0x2110/mathmode": "\\mathcal{I}",
"char/0x2111/mathmode": "\\Im ",
"char/0x2112/mathmode": "\\mathcal{L}",
"char/0x2113/mathmode": "\\ell ",
"char/0x2115/mathmode": "\\mathbb{N}",
"char/0x2118/mathmode": "\\wp ",
"char/0x2119/mathmode": "\\mathbb{P}",
"char/0x211a/mathmode": "\\mathbb{Q}",
"char/0x211b/mathmode": "\\mathcal{R}",
"char/0x211c/mathmode": "\\Re ",
"char/0x211d/mathmode": "\\mathbb{R}",
"char/0x2124/mathmode": "\\mathbb{Z}",
"char/0x2126/mathmode": "\\Omega ",
"char/0x2127/mathmode": "\\mho ",
"char/0x2128/mathmode": "\\mathfrak{X}",
"char/0x212c/mathmode": "\\mathcal{B}",
"char/0x212d/mathmode": "\\mathfrak{C}",
"char/0x2130/mathmode": "\\mathcal{E}",
"char/0x2131/mathmode": "\\mathcal{F}",
"char/0x2132/mathmode": "\\Finv ",
"char/0x2133/mathmode": "\\mathcal{M}",
"char/0x2135/mathmode": "\\aleph ",
"char/0x2136/mathmode": "\\beth ",
"char/0x2137/mathmode": "\\gimel ",
"char/0x2138/mathmode": "\\daleth ",
"char/0x2190/mathmode": "\\leftarrow ",
"char/0x2191/mathmode": "\\uparrow ",
"char/0x2192/mathmode": "\\to ",
"char/0x2193/mathmode": "\\downarrow ",
"char/0x2194/mathmode": "\\leftrightarrow ",
"char/0x2195/mathmode": "\\updownarrow ",
"char/0x2196/mathmode": "\\nwarrow ",
"char/0x2197/mathmode": "\\nearrow ",
"char/0x2198/mathmode": "\\searrow ",
"char/0x2199/mathmode": "\\swarrow ",
"char/0x219a/mathmode": "\\nleftarrow ",
"char/0x219b/mathmode": "\\nrightarrow ",
"char/0x219d/mathmode": "\\rightsquigarrow ",
"char/0x219e/mathmode": "\\twoheadleftarrow ",
"char/0x21a0/mathmode": "\\twoheadrightarrow ",
"char/0x21a2/mathmode": "\\leftarrowtail ",
"char/0x21a3/mathmode": "\\rightarrowtail ",
"char/0x21a6/mathmode": "\\mapsto ",
"char/0x21a9/mathmode": "\\hookleftarrow ",
"char/0x21aa/mathmode": "\\hookrightarrow ",
"char/0x21ab/mathmode": "\\looparrowleft ",
"char/0x21ac/mathmode": "\\looparrowright ",
"char/0x21ad/mathmode": "\\leftrightsquigarrow ",
"char/0x21ae/mathmode": "\\nleftrightarrow ",
"char/0x21b0/mathmode": "\\Lsh ",
"char/0x21b1/mathmode": "\\Rsh ",
"char/0x21b6/mathmode": "\\curvearrowleft ",
"char/0x21b7/mathmode": "\\curvearrowright ",
"char/0x21ba/mathmode": "\\circlearrowleft ",
"char/0x21bb/mathmode": "\\circlearrowright ",
"char/0x21bc/mathmode": "\\leftharpoonup ",
"char/0x21bd/mathmode": "\\leftharpoondown ",
"char/0x21be/mathmode": "\\upharpoonright ",
"char/0x21bf/mathmode": "\\upharpoonleft ",
"char/0x21c0/mathmode": "\\rightharpoonup ",
"char/0x21c1/mathmode": "\\rightharpoondown ",
"char/0x21c2/mathmode": "\\downharpoonright ",
"char/0x21c3/mathmode": "\\downharpoonleft ",
"char/0x21c4/mathmode": "\\rightleftarrows ",
"char/0x21c5/mathmode": "\\uparrow\\!\\downarrow ",
"char/0x21c6/mathmode": "\\leftrightarrows ",
"char/0x21c7/mathmode": "\\leftleftarrows ",
"char/0x21c8/mathmode": "\\upuparrows ",
"char/0x21c9/mathmode": "\\rightrightarrows ",
"char/0x21ca/mathmode": "\\downdownarrows ",
"char/0x21cb/mathmode": "\\leftrightharpoons ",
"char/0x21cc/mathmode": "\\rightleftharpoons ",
"char/0x21cd/mathmode": "\\nLeftarrow ",
"char/0x21ce/mathmode": "\\nLeftrightarrow ",
"char/0x21cf/mathmode": "\\nRightarrow ",
"char/0x21d0/mathmode": "\\Leftarrow ",
"char/0x21d1/mathmode": "\\Uparrow ",
"char/0x21d2/mathmode": "\\Rightarrow ",
"char/0x21d3/mathmode": "\\Downarrow ",
"char/0x21d4/mathmode": "\\Leftrightarrow ",
"char/0x21d5/mathmode": "\\Updownarrow ",
"char/0x21da/mathmode": "\\Lleftarrow ",
"char/0x21db/mathmode": "\\Rrightarrow ",
"char/0x21dd/mathmode": "\\rightsquigarrow ",
"char/0x21e4/mathmode": "\\shortmid\\!\\leftarrow ",
"char/0x21e5/mathmode": "\\shortmid\\!\\rightarrow ",
"char/0x2200/mathmode": "\\forall ",
"char/0x2201/mathmode": "\\complement ",
"char/0x2202/mathmode": "\\partial ",
"char/0x2203/mathmode": "\\exists ",
"char/0x2204/mathmode": "\\nexists ",
"char/0x2205/mathmode": "\\varnothing ",
"char/0x2206/mathmode": "\\Delta ",
"char/0x2207/mathmode": "\\nabla ",
"char/0x2208/mathmode": "\\in ",
"char/0x2209/mathmode": "\\notin ",
"char/0x220b/mathmode": "\\ni ",
"char/0x220c/mathmode": "\\not\\ni ",
"char/0x220d/mathmode": "\\backepsilon ",
"char/0x220e/mathmode": "\\blacksquare ",
"char/0x220f/mathmode": "\\prod ",
"char/0x2210/mathmode": "\\coprod ",
"char/0x2211/mathmode": "\\sum ",
"char/0x2212": "-",
"char/0x2213/mathmode": "\\mp ",
"char/0x2214/mathmode": "\\dotplus ",
"char/0x2215": "/",
"char/0x2216/mathmode": "\\setminus ",
"char/0x2217": "*",
"char/0x2218/mathmode": "\\circ ",
"char/0x2219/mathmode": "\\bullet ",
"char/0x221a/mathmode": "\\surd ",
"char/0x221b/mathmode": "\\sqrt[3]{ } ",
"char/0x221c/mathmode": "\\sqrt[4]{ } ",
"char/0x221d/mathmode": "\\propto ",
"char/0x221e/mathmode": "\\infty ",
"char/0x221f/mathmode": "\\perp ",
"char/0x2220/mathmode": "\\angle ",
"char/0x2221/mathmode": "\\measuredangle ",
"char/0x2222/mathmode": "\\sphericalangle ",
"char/0x2223/mathmode": "\\mid ",
"char/0x2224/mathmode": "\\nmid ",
"char/0x2225/mathmode": "\\parallel ",
"char/0x2226/mathmode": "\\nparallel ",
"char/0x2227/mathmode": "\\wedge ",
"char/0x2228/mathmode": "\\vee ",
"char/0x2229/mathmode": "\\cap ",
"char/0x222a/mathmode": "\\cup ",
"char/0x222b/mathmode": "\\int ",
"char/0x222c/mathmode": "\\iint ",
"char/0x222d/mathmode": "\\iiint ",
"char/0x222e/mathmode": "\\oint ",
"char/0x222f/mathmode": "\\mathop{{\\int\\!\\!\\!\\!\\!\\int}\\!\\!\\!\\!\\!\\!\\!\\bigcirc}",
"char/0x2230/mathmode": "\\mathop{{\\int\\!\\!\\!\\!\\!\\int\\!\\!\\!\\!\\!\\int}\\!\\!\\!\\!\\!\\!\\!\\!\\bigcirc}",
"char/0x2231/mathmode": "\\mathop{\\int\\!\\!\\!\\!\\!\\!\\!\\curvearrowright}",
"char/0x2232/mathmode": "\\mathop{\\int\\!\\!\\!\\!\\!\\!\\!\\circlearrowright}",
"char/0x2233/mathmode": "\\mathop{\\int\\!\\!\\!\\!\\!\\!\\!\\circlearrowleft}",
"char/0x2234/mathmode": "\\therefore ",
"char/0x2235/mathmode": "\\because ",
"char/0x2236/mathmode": "\\,\\!:",
"char/0x2236/textmode": ":",
"char/0x2237/mathmode": "\\,\\!:\\,:",
"char/0x2237/textmode": "::",
"char/0x2238/mathmode": "\\dot-",
"char/0x2239/mathmode": "\\,-\\!:",
"char/0x223a/mathmode": ":\\!\\!\\!-\\!\\!\\!:",
"char/0x223b/mathmode": "\\sim\\!\\!\\!:\\,",
"char/0x223c/mathmode": "\\sim ",
"char/0x223d/mathmode": "\\backsim ",
"char/0x2240/mathmode": "\\wr ",
"char/0x2241/mathmode": "\\nsim ",
"char/0x2242/mathmode": "\\eqsim ",
"char/0x2243/mathmode": "\\simeq ",
"char/0x2245/mathmode": "\\cong ",
"char/0x2247/mathmode": "\\ncong ",
"char/0x2248/mathmode": "\\approx ",
"char/0x2249/mathmode": "\\not\\approx ",
"char/0x224a/mathmode": "\\approxeq ",
"char/0x224d/mathmode": "\\asymp ",
"char/0x224e/mathmode": "\\Bumpeq ",
"char/0x224f/mathmode": "\\bumpeq ",
"char/0x2250/mathmode": "\\doteq ",
"char/0x2251/mathmode": "\\doteqdot ",
"char/0x2252/mathmode": "\\fallingdotseq ",
"char/0x2253/mathmode": "\\risingdotseq ",
"char/0x2254/mathmode": ":=\\,\\!",
"char/0x2254/textmode": ":=",
"char/0x2255/mathmode": "=:\\,\\!",
"char/0x2255/textmode": "=:",
"char/0x2256/mathmode": "\\eqcirc ",
"char/0x2257/mathmode": "\\circeq ",
"char/0x2258/mathmode": "\\overset{\\frown}{=}",
"char/0x2259/mathmode": "\\overset{\\wedge}{=}",
"char/0x225a/mathmode": "\\overset{\\vee}{=}",
"char/0x225b/mathmode": "\\overset{\\star}{=}",
"char/0x225c/mathmode": "\\triangleq ",
"char/0x225d/mathmode": "\\overset{\\underset{\\mathrm{def}}{}}{=}",
"char/0x225e/mathmode": "\\overset{\\underset{\\mathrm{m}}{}}{=}",
"char/0x225f/mathmode": "\\overset{?}{=}",
"char/0x2260/mathmode": "\\ne ",
"char/0x2261/mathmode": "\\equiv ",
"char/0x2262/mathmode": "\\not\\equiv ",
"char/0x2264/mathmode": "\\le ",
"char/0x2265/mathmode": "\\ge ",
"char/0x2266/mathmode": "\\leqq ",
"char/0x2267/mathmode": "\\geqq ",
"char/0x2268/mathmode": "\\lneqq ",
"char/0x2269/mathmode": "\\gneqq ",
"char/0x226a/mathmode": "\\ll ",
"char/0x226b/mathmode": "\\gg ",
"char/0x226c/mathmode": "\\between ",
"char/0x226d/mathmode": "\\not\\asymp ",
"char/0x226e/mathmode": "\\nless ",
"char/0x226f/mathmode": "\\ngtr ",
"char/0x2270/mathmode": "\\nleqslant ",
"char/0x2271/mathmode": "\\ngeqslant ",
"char/0x2272/mathmode": "\\lesssim ",
"char/0x2273/mathmode": "\\gtrsim ",
"char/0x2274/mathmode": "\\not\\lesssim ",
"char/0x2275/mathmode": "\\not\\gtrsim ",
"char/0x2276/mathmode": "\\lessgtr ",
"char/0x2277/mathmode": "\\gtrless ",
"char/0x2278/mathmode": "\\not\\lessgtr ",
"char/0x2279/mathmode": "\\not\\gtrless ",
"char/0x227a/mathmode": "\\prec ",
"char/0x227b/mathmode": "\\succ ",
"char/0x227c/mathmode": "\\preccurlyeq ",
"char/0x227d/mathmode": "\\succcurlyeq ",
"char/0x227e/mathmode": "\\precsim ",
"char/0x227f/mathmode": "\\succsim ",
"char/0x2280/mathmode": "\\nprec ",
"char/0x2281/mathmode": "\\nsucc ",
"char/0x2282/mathmode": "\\subset ",
"char/0x2283/mathmode": "\\supset ",
"char/0x2284/mathmode": "\\not\\subset ",
"char/0x2285/mathmode": "\\not\\supset ",
"char/0x2286/mathmode": "\\subseteq ",
"char/0x2287/mathmode": "\\supseteq ",
"char/0x2288/mathmode": "\\nsubseteq ",
"char/0x2289/mathmode": "\\nsupseteq ",
"char/0x228a/mathmode": "\\subsetneq ",
"char/0x228b/mathmode": "\\supsetneq ",
"char/0x228e/mathmode": "\\uplus ",
"char/0x228f/mathmode": "\\sqsubset ",
"char/0x2290/mathmode": "\\sqsupset ",
"char/0x2291/mathmode": "\\sqsubseteq ",
"char/0x2292/mathmode": "\\sqsupseteq ",
"char/0x2293/mathmode": "\\sqcap ",
"char/0x2294/mathmode": "\\sqcup ",
"char/0x2295/mathmode": "\\oplus ",
"char/0x2296/mathmode": "\\ominus ",
"char/0x2297/mathmode": "\\otimes ",
"char/0x2298/mathmode": "\\oslash ",
"char/0x2299/mathmode": "\\odot ",
"char/0x229a/mathmode": "\\circledcirc ",
"char/0x229b/mathmode": "\\circledast ",
"char/0x229c/mathmode": "\\,\\bigcirc\\!\\!\\!\\!\\!\\!\\!=",
"char/0x229d/mathmode": "\\circleddash ",
"char/0x229e/mathmode": "\\boxplus ",
"char/0x229f/mathmode": "\\boxminus ",
"char/0x22a0/mathmode": "\\boxtimes ",
"char/0x22a1/mathmode": "\\boxdot ",
"char/0x22a2/mathmode": "\\vdash ",
"char/0x22a3/mathmode": "\\dashv ",
"char/0x22a4/mathmode": "\\top ",
"char/0x22a5/mathmode": "\\bot ",
"char/0x22a6/mathmode": "\\vdash ",
"char/0x22a7/mathmode": "\\models ",
"char/0x22a8/mathmode": "\\vDash ",
"char/0x22a9/mathmode": "\\Vdash ",
"char/0x22aa/mathmode": "\\Vvdash ",
"char/0x22ab/mathmode": "\\,\\|\\!\\!\\!=",
"char/0x22ac/mathmode": "\\nvdash ",
"char/0x22ad/mathmode": "\\nvDash ",
"char/0x22ae/mathmode": "\\nVdash ",
"char/0x22af/mathmode": "\\nVDash ",
"char/0x22b2/mathmode": "\\triangleleft ",
"char/0x22b3/mathmode": "\\triangleright ",
"char/0x22b4/mathmode": "\\trianglelefteq ",
"char/0x22b5/mathmode": "\\trianglerighteq ",
"char/0x22b8/mathmode": "\\multimap ",
"char/0x22ba/mathmode": "\\intercal ",
"char/0x22bb/mathmode": "\\veebar ",
"char/0x22bc/mathmode": "\\barwedge ",
"char/0x22bd/mathmode": "\\veebar ",
"char/0x22c0/mathmode": "\\bigwedge ",
"char/0x22c1/mathmode": "\\bigvee ",
"char/0x22c2/mathmode": "\\bigcap ",
"char/0x22c3/mathmode": "\\bigcup ",
"char/0x22c4/mathmode": "\\diamond ",
"char/0x22c5/mathmode": "\\cdot ",
"char/0x22c6/mathmode": "\\star ",
"char/0x22c7/mathmode": "\\divideontimes ",
"char/0x22c8/mathmode": "\\bowtie ",
"char/0x22c9/mathmode": "\\ltimes ",
"char/0x22ca/mathmode": "\\rtimes ",
"char/0x22cb/mathmode": "\\leftthreetimes ",
"char/0x22cc/mathmode": "\\rightthreetimes ",
"char/0x22ce/mathmode": "\\curlyvee ",
"char/0x22cf/mathmode": "\\curlywedge ",
"char/0x22d0/mathmode": "\\Subset ",
"char/0x22d1/mathmode": "\\Supset ",
"char/0x22d2/mathmode": "\\Cap ",
"char/0x22d3/mathmode": "\\Cup ",
"char/0x22d4/mathmode": "\\pitchfork ",
"char/0x22d6/mathmode": "\\lessdot ",
"char/0x22d7/mathmode": "\\gtrdot ",
"char/0x22d8/mathmode": "\\lll ",
"char/0x22d9/mathmode": "\\ggg ",
"char/0x22da/mathmode": "\\lesseqgtr ",
"char/0x22db/mathmode": "\\gtreqless ",
"char/0x22dc/mathmode": "\\eqslantless ",
"char/0x22dd/mathmode": "\\eqslantgtr ",
"char/0x22de/mathmode": "\\curlyeqprec ",
"char/0x22df/mathmode": "\\curlyeqsucc ",
"char/0x22e0/mathmode": "\\npreceq ",
"char/0x22e1/mathmode": "\\nsucceq ",
"char/0x22e6/mathmode": "\\lnsim ",
"char/0x22e7/mathmode": "\\gnsim ",
"char/0x22e8/mathmode": "\\precnsim ",
"char/0x22e9/mathmode": "\\succnsim ",
"char/0x22ea/mathmode": "\\ntriangleleft ",
"char/0x22eb/mathmode": "\\ntriangleright ",
"char/0x22ec/mathmode": "\\ntrianglelefteq ",
"char/0x22ed/mathmode": "\\ntrianglerighteq ",
"char/0x22ee/mathmode": "\\vdots ",
"char/0x22ef/mathmode": "\\cdots ",
"char/0x22f1/mathmode": "\\ddots ",
"char/0x2300/mathmode": "\\varnothing ",
"char/0x2306/mathmode": "\\doublebarwedge ",
"char/0x2308/mathmode": "\\lceil ",
"char/0x2309/mathmode": "\\rceil ",
"char/0x230a/mathmode": "\\lfloor ",
"char/0x230b/mathmode": "\\rfloor ",
"char/0x231c/mathmode": "\\ulcorner ",
"char/0x231d/mathmode": "\\urcorner ",
"char/0x231e/mathmode": "\\llcorner ",
"char/0x231f/mathmode": "\\lrcorner ",
"char/0x2322/mathmode": "\\frown ",
"char/0x2323/mathmode": "\\smile ",
"char/0x2329/mathmode": "\\langle ",
"char/0x232a/mathmode": "\\rangle ",
"char/0x2329": "\\langle ",
"char/0x232a": "\\rangle ",
"char/0x2353/mathmode": "\\Box\\!\\!\\!\\!\\wedge",
"char/0x2370/mathmode": "\\Box\\!\\!\\!\\!?",
"char/0x2423/mathmode": "\\textvisiblespace ",
"char/0x24c8/mathmode": "\\circledS ",
"char/0x25a0/mathmode": "\\blacksquare ",
"char/0x25a1/mathmode": "\\square ",
"char/0x25b2/mathmode": "\\blacktriangle ",
"char/0x25b3/mathmode": "\\vartriangle ",
"char/0x25b6/mathmode": "\\blacktriangleright ",
"char/0x25bc/mathmode": "\\blacktriangledown ",
"char/0x25bd/mathmode": "\\triangledown ",
"char/0x25c0/mathmode": "\\blacktriangleleft ",
"char/0x25ca/mathmode": "\\lozenge ",
"char/0x25cb/mathmode": "\\bigcirc ",
"char/0x2605/mathmode": "\\bigstar ",
"char/0x2660/mathmode": "\\spadesuit ",
"char/0x2661/mathmode": "\\heartsuit ",
"char/0x2662/mathmode": "\\diamondsuit ",
"char/0x2663/mathmode": "\\clubsuit ",
"char/0x2666/mathmode": "\\blacklozenge ",
"char/0x266d/mathmode": "\\flat ",
"char/0x266e/mathmode": "\\natural ",
"char/0x266f/mathmode": "\\sharp ",
"char/0x2713/mathmode": "\\checkmark ",
"char/0x2715/mathmode": "\\times ",
"char/0x27e6/mathmode": "[\\![",
"char/0x27e7/mathmode": "]\\!]",
"char/0x27e8/mathmode": "\\langle ",
"char/0x27e9/mathmode": "\\rangle ",
"char/0x27f5/mathmode": "\\longleftarrow ",
"char/0x27f6/mathmode": "\\longrightarrow ",
"char/0x27f7/mathmode": "\\longleftrightarrow ",
"char/0x27f8/mathmode": "\\Longleftarrow ",
"char/0x27f9/mathmode": "\\Longrightarrow ",
"char/0x27fa/mathmode": "\\Longleftrightarrow ",
"char/0x27fc/mathmode": "\\longmapsto ",
"char/0x29eb/mathmode": "\\blacklozenge ",
"char/0x29f8/mathmode": "\\Big /",
"char/0x29f9/mathmode": "\\Big\\backslash ",
"char/0x2a00/mathmode": "\\bigodot ",
"char/0x2a01/mathmode": "\\bigoplus ",
"char/0x2a02/mathmode": "\\bigotimes ",
"char/0x2a04/mathmode": "\\biguplus ",
"char/0x2a06/mathmode": "\\bigsqcup ",
"char/0x2a0c/mathmode": "\\iiiint ",
"char/0x3008/mathmode": "\\langle ",
"char/0x3009/mathmode": "\\rangle ",
"char/0x301a/mathmode": "[\\![",
"char/0x301b/mathmode": "]\\!]",
"char/0xe90b/mathmode": "\\supseteqq ",
"char/0xe90c/mathmode": "\\subseteqq ",
"char/0xe922/mathmode": "\\lesseqqgtr ",
"char/0xe92d/mathmode": "\\gtreqqless ",
"char/0xe92e/mathmode": "\\shortmid ",
"char/0xe92f/mathmode": "\\shortparallel ",
"char/0xe930/mathmode": "\\leqslant ",
"char/0xe931/mathmode": "\\geqslant ",
"char/0xe932/mathmode": "\\lessapprox ",
"char/0xe933/mathmode": "\\gtrapprox ",
"char/0xe938/mathmode": "\\preceq ",
"char/0xe939/mathmode": "\\succeq ",
"char/0xe93a/mathmode": "\\precapprox ",
"char/0xe93b/mathmode": "\\succapprox ",
"char/0xe981/mathmode": "\\circleddash ",
"char/0xe98f/mathmode": "\\centerdot ",
"char/0xea06/mathmode": "\\nleq ",
"char/0xea07/mathmode": "\\ngeq ",
"char/0xea0b/mathmode": "\\nsupseteqq ",
"char/0xea0c/mathmode": "\\nsubseteqq ",
"char/0xea0e/mathmode": "\\not\\eqslantgtr ",
"char/0xea0f/mathmode": "\\not\\eqsim ",
"char/0xea10/mathmode": "\\not\\eqslantless ",
"char/0xea11/mathmode": "\\nsim ",
"char/0xea2e/mathmode": "\\nshortmid ",
"char/0xea2f/mathmode": "\\nshortparallel ",
"char/0xea32/mathmode": "\\lnapprox ",
"char/0xea33/mathmode": "\\gnapprox ",
"char/0xea34/mathmode": "\\lneq ",
"char/0xea35/mathmode": "\\gneq ",
"char/0xea38/mathmode": "\\npreceq ",
"char/0xea39/mathmode": "\\nsucceq ",
"char/0xea3a/mathmode": "\\precnapprox ",
"char/0xea3b/mathmode": "\\succnapprox ",
"char/0xea40/mathmode": "\\precneqq ",
"char/0xea41/mathmode": "\\succneqq ",
"char/0xea42/mathmode": "\\varsubsetneq ",
"char/0xea43/mathmode": "\\varsupsetneq ",
"char/0xea44/mathmode": "\\subsetneqq ",
"char/0xea45/mathmode": "\\supsetneqq ",
"char/0xea46/mathmode": "\\varsubsetneqq ",
"char/0xea47/mathmode": "\\varsupsetneqq ",
"char/0xeb01/mathmode": "\\overrightarrow{\\scriptscriptstyle\\leftarrow}",
"char/0xeb02/mathmode": "\\stackrel{\\scriptscriptstyle\\to}{\\leftarrow}",
"char/0xed01/mathmode": "\\Game ",
"char/0xed02/mathmode": "\\jmath ",
"char/0xed10": " d ",
"char/0xed11": " e ",
"char/0xed12": " i ",
"char/0xed13": " j ",
"char/0xed16": " D ",
"char/0xef00/mathmode": " & ",
"char/0xef01": "",
"char/0x200b": "",
"char/0xef02/mathmode": "\\,",
"char/0x2009/mathmode": "\\,",
"char/0xef03/mathmode": "\\;",
"char/0x205f/mathmode": "\\;",
"char/0xef04/mathmode": "\\ ",
"char/0x2004/mathmode": "\\ ",
"char/0xef05/mathmode": "\\quad ",
"char/0x2003/mathmode": "\\quad ",
"char/0xef06/mathmode": "\\qquad ",
"char/0xef22/mathmode": "\\!",
"char/0xf000/mathmode": "\\mathfrak{A}",
"char/0xf001/mathmode": "\\mathfrak{B}",
"char/0xf002/mathmode": "\\mathfrak{C}",
"char/0xf003/mathmode": "\\mathfrak{D}",
"char/0xf004/mathmode": "\\mathfrak{E}",
"char/0xf005/mathmode": "\\mathfrak{F}",
"char/0xf006/mathmode": "\\mathfrak{G}",
"char/0xf007/mathmode": "\\mathfrak{H}",
"char/0xf008/mathmode": "\\mathfrak{I}",
"char/0xf009/mathmode": "\\mathfrak{J}",
"char/0xf00a/mathmode": "\\mathfrak{K}",
"char/0xf00b/mathmode": "\\mathfrak{L}",
"char/0xf00c/mathmode": "\\mathfrak{M}",
"char/0xf00d/mathmode": "\\mathfrak{N}",
"char/0xf00e/mathmode": "\\mathfrak{O}",
"char/0xf00f/mathmode": "\\mathfrak{P}",
"char/0xf010/mathmode": "\\mathfrak{Q}",
"char/0xf011/mathmode": "\\mathfrak{R}",
"char/0xf012/mathmode": "\\mathfrak{S}",
"char/0xf013/mathmode": "\\mathfrak{T}",
"char/0xf014/mathmode": "\\mathfrak{U}",
"char/0xf015/mathmode": "\\mathfrak{V}",
"char/0xf016/mathmode": "\\mathfrak{W}",
"char/0xf017/mathmode": "\\mathfrak{X}",
"char/0xf018/mathmode": "\\mathfrak{Y}",
"char/0xf019/mathmode": "\\mathfrak{Z}",
"char/0xf01a/mathmode": "\\mathfrak{a}",
"char/0xf01b/mathmode": "\\mathfrak{b}",
"char/0xf01c/mathmode": "\\mathfrak{c}",
"char/0xf01d/mathmode": "\\mathfrak{d}",
"char/0xf01e/mathmode": "\\mathfrak{e}",
"char/0xf01f/mathmode": "\\mathfrak{f}",
"char/0xf020/mathmode": "\\mathfrak{g}",
"char/0xf021/mathmode": "\\mathfrak{h}",
"char/0xf022/mathmode": "\\mathfrak{i}",
"char/0xf023/mathmode": "\\mathfrak{j}",
"char/0xf024/mathmode": "\\mathfrak{k}",
"char/0xf025/mathmode": "\\mathfrak{l}",
"char/0xf026/mathmode": "\\mathfrak{m}",
"char/0xf027/mathmode": "\\mathfrak{n}",
"char/0xf028/mathmode": "\\mathfrak{o}",
"char/0xf029/mathmode": "\\mathfrak{p}",
"char/0xf02a/mathmode": "\\mathfrak{q}",
"char/0xf02b/mathmode": "\\mathfrak{r}",
"char/0xf02c/mathmode": "\\mathfrak{s}",
"char/0xf02d/mathmode": "\\mathfrak{t}",
"char/0xf02e/mathmode": "\\mathfrak{u}",
"char/0xf02f/mathmode": "\\mathfrak{v}",
"char/0xf030/mathmode": "\\mathfrak{w}",
"char/0xf031/mathmode": "\\mathfrak{x}",
"char/0xf032/mathmode": "\\mathfrak{y}",
"char/0xf033/mathmode": "\\mathfrak{z}",
"char/0xf080/mathmode": "\\mathbb{A}",
"char/0xf081/mathmode": "\\mathbb{B}",
"char/0xf082/mathmode": "\\mathbb{C}",
"char/0xf083/mathmode": "\\mathbb{D}",
"char/0xf084/mathmode": "\\mathbb{E}",
"char/0xf085/mathmode": "\\mathbb{F}",
"char/0xf086/mathmode": "\\mathbb{G}",
"char/0xf087/mathmode": "\\mathbb{H}",
"char/0xf088/mathmode": "\\mathbb{I}",
"char/0xf089/mathmode": "\\mathbb{J}",
"char/0xf08a/mathmode": "\\mathbb{K}",
"char/0xf08b/mathmode": "\\mathbb{L}",
"char/0xf08c/mathmode": "\\mathbb{M}",
"char/0xf08d/mathmode": "\\mathbb{N}",
"char/0xf08e/mathmode": "\\mathbb{O}",
"char/0xf08f/mathmode": "\\mathbb{P}",
"char/0xf090/mathmode": "\\mathbb{Q}",
"char/0xf091/mathmode": "\\mathbb{R}",
"char/0xf092/mathmode": "\\mathbb{S}",
"char/0xf093/mathmode": "\\mathbb{T}",
"char/0xf094/mathmode": "\\mathbb{U}",
"char/0xf095/mathmode": "\\mathbb{V}",
"char/0xf096/mathmode": "\\mathbb{W}",
"char/0xf097/mathmode": "\\mathbb{X}",
"char/0xf098/mathmode": "\\mathbb{Y}",
"char/0xf099/mathmode": "\\mathbb{Z}",
"char/0xf0a4/mathmode": "\\Bbbk ",
"char/0xf100/mathmode": "\\mathcal{A}",
"char/0xf101/mathmode": "\\mathcal{B}",
"char/0xf102/mathmode": "\\mathcal{C}",
"char/0xf103/mathmode": "\\mathcal{D}",
"char/0xf104/mathmode": "\\mathcal{E}",
"char/0xf105/mathmode": "\\mathcal{F}",
"char/0xf106/mathmode": "\\mathcal{G}",
"char/0xf107/mathmode": "\\mathcal{H}",
"char/0xf108/mathmode": "\\mathcal{I}",
"char/0xf109/mathmode": "\\mathcal{J}",
"char/0xf10a/mathmode": "\\mathcal{K}",
"char/0xf10b/mathmode": "\\mathcal{L}",
"char/0xf10c/mathmode": "\\mathcal{M}",
"char/0xf10d/mathmode": "\\mathcal{N}",
"char/0xf10e/mathmode": "\\mathcal{O}",
"char/0xf10f/mathmode": "\\mathcal{P}",
"char/0xf110/mathmode": "\\mathcal{Q}",
"char/0xf111/mathmode": "\\mathcal{R}",
"char/0xf112/mathmode": "\\mathcal{S}",
"char/0xf113/mathmode": "\\mathcal{T}",
"char/0xf114/mathmode": "\\mathcal{U}",
"char/0xf115/mathmode": "\\mathcal{V}",
"char/0xf116/mathmode": "\\mathcal{W}",
"char/0xf117/mathmode": "\\mathcal{X}",
"char/0xf118/mathmode": "\\mathcal{Y}",
"char/0xf119/mathmode": "\\mathcal{Z}",
"char/0xec07": "|",
"char/0xec08": "|",
"char/0x003c": " < ",
"char/0x0302": "\\widehat ",
"char/0x86e0": "\\prime ",
}