|
|
@@ -0,0 +1,2362 @@ |
|
|
# original XML at http://www.w3.org/Math/characters/unicode.xml |
|
|
# XSL for conversion: https://gist.github.com/798546 |
|
|
|
|
|
|
|
|
unicode_to_latex = { |
|
|
u"\u0020": "\\space ", |
|
|
u"\u0023": "\\#", |
|
|
u"\u0024": "\\textdollar ", |
|
|
u"\u0025": "\\%", |
|
|
u"\u0026": "\\&", |
|
|
u"\u0027": "\\textquotesingle ", |
|
|
u"\u002A": "\\ast ", |
|
|
u"\u005C": "\\textbackslash ", |
|
|
u"\u005E": "\\^{}", |
|
|
u"\u005F": "\\_", |
|
|
u"\u0060": "\\textasciigrave ", |
|
|
u"\u007B": "\\lbrace ", |
|
|
u"\u007C": "\\vert ", |
|
|
u"\u007D": "\\rbrace ", |
|
|
u"\u007E": "\\textasciitilde ", |
|
|
u"\u00A1": "\\textexclamdown ", |
|
|
u"\u00A2": "\\textcent ", |
|
|
u"\u00A3": "\\textsterling ", |
|
|
u"\u00A4": "\\textcurrency ", |
|
|
u"\u00A5": "\\textyen ", |
|
|
u"\u00A6": "\\textbrokenbar ", |
|
|
u"\u00A7": "\\textsection ", |
|
|
u"\u00A8": "\\textasciidieresis ", |
|
|
u"\u00A9": "\\textcopyright ", |
|
|
u"\u00AA": "\\textordfeminine ", |
|
|
u"\u00AB": "\\guillemotleft ", |
|
|
u"\u00AC": "\\lnot ", |
|
|
u"\u00AD": "\\-", |
|
|
u"\u00AE": "\\textregistered ", |
|
|
u"\u00AF": "\\textasciimacron ", |
|
|
u"\u00B0": "\\textdegree ", |
|
|
u"\u00B1": "\\pm ", |
|
|
u"\u00B2": "{^2}", |
|
|
u"\u00B3": "{^3}", |
|
|
u"\u00B4": "\\textasciiacute ", |
|
|
u"\u00B5": "\\mathrm{\\mu}", |
|
|
u"\u00B6": "\\textparagraph ", |
|
|
u"\u00B7": "\\cdot ", |
|
|
u"\u00B8": "\\c{}", |
|
|
u"\u00B9": "{^1}", |
|
|
u"\u00BA": "\\textordmasculine ", |
|
|
u"\u00BB": "\\guillemotright ", |
|
|
u"\u00BC": "\\textonequarter ", |
|
|
u"\u00BD": "\\textonehalf ", |
|
|
u"\u00BE": "\\textthreequarters ", |
|
|
u"\u00BF": "\\textquestiondown ", |
|
|
u"\u00C0": "\\`{A}", |
|
|
u"\u00C1": "\\'{A}", |
|
|
u"\u00C2": "\\^{A}", |
|
|
u"\u00C3": "\\~{A}", |
|
|
u"\u00C4": "\\\"{A}", |
|
|
u"\u00C5": "\\AA ", |
|
|
u"\u00C6": "\\AE ", |
|
|
u"\u00C7": "\\c{C}", |
|
|
u"\u00C8": "\\`{E}", |
|
|
u"\u00C9": "\\'{E}", |
|
|
u"\u00CA": "\\^{E}", |
|
|
u"\u00CB": "\\\"{E}", |
|
|
u"\u00CC": "\\`{I}", |
|
|
u"\u00CD": "\\'{I}", |
|
|
u"\u00CE": "\\^{I}", |
|
|
u"\u00CF": "\\\"{I}", |
|
|
u"\u00D0": "\\DH ", |
|
|
u"\u00D1": "\\~{N}", |
|
|
u"\u00D2": "\\`{O}", |
|
|
u"\u00D3": "\\'{O}", |
|
|
u"\u00D4": "\\^{O}", |
|
|
u"\u00D5": "\\~{O}", |
|
|
u"\u00D6": "\\\"{O}", |
|
|
u"\u00D7": "\\texttimes ", |
|
|
u"\u00D8": "\\O ", |
|
|
u"\u00D9": "\\`{U}", |
|
|
u"\u00DA": "\\'{U}", |
|
|
u"\u00DB": "\\^{U}", |
|
|
u"\u00DC": "\\\"{U}", |
|
|
u"\u00DD": "\\'{Y}", |
|
|
u"\u00DE": "\\TH ", |
|
|
u"\u00DF": "\\ss ", |
|
|
u"\u00E0": "\\`{a}", |
|
|
u"\u00E1": "\\'{a}", |
|
|
u"\u00E2": "\\^{a}", |
|
|
u"\u00E3": "\\~{a}", |
|
|
u"\u00E4": "\\\"{a}", |
|
|
u"\u00E5": "\\aa ", |
|
|
u"\u00E6": "\\ae ", |
|
|
u"\u00E7": "\\c{c}", |
|
|
u"\u00E8": "\\`{e}", |
|
|
u"\u00E9": "\\'{e}", |
|
|
u"\u00EA": "\\^{e}", |
|
|
u"\u00EB": "\\\"{e}", |
|
|
u"\u00EC": "\\`{\\i}", |
|
|
u"\u00ED": "\\'{\\i}", |
|
|
u"\u00EE": "\\^{\\i}", |
|
|
u"\u00EF": "\\\"{\\i}", |
|
|
u"\u00F0": "\\dh ", |
|
|
u"\u00F1": "\\~{n}", |
|
|
u"\u00F2": "\\`{o}", |
|
|
u"\u00F3": "\\'{o}", |
|
|
u"\u00F4": "\\^{o}", |
|
|
u"\u00F5": "\\~{o}", |
|
|
u"\u00F6": "\\\"{o}", |
|
|
u"\u00F7": "\\div ", |
|
|
u"\u00F8": "\\o ", |
|
|
u"\u00F9": "\\`{u}", |
|
|
u"\u00FA": "\\'{u}", |
|
|
u"\u00FB": "\\^{u}", |
|
|
u"\u00FC": "\\\"{u}", |
|
|
u"\u00FD": "\\'{y}", |
|
|
u"\u00FE": "\\th ", |
|
|
u"\u00FF": "\\\"{y}", |
|
|
u"\u0100": "\\={A}", |
|
|
u"\u0101": "\\={a}", |
|
|
u"\u0102": "\\u{A}", |
|
|
u"\u0103": "\\u{a}", |
|
|
u"\u0104": "\\k{A}", |
|
|
u"\u0105": "\\k{a}", |
|
|
u"\u0106": "\\'{C}", |
|
|
u"\u0107": "\\'{c}", |
|
|
u"\u0108": "\\^{C}", |
|
|
u"\u0109": "\\^{c}", |
|
|
u"\u010A": "\\.{C}", |
|
|
u"\u010B": "\\.{c}", |
|
|
u"\u010C": "\\v{C}", |
|
|
u"\u010D": "\\v{c}", |
|
|
u"\u010E": "\\v{D}", |
|
|
u"\u010F": "\\v{d}", |
|
|
u"\u0110": "\\DJ ", |
|
|
u"\u0111": "\\dj ", |
|
|
u"\u0112": "\\={E}", |
|
|
u"\u0113": "\\={e}", |
|
|
u"\u0114": "\\u{E}", |
|
|
u"\u0115": "\\u{e}", |
|
|
u"\u0116": "\\.{E}", |
|
|
u"\u0117": "\\.{e}", |
|
|
u"\u0118": "\\k{E}", |
|
|
u"\u0119": "\\k{e}", |
|
|
u"\u011A": "\\v{E}", |
|
|
u"\u011B": "\\v{e}", |
|
|
u"\u011C": "\\^{G}", |
|
|
u"\u011D": "\\^{g}", |
|
|
u"\u011E": "\\u{G}", |
|
|
u"\u011F": "\\u{g}", |
|
|
u"\u0120": "\\.{G}", |
|
|
u"\u0121": "\\.{g}", |
|
|
u"\u0122": "\\c{G}", |
|
|
u"\u0123": "\\c{g}", |
|
|
u"\u0124": "\\^{H}", |
|
|
u"\u0125": "\\^{h}", |
|
|
u"\u0126": "{\\fontencoding{LELA}\\selectfont\\char40}", |
|
|
u"\u0127": "\\Elzxh ", |
|
|
u"\u0128": "\\~{I}", |
|
|
u"\u0129": "\\~{\\i}", |
|
|
u"\u012A": "\\={I}", |
|
|
u"\u012B": "\\={\\i}", |
|
|
u"\u012C": "\\u{I}", |
|
|
u"\u012D": "\\u{\\i}", |
|
|
u"\u012E": "\\k{I}", |
|
|
u"\u012F": "\\k{i}", |
|
|
u"\u0130": "\\.{I}", |
|
|
u"\u0131": "\\i ", |
|
|
u"\u0132": "IJ", |
|
|
u"\u0133": "ij", |
|
|
u"\u0134": "\\^{J}", |
|
|
u"\u0135": "\\^{\\j}", |
|
|
u"\u0136": "\\c{K}", |
|
|
u"\u0137": "\\c{k}", |
|
|
u"\u0138": "{\\fontencoding{LELA}\\selectfont\\char91}", |
|
|
u"\u0139": "\\'{L}", |
|
|
u"\u013A": "\\'{l}", |
|
|
u"\u013B": "\\c{L}", |
|
|
u"\u013C": "\\c{l}", |
|
|
u"\u013D": "\\v{L}", |
|
|
u"\u013E": "\\v{l}", |
|
|
u"\u013F": "{\\fontencoding{LELA}\\selectfont\\char201}", |
|
|
u"\u0140": "{\\fontencoding{LELA}\\selectfont\\char202}", |
|
|
u"\u0141": "\\L ", |
|
|
u"\u0142": "\\l ", |
|
|
u"\u0143": "\\'{N}", |
|
|
u"\u0144": "\\'{n}", |
|
|
u"\u0145": "\\c{N}", |
|
|
u"\u0146": "\\c{n}", |
|
|
u"\u0147": "\\v{N}", |
|
|
u"\u0148": "\\v{n}", |
|
|
u"\u0149": "'n", |
|
|
u"\u014A": "\\NG ", |
|
|
u"\u014B": "\\ng ", |
|
|
u"\u014C": "\\={O}", |
|
|
u"\u014D": "\\={o}", |
|
|
u"\u014E": "\\u{O}", |
|
|
u"\u014F": "\\u{o}", |
|
|
u"\u0150": "\\H{O}", |
|
|
u"\u0151": "\\H{o}", |
|
|
u"\u0152": "\\OE ", |
|
|
u"\u0153": "\\oe ", |
|
|
u"\u0154": "\\'{R}", |
|
|
u"\u0155": "\\'{r}", |
|
|
u"\u0156": "\\c{R}", |
|
|
u"\u0157": "\\c{r}", |
|
|
u"\u0158": "\\v{R}", |
|
|
u"\u0159": "\\v{r}", |
|
|
u"\u015A": "\\'{S}", |
|
|
u"\u015B": "\\'{s}", |
|
|
u"\u015C": "\\^{S}", |
|
|
u"\u015D": "\\^{s}", |
|
|
u"\u015E": "\\c{S}", |
|
|
u"\u015F": "\\c{s}", |
|
|
u"\u0160": "\\v{S}", |
|
|
u"\u0161": "\\v{s}", |
|
|
u"\u0162": "\\c{T}", |
|
|
u"\u0163": "\\c{t}", |
|
|
u"\u0164": "\\v{T}", |
|
|
u"\u0165": "\\v{t}", |
|
|
u"\u0166": "{\\fontencoding{LELA}\\selectfont\\char47}", |
|
|
u"\u0167": "{\\fontencoding{LELA}\\selectfont\\char63}", |
|
|
u"\u0168": "\\~{U}", |
|
|
u"\u0169": "\\~{u}", |
|
|
u"\u016A": "\\={U}", |
|
|
u"\u016B": "\\={u}", |
|
|
u"\u016C": "\\u{U}", |
|
|
u"\u016D": "\\u{u}", |
|
|
u"\u016E": "\\r{U}", |
|
|
u"\u016F": "\\r{u}", |
|
|
u"\u0170": "\\H{U}", |
|
|
u"\u0171": "\\H{u}", |
|
|
u"\u0172": "\\k{U}", |
|
|
u"\u0173": "\\k{u}", |
|
|
u"\u0174": "\\^{W}", |
|
|
u"\u0175": "\\^{w}", |
|
|
u"\u0176": "\\^{Y}", |
|
|
u"\u0177": "\\^{y}", |
|
|
u"\u0178": "\\\"{Y}", |
|
|
u"\u0179": "\\'{Z}", |
|
|
u"\u017A": "\\'{z}", |
|
|
u"\u017B": "\\.{Z}", |
|
|
u"\u017C": "\\.{z}", |
|
|
u"\u017D": "\\v{Z}", |
|
|
u"\u017E": "\\v{z}", |
|
|
u"\u0195": "\\texthvlig ", |
|
|
u"\u019E": "\\textnrleg ", |
|
|
u"\u01AA": "\\eth ", |
|
|
u"\u01BA": "{\\fontencoding{LELA}\\selectfont\\char195}", |
|
|
u"\u01C2": "\\textdoublepipe ", |
|
|
u"\u01F5": "\\'{g}", |
|
|
u"\u0250": "\\Elztrna ", |
|
|
u"\u0252": "\\Elztrnsa ", |
|
|
u"\u0254": "\\Elzopeno ", |
|
|
u"\u0256": "\\Elzrtld ", |
|
|
u"\u0258": "{\\fontencoding{LEIP}\\selectfont\\char61}", |
|
|
u"\u0259": "\\Elzschwa ", |
|
|
u"\u025B": "\\varepsilon ", |
|
|
u"\u0263": "\\Elzpgamma ", |
|
|
u"\u0264": "\\Elzpbgam ", |
|
|
u"\u0265": "\\Elztrnh ", |
|
|
u"\u026C": "\\Elzbtdl ", |
|
|
u"\u026D": "\\Elzrtll ", |
|
|
u"\u026F": "\\Elztrnm ", |
|
|
u"\u0270": "\\Elztrnmlr ", |
|
|
u"\u0271": "\\Elzltlmr ", |
|
|
u"\u0272": "\\Elzltln ", |
|
|
u"\u0273": "\\Elzrtln ", |
|
|
u"\u0277": "\\Elzclomeg ", |
|
|
u"\u0278": "\\textphi ", |
|
|
u"\u0279": "\\Elztrnr ", |
|
|
u"\u027A": "\\Elztrnrl ", |
|
|
u"\u027B": "\\Elzrttrnr ", |
|
|
u"\u027C": "\\Elzrl ", |
|
|
u"\u027D": "\\Elzrtlr ", |
|
|
u"\u027E": "\\Elzfhr ", |
|
|
u"\u027F": "{\\fontencoding{LEIP}\\selectfont\\char202}", |
|
|
u"\u0282": "\\Elzrtls ", |
|
|
u"\u0283": "\\Elzesh ", |
|
|
u"\u0287": "\\Elztrnt ", |
|
|
u"\u0288": "\\Elzrtlt ", |
|
|
u"\u028A": "\\Elzpupsil ", |
|
|
u"\u028B": "\\Elzpscrv ", |
|
|
u"\u028C": "\\Elzinvv ", |
|
|
u"\u028D": "\\Elzinvw ", |
|
|
u"\u028E": "\\Elztrny ", |
|
|
u"\u0290": "\\Elzrtlz ", |
|
|
u"\u0292": "\\Elzyogh ", |
|
|
u"\u0294": "\\Elzglst ", |
|
|
u"\u0295": "\\Elzreglst ", |
|
|
u"\u0296": "\\Elzinglst ", |
|
|
u"\u029E": "\\textturnk ", |
|
|
u"\u02A4": "\\Elzdyogh ", |
|
|
u"\u02A7": "\\Elztesh ", |
|
|
u"\u02C7": "\\textasciicaron ", |
|
|
u"\u02C8": "\\Elzverts ", |
|
|
u"\u02CC": "\\Elzverti ", |
|
|
u"\u02D0": "\\Elzlmrk ", |
|
|
u"\u02D1": "\\Elzhlmrk ", |
|
|
u"\u02D2": "\\Elzsbrhr ", |
|
|
u"\u02D3": "\\Elzsblhr ", |
|
|
u"\u02D4": "\\Elzrais ", |
|
|
u"\u02D5": "\\Elzlow ", |
|
|
u"\u02D8": "\\textasciibreve ", |
|
|
u"\u02D9": "\\textperiodcentered ", |
|
|
u"\u02DA": "\\r{}", |
|
|
u"\u02DB": "\\k{}", |
|
|
u"\u02DC": "\\texttildelow ", |
|
|
u"\u02DD": "\\H{}", |
|
|
u"\u02E5": "\\tone{55}", |
|
|
u"\u02E6": "\\tone{44}", |
|
|
u"\u02E7": "\\tone{33}", |
|
|
u"\u02E8": "\\tone{22}", |
|
|
u"\u02E9": "\\tone{11}", |
|
|
u"\u0300": "\\`", |
|
|
u"\u0301": "\\'", |
|
|
u"\u0302": "\\^", |
|
|
u"\u0303": "\\~", |
|
|
u"\u0304": "\\=", |
|
|
u"\u0306": "\\u", |
|
|
u"\u0307": "\\.", |
|
|
u"\u0308": "\\\"", |
|
|
u"\u030A": "\\r", |
|
|
u"\u030B": "\\H", |
|
|
u"\u030C": "\\v", |
|
|
u"\u030F": "\\cyrchar\\C", |
|
|
u"\u0311": "{\\fontencoding{LECO}\\selectfont\\char177}", |
|
|
u"\u0318": "{\\fontencoding{LECO}\\selectfont\\char184}", |
|
|
u"\u0319": "{\\fontencoding{LECO}\\selectfont\\char185}", |
|
|
u"\u0321": "\\Elzpalh ", |
|
|
u"\u0322": "\\Elzrh ", |
|
|
u"\u0327": "\\c", |
|
|
u"\u0328": "\\k", |
|
|
u"\u032A": "\\Elzsbbrg ", |
|
|
u"\u032B": "{\\fontencoding{LECO}\\selectfont\\char203}", |
|
|
u"\u032F": "{\\fontencoding{LECO}\\selectfont\\char207}", |
|
|
u"\u0335": "\\Elzxl ", |
|
|
u"\u0336": "\\Elzbar ", |
|
|
u"\u0337": "{\\fontencoding{LECO}\\selectfont\\char215}", |
|
|
u"\u0338": "{\\fontencoding{LECO}\\selectfont\\char216}", |
|
|
u"\u033A": "{\\fontencoding{LECO}\\selectfont\\char218}", |
|
|
u"\u033B": "{\\fontencoding{LECO}\\selectfont\\char219}", |
|
|
u"\u033C": "{\\fontencoding{LECO}\\selectfont\\char220}", |
|
|
u"\u033D": "{\\fontencoding{LECO}\\selectfont\\char221}", |
|
|
u"\u0361": "{\\fontencoding{LECO}\\selectfont\\char225}", |
|
|
u"\u0386": "\\'{A}", |
|
|
u"\u0388": "\\'{E}", |
|
|
u"\u0389": "\\'{H}", |
|
|
u"\u038A": "\\'{}{I}", |
|
|
u"\u038C": "\\'{}O", |
|
|
u"\u038E": "\\mathrm{'Y}", |
|
|
u"\u038F": "\\mathrm{'\\Omega}", |
|
|
u"\u0390": "\\acute{\\ddot{\\iota}}", |
|
|
u"\u0391": "\\Alpha ", |
|
|
u"\u0392": "\\Beta ", |
|
|
u"\u0393": "\\Gamma ", |
|
|
u"\u0394": "\\Delta ", |
|
|
u"\u0395": "\\Epsilon ", |
|
|
u"\u0396": "\\Zeta ", |
|
|
u"\u0397": "\\Eta ", |
|
|
u"\u0398": "\\Theta ", |
|
|
u"\u0399": "\\Iota ", |
|
|
u"\u039A": "\\Kappa ", |
|
|
u"\u039B": "\\Lambda ", |
|
|
u"\u039E": "\\Xi ", |
|
|
u"\u03A0": "\\Pi ", |
|
|
u"\u03A1": "\\Rho ", |
|
|
u"\u03A3": "\\Sigma ", |
|
|
u"\u03A4": "\\Tau ", |
|
|
u"\u03A5": "\\Upsilon ", |
|
|
u"\u03A6": "\\Phi ", |
|
|
u"\u03A7": "\\Chi ", |
|
|
u"\u03A8": "\\Psi ", |
|
|
u"\u03A9": "\\Omega ", |
|
|
u"\u03AA": "\\mathrm{\\ddot{I}}", |
|
|
u"\u03AB": "\\mathrm{\\ddot{Y}}", |
|
|
u"\u03AC": "\\'{$\\alpha$}", |
|
|
u"\u03AD": "\\acute{\\epsilon}", |
|
|
u"\u03AE": "\\acute{\\eta}", |
|
|
u"\u03AF": "\\acute{\\iota}", |
|
|
u"\u03B0": "\\acute{\\ddot{\\upsilon}}", |
|
|
u"\u03B1": "\\alpha ", |
|
|
u"\u03B2": "\\beta ", |
|
|
u"\u03B3": "\\gamma ", |
|
|
u"\u03B4": "\\delta ", |
|
|
u"\u03B5": "\\epsilon ", |
|
|
u"\u03B6": "\\zeta ", |
|
|
u"\u03B7": "\\eta ", |
|
|
u"\u03B8": "\\texttheta ", |
|
|
u"\u03B9": "\\iota ", |
|
|
u"\u03BA": "\\kappa ", |
|
|
u"\u03BB": "\\lambda ", |
|
|
u"\u03BC": "\\mu ", |
|
|
u"\u03BD": "\\nu ", |
|
|
u"\u03BE": "\\xi ", |
|
|
u"\u03C0": "\\pi ", |
|
|
u"\u03C1": "\\rho ", |
|
|
u"\u03C2": "\\varsigma ", |
|
|
u"\u03C3": "\\sigma ", |
|
|
u"\u03C4": "\\tau ", |
|
|
u"\u03C5": "\\upsilon ", |
|
|
u"\u03C6": "\\varphi ", |
|
|
u"\u03C7": "\\chi ", |
|
|
u"\u03C8": "\\psi ", |
|
|
u"\u03C9": "\\omega ", |
|
|
u"\u03CA": "\\ddot{\\iota}", |
|
|
u"\u03CB": "\\ddot{\\upsilon}", |
|
|
u"\u03CC": "\\'{o}", |
|
|
u"\u03CD": "\\acute{\\upsilon}", |
|
|
u"\u03CE": "\\acute{\\omega}", |
|
|
u"\u03D0": "\\Pisymbol{ppi022}{87}", |
|
|
u"\u03D1": "\\textvartheta ", |
|
|
u"\u03D2": "\\Upsilon ", |
|
|
u"\u03D5": "\\phi ", |
|
|
u"\u03D6": "\\varpi ", |
|
|
u"\u03DA": "\\Stigma ", |
|
|
u"\u03DC": "\\Digamma ", |
|
|
u"\u03DD": "\\digamma ", |
|
|
u"\u03DE": "\\Koppa ", |
|
|
u"\u03E0": "\\Sampi ", |
|
|
u"\u03F0": "\\varkappa ", |
|
|
u"\u03F1": "\\varrho ", |
|
|
u"\u03F4": "\\textTheta ", |
|
|
u"\u03F6": "\\backepsilon ", |
|
|
u"\u0401": "\\cyrchar\\CYRYO ", |
|
|
u"\u0402": "\\cyrchar\\CYRDJE ", |
|
|
u"\u0403": "\\cyrchar{\\'\\CYRG}", |
|
|
u"\u0404": "\\cyrchar\\CYRIE ", |
|
|
u"\u0405": "\\cyrchar\\CYRDZE ", |
|
|
u"\u0406": "\\cyrchar\\CYRII ", |
|
|
u"\u0407": "\\cyrchar\\CYRYI ", |
|
|
u"\u0408": "\\cyrchar\\CYRJE ", |
|
|
u"\u0409": "\\cyrchar\\CYRLJE ", |
|
|
u"\u040A": "\\cyrchar\\CYRNJE ", |
|
|
u"\u040B": "\\cyrchar\\CYRTSHE ", |
|
|
u"\u040C": "\\cyrchar{\\'\\CYRK}", |
|
|
u"\u040E": "\\cyrchar\\CYRUSHRT ", |
|
|
u"\u040F": "\\cyrchar\\CYRDZHE ", |
|
|
u"\u0410": "\\cyrchar\\CYRA ", |
|
|
u"\u0411": "\\cyrchar\\CYRB ", |
|
|
u"\u0412": "\\cyrchar\\CYRV ", |
|
|
u"\u0413": "\\cyrchar\\CYRG ", |
|
|
u"\u0414": "\\cyrchar\\CYRD ", |
|
|
u"\u0415": "\\cyrchar\\CYRE ", |
|
|
u"\u0416": "\\cyrchar\\CYRZH ", |
|
|
u"\u0417": "\\cyrchar\\CYRZ ", |
|
|
u"\u0418": "\\cyrchar\\CYRI ", |
|
|
u"\u0419": "\\cyrchar\\CYRISHRT ", |
|
|
u"\u041A": "\\cyrchar\\CYRK ", |
|
|
u"\u041B": "\\cyrchar\\CYRL ", |
|
|
u"\u041C": "\\cyrchar\\CYRM ", |
|
|
u"\u041D": "\\cyrchar\\CYRN ", |
|
|
u"\u041E": "\\cyrchar\\CYRO ", |
|
|
u"\u041F": "\\cyrchar\\CYRP ", |
|
|
u"\u0420": "\\cyrchar\\CYRR ", |
|
|
u"\u0421": "\\cyrchar\\CYRS ", |
|
|
u"\u0422": "\\cyrchar\\CYRT ", |
|
|
u"\u0423": "\\cyrchar\\CYRU ", |
|
|
u"\u0424": "\\cyrchar\\CYRF ", |
|
|
u"\u0425": "\\cyrchar\\CYRH ", |
|
|
u"\u0426": "\\cyrchar\\CYRC ", |
|
|
u"\u0427": "\\cyrchar\\CYRCH ", |
|
|
u"\u0428": "\\cyrchar\\CYRSH ", |
|
|
u"\u0429": "\\cyrchar\\CYRSHCH ", |
|
|
u"\u042A": "\\cyrchar\\CYRHRDSN ", |
|
|
u"\u042B": "\\cyrchar\\CYRERY ", |
|
|
u"\u042C": "\\cyrchar\\CYRSFTSN ", |
|
|
u"\u042D": "\\cyrchar\\CYREREV ", |
|
|
u"\u042E": "\\cyrchar\\CYRYU ", |
|
|
u"\u042F": "\\cyrchar\\CYRYA ", |
|
|
u"\u0430": "\\cyrchar\\cyra ", |
|
|
u"\u0431": "\\cyrchar\\cyrb ", |
|
|
u"\u0432": "\\cyrchar\\cyrv ", |
|
|
u"\u0433": "\\cyrchar\\cyrg ", |
|
|
u"\u0434": "\\cyrchar\\cyrd ", |
|
|
u"\u0435": "\\cyrchar\\cyre ", |
|
|
u"\u0436": "\\cyrchar\\cyrzh ", |
|
|
u"\u0437": "\\cyrchar\\cyrz ", |
|
|
u"\u0438": "\\cyrchar\\cyri ", |
|
|
u"\u0439": "\\cyrchar\\cyrishrt ", |
|
|
u"\u043A": "\\cyrchar\\cyrk ", |
|
|
u"\u043B": "\\cyrchar\\cyrl ", |
|
|
u"\u043C": "\\cyrchar\\cyrm ", |
|
|
u"\u043D": "\\cyrchar\\cyrn ", |
|
|
u"\u043E": "\\cyrchar\\cyro ", |
|
|
u"\u043F": "\\cyrchar\\cyrp ", |
|
|
u"\u0440": "\\cyrchar\\cyrr ", |
|
|
u"\u0441": "\\cyrchar\\cyrs ", |
|
|
u"\u0442": "\\cyrchar\\cyrt ", |
|
|
u"\u0443": "\\cyrchar\\cyru ", |
|
|
u"\u0444": "\\cyrchar\\cyrf ", |
|
|
u"\u0445": "\\cyrchar\\cyrh ", |
|
|
u"\u0446": "\\cyrchar\\cyrc ", |
|
|
u"\u0447": "\\cyrchar\\cyrch ", |
|
|
u"\u0448": "\\cyrchar\\cyrsh ", |
|
|
u"\u0449": "\\cyrchar\\cyrshch ", |
|
|
u"\u044A": "\\cyrchar\\cyrhrdsn ", |
|
|
u"\u044B": "\\cyrchar\\cyrery ", |
|
|
u"\u044C": "\\cyrchar\\cyrsftsn ", |
|
|
u"\u044D": "\\cyrchar\\cyrerev ", |
|
|
u"\u044E": "\\cyrchar\\cyryu ", |
|
|
u"\u044F": "\\cyrchar\\cyrya ", |
|
|
u"\u0451": "\\cyrchar\\cyryo ", |
|
|
u"\u0452": "\\cyrchar\\cyrdje ", |
|
|
u"\u0453": "\\cyrchar{\\'\\cyrg}", |
|
|
u"\u0454": "\\cyrchar\\cyrie ", |
|
|
u"\u0455": "\\cyrchar\\cyrdze ", |
|
|
u"\u0456": "\\cyrchar\\cyrii ", |
|
|
u"\u0457": "\\cyrchar\\cyryi ", |
|
|
u"\u0458": "\\cyrchar\\cyrje ", |
|
|
u"\u0459": "\\cyrchar\\cyrlje ", |
|
|
u"\u045A": "\\cyrchar\\cyrnje ", |
|
|
u"\u045B": "\\cyrchar\\cyrtshe ", |
|
|
u"\u045C": "\\cyrchar{\\'\\cyrk}", |
|
|
u"\u045E": "\\cyrchar\\cyrushrt ", |
|
|
u"\u045F": "\\cyrchar\\cyrdzhe ", |
|
|
u"\u0460": "\\cyrchar\\CYROMEGA ", |
|
|
u"\u0461": "\\cyrchar\\cyromega ", |
|
|
u"\u0462": "\\cyrchar\\CYRYAT ", |
|
|
u"\u0464": "\\cyrchar\\CYRIOTE ", |
|
|
u"\u0465": "\\cyrchar\\cyriote ", |
|
|
u"\u0466": "\\cyrchar\\CYRLYUS ", |
|
|
u"\u0467": "\\cyrchar\\cyrlyus ", |
|
|
u"\u0468": "\\cyrchar\\CYRIOTLYUS ", |
|
|
u"\u0469": "\\cyrchar\\cyriotlyus ", |
|
|
u"\u046A": "\\cyrchar\\CYRBYUS ", |
|
|
u"\u046C": "\\cyrchar\\CYRIOTBYUS ", |
|
|
u"\u046D": "\\cyrchar\\cyriotbyus ", |
|
|
u"\u046E": "\\cyrchar\\CYRKSI ", |
|
|
u"\u046F": "\\cyrchar\\cyrksi ", |
|
|
u"\u0470": "\\cyrchar\\CYRPSI ", |
|
|
u"\u0471": "\\cyrchar\\cyrpsi ", |
|
|
u"\u0472": "\\cyrchar\\CYRFITA ", |
|
|
u"\u0474": "\\cyrchar\\CYRIZH ", |
|
|
u"\u0478": "\\cyrchar\\CYRUK ", |
|
|
u"\u0479": "\\cyrchar\\cyruk ", |
|
|
u"\u047A": "\\cyrchar\\CYROMEGARND ", |
|
|
u"\u047B": "\\cyrchar\\cyromegarnd ", |
|
|
u"\u047C": "\\cyrchar\\CYROMEGATITLO ", |
|
|
u"\u047D": "\\cyrchar\\cyromegatitlo ", |
|
|
u"\u047E": "\\cyrchar\\CYROT ", |
|
|
u"\u047F": "\\cyrchar\\cyrot ", |
|
|
u"\u0480": "\\cyrchar\\CYRKOPPA ", |
|
|
u"\u0481": "\\cyrchar\\cyrkoppa ", |
|
|
u"\u0482": "\\cyrchar\\cyrthousands ", |
|
|
u"\u0488": "\\cyrchar\\cyrhundredthousands ", |
|
|
u"\u0489": "\\cyrchar\\cyrmillions ", |
|
|
u"\u048C": "\\cyrchar\\CYRSEMISFTSN ", |
|
|
u"\u048D": "\\cyrchar\\cyrsemisftsn ", |
|
|
u"\u048E": "\\cyrchar\\CYRRTICK ", |
|
|
u"\u048F": "\\cyrchar\\cyrrtick ", |
|
|
u"\u0490": "\\cyrchar\\CYRGUP ", |
|
|
u"\u0491": "\\cyrchar\\cyrgup ", |
|
|
u"\u0492": "\\cyrchar\\CYRGHCRS ", |
|
|
u"\u0493": "\\cyrchar\\cyrghcrs ", |
|
|
u"\u0494": "\\cyrchar\\CYRGHK ", |
|
|
u"\u0495": "\\cyrchar\\cyrghk ", |
|
|
u"\u0496": "\\cyrchar\\CYRZHDSC ", |
|
|
u"\u0497": "\\cyrchar\\cyrzhdsc ", |
|
|
u"\u0498": "\\cyrchar\\CYRZDSC ", |
|
|
u"\u0499": "\\cyrchar\\cyrzdsc ", |
|
|
u"\u049A": "\\cyrchar\\CYRKDSC ", |
|
|
u"\u049B": "\\cyrchar\\cyrkdsc ", |
|
|
u"\u049C": "\\cyrchar\\CYRKVCRS ", |
|
|
u"\u049D": "\\cyrchar\\cyrkvcrs ", |
|
|
u"\u049E": "\\cyrchar\\CYRKHCRS ", |
|
|
u"\u049F": "\\cyrchar\\cyrkhcrs ", |
|
|
u"\u04A0": "\\cyrchar\\CYRKBEAK ", |
|
|
u"\u04A1": "\\cyrchar\\cyrkbeak ", |
|
|
u"\u04A2": "\\cyrchar\\CYRNDSC ", |
|
|
u"\u04A3": "\\cyrchar\\cyrndsc ", |
|
|
u"\u04A4": "\\cyrchar\\CYRNG ", |
|
|
u"\u04A5": "\\cyrchar\\cyrng ", |
|
|
u"\u04A6": "\\cyrchar\\CYRPHK ", |
|
|
u"\u04A7": "\\cyrchar\\cyrphk ", |
|
|
u"\u04A8": "\\cyrchar\\CYRABHHA ", |
|
|
u"\u04A9": "\\cyrchar\\cyrabhha ", |
|
|
u"\u04AA": "\\cyrchar\\CYRSDSC ", |
|
|
u"\u04AB": "\\cyrchar\\cyrsdsc ", |
|
|
u"\u04AC": "\\cyrchar\\CYRTDSC ", |
|
|
u"\u04AD": "\\cyrchar\\cyrtdsc ", |
|
|
u"\u04AE": "\\cyrchar\\CYRY ", |
|
|
u"\u04AF": "\\cyrchar\\cyry ", |
|
|
u"\u04B0": "\\cyrchar\\CYRYHCRS ", |
|
|
u"\u04B1": "\\cyrchar\\cyryhcrs ", |
|
|
u"\u04B2": "\\cyrchar\\CYRHDSC ", |
|
|
u"\u04B3": "\\cyrchar\\cyrhdsc ", |
|
|
u"\u04B4": "\\cyrchar\\CYRTETSE ", |
|
|
u"\u04B5": "\\cyrchar\\cyrtetse ", |
|
|
u"\u04B6": "\\cyrchar\\CYRCHRDSC ", |
|
|
u"\u04B7": "\\cyrchar\\cyrchrdsc ", |
|
|
u"\u04B8": "\\cyrchar\\CYRCHVCRS ", |
|
|
u"\u04B9": "\\cyrchar\\cyrchvcrs ", |
|
|
u"\u04BA": "\\cyrchar\\CYRSHHA ", |
|
|
u"\u04BB": "\\cyrchar\\cyrshha ", |
|
|
u"\u04BC": "\\cyrchar\\CYRABHCH ", |
|
|
u"\u04BD": "\\cyrchar\\cyrabhch ", |
|
|
u"\u04BE": "\\cyrchar\\CYRABHCHDSC ", |
|
|
u"\u04BF": "\\cyrchar\\cyrabhchdsc ", |
|
|
u"\u04C0": "\\cyrchar\\CYRpalochka ", |
|
|
u"\u04C3": "\\cyrchar\\CYRKHK ", |
|
|
u"\u04C4": "\\cyrchar\\cyrkhk ", |
|
|
u"\u04C7": "\\cyrchar\\CYRNHK ", |
|
|
u"\u04C8": "\\cyrchar\\cyrnhk ", |
|
|
u"\u04CB": "\\cyrchar\\CYRCHLDSC ", |
|
|
u"\u04CC": "\\cyrchar\\cyrchldsc ", |
|
|
u"\u04D4": "\\cyrchar\\CYRAE ", |
|
|
u"\u04D5": "\\cyrchar\\cyrae ", |
|
|
u"\u04D8": "\\cyrchar\\CYRSCHWA ", |
|
|
u"\u04D9": "\\cyrchar\\cyrschwa ", |
|
|
u"\u04E0": "\\cyrchar\\CYRABHDZE ", |
|
|
u"\u04E1": "\\cyrchar\\cyrabhdze ", |
|
|
u"\u04E8": "\\cyrchar\\CYROTLD ", |
|
|
u"\u04E9": "\\cyrchar\\cyrotld ", |
|
|
u"\u2002": "\\hspace{0.6em}", |
|
|
u"\u2003": "\\hspace{1em}", |
|
|
u"\u2004": "\\hspace{0.33em}", |
|
|
u"\u2005": "\\hspace{0.25em}", |
|
|
u"\u2006": "\\hspace{0.166em}", |
|
|
u"\u2007": "\\hphantom{0}", |
|
|
u"\u2008": "\\hphantom{,}", |
|
|
u"\u2009": "\\hspace{0.167em}", |
|
|
u"\u2009-0200A-0200A": "\\;", |
|
|
u"\u200A": "\\mkern1mu ", |
|
|
u"\u2013": "\\textendash ", |
|
|
u"\u2014": "\\textemdash ", |
|
|
u"\u2015": "\\rule{1em}{1pt}", |
|
|
u"\u2016": "\\Vert ", |
|
|
u"\u201B": "\\Elzreapos ", |
|
|
u"\u201C": "\\textquotedblleft ", |
|
|
u"\u201D": "\\textquotedblright ", |
|
|
u"\u201E": ",,", |
|
|
u"\u2020": "\\textdagger ", |
|
|
u"\u2021": "\\textdaggerdbl ", |
|
|
u"\u2022": "\\textbullet ", |
|
|
u"\u2025": "..", |
|
|
u"\u2026": "\\ldots ", |
|
|
u"\u2030": "\\textperthousand ", |
|
|
u"\u2031": "\\textpertenthousand ", |
|
|
u"\u2032": "{'}", |
|
|
u"\u2033": "{''}", |
|
|
u"\u2034": "{'''}", |
|
|
u"\u2035": "\\backprime ", |
|
|
u"\u2039": "\\guilsinglleft ", |
|
|
u"\u203A": "\\guilsinglright ", |
|
|
u"\u2057": "''''", |
|
|
u"\u205F": "\\mkern4mu ", |
|
|
u"\u2060": "\\nolinebreak ", |
|
|
u"\u20A7": "\\ensuremath{\\Elzpes}", |
|
|
u"\u20AC": "\\mbox{\\texteuro} ", |
|
|
u"\u20DB": "\\dddot ", |
|
|
u"\u20DC": "\\ddddot ", |
|
|
u"\u2102": "\\mathbb{C}", |
|
|
u"\u210A": "\\mathscr{g}", |
|
|
u"\u210B": "\\mathscr{H}", |
|
|
u"\u210C": "\\mathfrak{H}", |
|
|
u"\u210D": "\\mathbb{H}", |
|
|
u"\u210F": "\\hslash ", |
|
|
u"\u2110": "\\mathscr{I}", |
|
|
u"\u2111": "\\mathfrak{I}", |
|
|
u"\u2112": "\\mathscr{L}", |
|
|
u"\u2113": "\\mathscr{l}", |
|
|
u"\u2115": "\\mathbb{N}", |
|
|
u"\u2116": "\\cyrchar\\textnumero ", |
|
|
u"\u2118": "\\wp ", |
|
|
u"\u2119": "\\mathbb{P}", |
|
|
u"\u211A": "\\mathbb{Q}", |
|
|
u"\u211B": "\\mathscr{R}", |
|
|
u"\u211C": "\\mathfrak{R}", |
|
|
u"\u211D": "\\mathbb{R}", |
|
|
u"\u211E": "\\Elzxrat ", |
|
|
u"\u2122": "\\texttrademark ", |
|
|
u"\u2124": "\\mathbb{Z}", |
|
|
u"\u2126": "\\Omega ", |
|
|
u"\u2127": "\\mho ", |
|
|
u"\u2128": "\\mathfrak{Z}", |
|
|
u"\u2129": "\\ElsevierGlyph{2129}", |
|
|
u"\u212B": "\\AA ", |
|
|
u"\u212C": "\\mathscr{B}", |
|
|
u"\u212D": "\\mathfrak{C}", |
|
|
u"\u212F": "\\mathscr{e}", |
|
|
u"\u2130": "\\mathscr{E}", |
|
|
u"\u2131": "\\mathscr{F}", |
|
|
u"\u2133": "\\mathscr{M}", |
|
|
u"\u2134": "\\mathscr{o}", |
|
|
u"\u2135": "\\aleph ", |
|
|
u"\u2136": "\\beth ", |
|
|
u"\u2137": "\\gimel ", |
|
|
u"\u2138": "\\daleth ", |
|
|
u"\u2153": "\\textfrac{1}{3}", |
|
|
u"\u2154": "\\textfrac{2}{3}", |
|
|
u"\u2155": "\\textfrac{1}{5}", |
|
|
u"\u2156": "\\textfrac{2}{5}", |
|
|
u"\u2157": "\\textfrac{3}{5}", |
|
|
u"\u2158": "\\textfrac{4}{5}", |
|
|
u"\u2159": "\\textfrac{1}{6}", |
|
|
u"\u215A": "\\textfrac{5}{6}", |
|
|
u"\u215B": "\\textfrac{1}{8}", |
|
|
u"\u215C": "\\textfrac{3}{8}", |
|
|
u"\u215D": "\\textfrac{5}{8}", |
|
|
u"\u215E": "\\textfrac{7}{8}", |
|
|
u"\u2190": "\\leftarrow ", |
|
|
u"\u2191": "\\uparrow ", |
|
|
u"\u2192": "\\rightarrow ", |
|
|
u"\u2193": "\\downarrow ", |
|
|
u"\u2194": "\\leftrightarrow ", |
|
|
u"\u2195": "\\updownarrow ", |
|
|
u"\u2196": "\\nwarrow ", |
|
|
u"\u2197": "\\nearrow ", |
|
|
u"\u2198": "\\searrow ", |
|
|
u"\u2199": "\\swarrow ", |
|
|
u"\u219A": "\\nleftarrow ", |
|
|
u"\u219B": "\\nrightarrow ", |
|
|
u"\u219C": "\\arrowwaveright ", |
|
|
u"\u219D": "\\arrowwaveright ", |
|
|
u"\u219E": "\\twoheadleftarrow ", |
|
|
u"\u21A0": "\\twoheadrightarrow ", |
|
|
u"\u21A2": "\\leftarrowtail ", |
|
|
u"\u21A3": "\\rightarrowtail ", |
|
|
u"\u21A6": "\\mapsto ", |
|
|
u"\u21A9": "\\hookleftarrow ", |
|
|
u"\u21AA": "\\hookrightarrow ", |
|
|
u"\u21AB": "\\looparrowleft ", |
|
|
u"\u21AC": "\\looparrowright ", |
|
|
u"\u21AD": "\\leftrightsquigarrow ", |
|
|
u"\u21AE": "\\nleftrightarrow ", |
|
|
u"\u21B0": "\\Lsh ", |
|
|
u"\u21B1": "\\Rsh ", |
|
|
u"\u21B3": "\\ElsevierGlyph{21B3}", |
|
|
u"\u21B6": "\\curvearrowleft ", |
|
|
u"\u21B7": "\\curvearrowright ", |
|
|
u"\u21BA": "\\circlearrowleft ", |
|
|
u"\u21BB": "\\circlearrowright ", |
|
|
u"\u21BC": "\\leftharpoonup ", |
|
|
u"\u21BD": "\\leftharpoondown ", |
|
|
u"\u21BE": "\\upharpoonright ", |
|
|
u"\u21BF": "\\upharpoonleft ", |
|
|
u"\u21C0": "\\rightharpoonup ", |
|
|
u"\u21C1": "\\rightharpoondown ", |
|
|
u"\u21C2": "\\downharpoonright ", |
|
|
u"\u21C3": "\\downharpoonleft ", |
|
|
u"\u21C4": "\\rightleftarrows ", |
|
|
u"\u21C5": "\\dblarrowupdown ", |
|
|
u"\u21C6": "\\leftrightarrows ", |
|
|
u"\u21C7": "\\leftleftarrows ", |
|
|
u"\u21C8": "\\upuparrows ", |
|
|
u"\u21C9": "\\rightrightarrows ", |
|
|
u"\u21CA": "\\downdownarrows ", |
|
|
u"\u21CB": "\\leftrightharpoons ", |
|
|
u"\u21CC": "\\rightleftharpoons ", |
|
|
u"\u21CD": "\\nLeftarrow ", |
|
|
u"\u21CE": "\\nLeftrightarrow ", |
|
|
u"\u21CF": "\\nRightarrow ", |
|
|
u"\u21D0": "\\Leftarrow ", |
|
|
u"\u21D1": "\\Uparrow ", |
|
|
u"\u21D2": "\\Rightarrow ", |
|
|
u"\u21D3": "\\Downarrow ", |
|
|
u"\u21D4": "\\Leftrightarrow ", |
|
|
u"\u21D5": "\\Updownarrow ", |
|
|
u"\u21DA": "\\Lleftarrow ", |
|
|
u"\u21DB": "\\Rrightarrow ", |
|
|
u"\u21DD": "\\rightsquigarrow ", |
|
|
u"\u21F5": "\\DownArrowUpArrow ", |
|
|
u"\u2200": "\\forall ", |
|
|
u"\u2201": "\\complement ", |
|
|
u"\u2202": "\\partial ", |
|
|
u"\u2203": "\\exists ", |
|
|
u"\u2204": "\\nexists ", |
|
|
u"\u2205": "\\varnothing ", |
|
|
u"\u2207": "\\nabla ", |
|
|
u"\u2208": "\\in ", |
|
|
u"\u2209": "\\not\\in ", |
|
|
u"\u220B": "\\ni ", |
|
|
u"\u220C": "\\not\\ni ", |
|
|
u"\u220F": "\\prod ", |
|
|
u"\u2210": "\\coprod ", |
|
|
u"\u2211": "\\sum ", |
|
|
u"\u2213": "\\mp ", |
|
|
u"\u2214": "\\dotplus ", |
|
|
u"\u2216": "\\setminus ", |
|
|
u"\u2217": "{_\\ast}", |
|
|
u"\u2218": "\\circ ", |
|
|
u"\u2219": "\\bullet ", |
|
|
u"\u221A": "\\surd ", |
|
|
u"\u221D": "\\propto ", |
|
|
u"\u221E": "\\infty ", |
|
|
u"\u221F": "\\rightangle ", |
|
|
u"\u2220": "\\angle ", |
|
|
u"\u2221": "\\measuredangle ", |
|
|
u"\u2222": "\\sphericalangle ", |
|
|
u"\u2223": "\\mid ", |
|
|
u"\u2224": "\\nmid ", |
|
|
u"\u2225": "\\parallel ", |
|
|
u"\u2226": "\\nparallel ", |
|
|
u"\u2227": "\\wedge ", |
|
|
u"\u2228": "\\vee ", |
|
|
u"\u2229": "\\cap ", |
|
|
u"\u222A": "\\cup ", |
|
|
u"\u222B": "\\int ", |
|
|
u"\u222C": "\\int\\!\\int ", |
|
|
u"\u222D": "\\int\\!\\int\\!\\int ", |
|
|
u"\u222E": "\\oint ", |
|
|
u"\u222F": "\\surfintegral ", |
|
|
u"\u2230": "\\volintegral ", |
|
|
u"\u2231": "\\clwintegral ", |
|
|
u"\u2232": "\\ElsevierGlyph{2232}", |
|
|
u"\u2233": "\\ElsevierGlyph{2233}", |
|
|
u"\u2234": "\\therefore ", |
|
|
u"\u2235": "\\because ", |
|
|
u"\u2237": "\\Colon ", |
|
|
u"\u2238": "\\ElsevierGlyph{2238}", |
|
|
u"\u223A": "\\mathbin{{:}\\!\\!{-}\\!\\!{:}}", |
|
|
u"\u223B": "\\homothetic ", |
|
|
u"\u223C": "\\sim ", |
|
|
u"\u223D": "\\backsim ", |
|
|
u"\u223E": "\\lazysinv ", |
|
|
u"\u2240": "\\wr ", |
|
|
u"\u2241": "\\not\\sim ", |
|
|
u"\u2242": "\\ElsevierGlyph{2242}", |
|
|
u"\u2242-00338": "\\NotEqualTilde ", |
|
|
u"\u2243": "\\simeq ", |
|
|
u"\u2244": "\\not\\simeq ", |
|
|
u"\u2245": "\\cong ", |
|
|
u"\u2246": "\\approxnotequal ", |
|
|
u"\u2247": "\\not\\cong ", |
|
|
u"\u2248": "\\approx ", |
|
|
u"\u2249": "\\not\\approx ", |
|
|
u"\u224A": "\\approxeq ", |
|
|
u"\u224B": "\\tildetrpl ", |
|
|
u"\u224B-00338": "\\not\\apid ", |
|
|
u"\u224C": "\\allequal ", |
|
|
u"\u224D": "\\asymp ", |
|
|
u"\u224E": "\\Bumpeq ", |
|
|
u"\u224E-00338": "\\NotHumpDownHump ", |
|
|
u"\u224F": "\\bumpeq ", |
|
|
u"\u224F-00338": "\\NotHumpEqual ", |
|
|
u"\u2250": "\\doteq ", |
|
|
u"\u2250-00338": "\\not\\doteq", |
|
|
u"\u2251": "\\doteqdot ", |
|
|
u"\u2252": "\\fallingdotseq ", |
|
|
u"\u2253": "\\risingdotseq ", |
|
|
u"\u2254": ":=", |
|
|
u"\u2255": "=:", |
|
|
u"\u2256": "\\eqcirc ", |
|
|
u"\u2257": "\\circeq ", |
|
|
u"\u2259": "\\estimates ", |
|
|
u"\u225A": "\\ElsevierGlyph{225A}", |
|
|
u"\u225B": "\\starequal ", |
|
|
u"\u225C": "\\triangleq ", |
|
|
u"\u225F": "\\ElsevierGlyph{225F}", |
|
|
u"\u2260": "\\not =", |
|
|
u"\u2261": "\\equiv ", |
|
|
u"\u2262": "\\not\\equiv ", |
|
|
u"\u2264": "\\leq ", |
|
|
u"\u2265": "\\geq ", |
|
|
u"\u2266": "\\leqq ", |
|
|
u"\u2267": "\\geqq ", |
|
|
u"\u2268": "\\lneqq ", |
|
|
u"\u2268-0FE00": "\\lvertneqq ", |
|
|
u"\u2269": "\\gneqq ", |
|
|
u"\u2269-0FE00": "\\gvertneqq ", |
|
|
u"\u226A": "\\ll ", |
|
|
u"\u226A-00338": "\\NotLessLess ", |
|
|
u"\u226B": "\\gg ", |
|
|
u"\u226B-00338": "\\NotGreaterGreater ", |
|
|
u"\u226C": "\\between ", |
|
|
u"\u226D": "\\not\\kern-0.3em\\times ", |
|
|
u"\u226E": "\\not<", |
|
|
u"\u226F": "\\not>", |
|
|
u"\u2270": "\\not\\leq ", |
|
|
u"\u2271": "\\not\\geq ", |
|
|
u"\u2272": "\\lessequivlnt ", |
|
|
u"\u2273": "\\greaterequivlnt ", |
|
|
u"\u2274": "\\ElsevierGlyph{2274}", |
|
|
u"\u2275": "\\ElsevierGlyph{2275}", |
|
|
u"\u2276": "\\lessgtr ", |
|
|
u"\u2277": "\\gtrless ", |
|
|
u"\u2278": "\\notlessgreater ", |
|
|
u"\u2279": "\\notgreaterless ", |
|
|
u"\u227A": "\\prec ", |
|
|
u"\u227B": "\\succ ", |
|
|
u"\u227C": "\\preccurlyeq ", |
|
|
u"\u227D": "\\succcurlyeq ", |
|
|
u"\u227E": "\\precapprox ", |
|
|
u"\u227E-00338": "\\NotPrecedesTilde ", |
|
|
u"\u227F": "\\succapprox ", |
|
|
u"\u227F-00338": "\\NotSucceedsTilde ", |
|
|
u"\u2280": "\\not\\prec ", |
|
|
u"\u2281": "\\not\\succ ", |
|
|
u"\u2282": "\\subset ", |
|
|
u"\u2283": "\\supset ", |
|
|
u"\u2284": "\\not\\subset ", |
|
|
u"\u2285": "\\not\\supset ", |
|
|
u"\u2286": "\\subseteq ", |
|
|
u"\u2287": "\\supseteq ", |
|
|
u"\u2288": "\\not\\subseteq ", |
|
|
u"\u2289": "\\not\\supseteq ", |
|
|
u"\u228A": "\\subsetneq ", |
|
|
u"\u228A-0FE00": "\\varsubsetneqq ", |
|
|
u"\u228B": "\\supsetneq ", |
|
|
u"\u228B-0FE00": "\\varsupsetneq ", |
|
|
u"\u228E": "\\uplus ", |
|
|
u"\u228F": "\\sqsubset ", |
|
|
u"\u228F-00338": "\\NotSquareSubset ", |
|
|
u"\u2290": "\\sqsupset ", |
|
|
u"\u2290-00338": "\\NotSquareSuperset ", |
|
|
u"\u2291": "\\sqsubseteq ", |
|
|
u"\u2292": "\\sqsupseteq ", |
|
|
u"\u2293": "\\sqcap ", |
|
|
u"\u2294": "\\sqcup ", |
|
|
u"\u2295": "\\oplus ", |
|
|
u"\u2296": "\\ominus ", |
|
|
u"\u2297": "\\otimes ", |
|
|
u"\u2298": "\\oslash ", |
|
|
u"\u2299": "\\odot ", |
|
|
u"\u229A": "\\circledcirc ", |
|
|
u"\u229B": "\\circledast ", |
|
|
u"\u229D": "\\circleddash ", |
|
|
u"\u229E": "\\boxplus ", |
|
|
u"\u229F": "\\boxminus ", |
|
|
u"\u22A0": "\\boxtimes ", |
|
|
u"\u22A1": "\\boxdot ", |
|
|
u"\u22A2": "\\vdash ", |
|
|
u"\u22A3": "\\dashv ", |
|
|
u"\u22A4": "\\top ", |
|
|
u"\u22A5": "\\perp ", |
|
|
u"\u22A7": "\\truestate ", |
|
|
u"\u22A8": "\\forcesextra ", |
|
|
u"\u22A9": "\\Vdash ", |
|
|
u"\u22AA": "\\Vvdash ", |
|
|
u"\u22AB": "\\VDash ", |
|
|
u"\u22AC": "\\nvdash ", |
|
|
u"\u22AD": "\\nvDash ", |
|
|
u"\u22AE": "\\nVdash ", |
|
|
u"\u22AF": "\\nVDash ", |
|
|
u"\u22B2": "\\vartriangleleft ", |
|
|
u"\u22B3": "\\vartriangleright ", |
|
|
u"\u22B4": "\\trianglelefteq ", |
|
|
u"\u22B5": "\\trianglerighteq ", |
|
|
u"\u22B6": "\\original ", |
|
|
u"\u22B7": "\\image ", |
|
|
u"\u22B8": "\\multimap ", |
|
|
u"\u22B9": "\\hermitconjmatrix ", |
|
|
u"\u22BA": "\\intercal ", |
|
|
u"\u22BB": "\\veebar ", |
|
|
u"\u22BE": "\\rightanglearc ", |
|
|
u"\u22C0": "\\ElsevierGlyph{22C0}", |
|
|
u"\u22C1": "\\ElsevierGlyph{22C1}", |
|
|
u"\u22C2": "\\bigcap ", |
|
|
u"\u22C3": "\\bigcup ", |
|
|
u"\u22C4": "\\diamond ", |
|
|
u"\u22C5": "\\cdot ", |
|
|
u"\u22C6": "\\star ", |
|
|
u"\u22C7": "\\divideontimes ", |
|
|
u"\u22C8": "\\bowtie ", |
|
|
u"\u22C9": "\\ltimes ", |
|
|
u"\u22CA": "\\rtimes ", |
|
|
u"\u22CB": "\\leftthreetimes ", |
|
|
u"\u22CC": "\\rightthreetimes ", |
|
|
u"\u22CD": "\\backsimeq ", |
|
|
u"\u22CE": "\\curlyvee ", |
|
|
u"\u22CF": "\\curlywedge ", |
|
|
u"\u22D0": "\\Subset ", |
|
|
u"\u22D1": "\\Supset ", |
|
|
u"\u22D2": "\\Cap ", |
|
|
u"\u22D3": "\\Cup ", |
|
|
u"\u22D4": "\\pitchfork ", |
|
|
u"\u22D6": "\\lessdot ", |
|
|
u"\u22D7": "\\gtrdot ", |
|
|
u"\u22D8": "\\verymuchless ", |
|
|
u"\u22D9": "\\verymuchgreater ", |
|
|
u"\u22DA": "\\lesseqgtr ", |
|
|
u"\u22DB": "\\gtreqless ", |
|
|
u"\u22DE": "\\curlyeqprec ", |
|
|
u"\u22DF": "\\curlyeqsucc ", |
|
|
u"\u22E2": "\\not\\sqsubseteq ", |
|
|
u"\u22E3": "\\not\\sqsupseteq ", |
|
|
u"\u22E5": "\\Elzsqspne ", |
|
|
u"\u22E6": "\\lnsim ", |
|
|
u"\u22E7": "\\gnsim ", |
|
|
u"\u22E8": "\\precedesnotsimilar ", |
|
|
u"\u22E9": "\\succnsim ", |
|
|
u"\u22EA": "\\ntriangleleft ", |
|
|
u"\u22EB": "\\ntriangleright ", |
|
|
u"\u22EC": "\\ntrianglelefteq ", |
|
|
u"\u22ED": "\\ntrianglerighteq ", |
|
|
u"\u22EE": "\\vdots ", |
|
|
u"\u22EF": "\\cdots ", |
|
|
u"\u22F0": "\\upslopeellipsis ", |
|
|
u"\u22F1": "\\downslopeellipsis ", |
|
|
u"\u2305": "\\barwedge ", |
|
|
u"\u2306": "\\perspcorrespond ", |
|
|
u"\u2308": "\\lceil ", |
|
|
u"\u2309": "\\rceil ", |
|
|
u"\u230A": "\\lfloor ", |
|
|
u"\u230B": "\\rfloor ", |
|
|
u"\u2315": "\\recorder ", |
|
|
u"\u2316": "\\mathchar\"2208", |
|
|
u"\u231C": "\\ulcorner ", |
|
|
u"\u231D": "\\urcorner ", |
|
|
u"\u231E": "\\llcorner ", |
|
|
u"\u231F": "\\lrcorner ", |
|
|
u"\u2322": "\\frown ", |
|
|
u"\u2323": "\\smile ", |
|
|
u"\u2329": "\\langle ", |
|
|
u"\u232A": "\\rangle ", |
|
|
u"\u233D": "\\ElsevierGlyph{E838}", |
|
|
u"\u23A3": "\\Elzdlcorn ", |
|
|
u"\u23B0": "\\lmoustache ", |
|
|
u"\u23B1": "\\rmoustache ", |
|
|
u"\u2423": "\\textvisiblespace ", |
|
|
u"\u2460": "\\ding{172}", |
|
|
u"\u2461": "\\ding{173}", |
|
|
u"\u2462": "\\ding{174}", |
|
|
u"\u2463": "\\ding{175}", |
|
|
u"\u2464": "\\ding{176}", |
|
|
u"\u2465": "\\ding{177}", |
|
|
u"\u2466": "\\ding{178}", |
|
|
u"\u2467": "\\ding{179}", |
|
|
u"\u2468": "\\ding{180}", |
|
|
u"\u2469": "\\ding{181}", |
|
|
u"\u24C8": "\\circledS ", |
|
|
u"\u2506": "\\Elzdshfnc ", |
|
|
u"\u2519": "\\Elzsqfnw ", |
|
|
u"\u2571": "\\diagup ", |
|
|
u"\u25A0": "\\ding{110}", |
|
|
u"\u25A1": "\\square ", |
|
|
u"\u25AA": "\\blacksquare ", |
|
|
u"\u25AD": "\\fbox{~~}", |
|
|
u"\u25AF": "\\Elzvrecto ", |
|
|
u"\u25B1": "\\ElsevierGlyph{E381}", |
|
|
u"\u25B2": "\\ding{115}", |
|
|
u"\u25B3": "\\bigtriangleup ", |
|
|
u"\u25B4": "\\blacktriangle ", |
|
|
u"\u25B5": "\\vartriangle ", |
|
|
u"\u25B8": "\\blacktriangleright ", |
|
|
u"\u25B9": "\\triangleright ", |
|
|
u"\u25BC": "\\ding{116}", |
|
|
u"\u25BD": "\\bigtriangledown ", |
|
|
u"\u25BE": "\\blacktriangledown ", |
|
|
u"\u25BF": "\\triangledown ", |
|
|
u"\u25C2": "\\blacktriangleleft ", |
|
|
u"\u25C3": "\\triangleleft ", |
|
|
u"\u25C6": "\\ding{117}", |
|
|
u"\u25CA": "\\lozenge ", |
|
|
u"\u25CB": "\\bigcirc ", |
|
|
u"\u25CF": "\\ding{108}", |
|
|
u"\u25D0": "\\Elzcirfl ", |
|
|
u"\u25D1": "\\Elzcirfr ", |
|
|
u"\u25D2": "\\Elzcirfb ", |
|
|
u"\u25D7": "\\ding{119}", |
|
|
u"\u25D8": "\\Elzrvbull ", |
|
|
u"\u25E7": "\\Elzsqfl ", |
|
|
u"\u25E8": "\\Elzsqfr ", |
|
|
u"\u25EA": "\\Elzsqfse ", |
|
|
u"\u25EF": "\\bigcirc ", |
|
|
u"\u2605": "\\ding{72}", |
|
|
u"\u2606": "\\ding{73}", |
|
|
u"\u260E": "\\ding{37}", |
|
|
u"\u261B": "\\ding{42}", |
|
|
u"\u261E": "\\ding{43}", |
|
|
u"\u263E": "\\rightmoon ", |
|
|
u"\u263F": "\\mercury ", |
|
|
u"\u2640": "\\venus ", |
|
|
u"\u2642": "\\male ", |
|
|
u"\u2643": "\\jupiter ", |
|
|
u"\u2644": "\\saturn ", |
|
|
u"\u2645": "\\uranus ", |
|
|
u"\u2646": "\\neptune ", |
|
|
u"\u2647": "\\pluto ", |
|
|
u"\u2648": "\\aries ", |
|
|
u"\u2649": "\\taurus ", |
|
|
u"\u264A": "\\gemini ", |
|
|
u"\u264B": "\\cancer ", |
|
|
u"\u264C": "\\leo ", |
|
|
u"\u264D": "\\virgo ", |
|
|
u"\u264E": "\\libra ", |
|
|
u"\u264F": "\\scorpio ", |
|
|
u"\u2650": "\\sagittarius ", |
|
|
u"\u2651": "\\capricornus ", |
|
|
u"\u2652": "\\aquarius ", |
|
|
u"\u2653": "\\pisces ", |
|
|
u"\u2660": "\\ding{171}", |
|
|
u"\u2662": "\\diamond ", |
|
|
u"\u2663": "\\ding{168}", |
|
|
u"\u2665": "\\ding{170}", |
|
|
u"\u2666": "\\ding{169}", |
|
|
u"\u2669": "\\quarternote ", |
|
|
u"\u266A": "\\eighthnote ", |
|
|
u"\u266D": "\\flat ", |
|
|
u"\u266E": "\\natural ", |
|
|
u"\u266F": "\\sharp ", |
|
|
u"\u2701": "\\ding{33}", |
|
|
u"\u2702": "\\ding{34}", |
|
|
u"\u2703": "\\ding{35}", |
|
|
u"\u2704": "\\ding{36}", |
|
|
u"\u2706": "\\ding{38}", |
|
|
u"\u2707": "\\ding{39}", |
|
|
u"\u2708": "\\ding{40}", |
|
|
u"\u2709": "\\ding{41}", |
|
|
u"\u270C": "\\ding{44}", |
|
|
u"\u270D": "\\ding{45}", |
|
|
u"\u270E": "\\ding{46}", |
|
|
u"\u270F": "\\ding{47}", |
|
|
u"\u2710": "\\ding{48}", |
|
|
u"\u2711": "\\ding{49}", |
|
|
u"\u2712": "\\ding{50}", |
|
|
u"\u2713": "\\ding{51}", |
|
|
u"\u2714": "\\ding{52}", |
|
|
u"\u2715": "\\ding{53}", |
|
|
u"\u2716": "\\ding{54}", |
|
|
u"\u2717": "\\ding{55}", |
|
|
u"\u2718": "\\ding{56}", |
|
|
u"\u2719": "\\ding{57}", |
|
|
u"\u271A": "\\ding{58}", |
|
|
u"\u271B": "\\ding{59}", |
|
|
u"\u271C": "\\ding{60}", |
|
|
u"\u271D": "\\ding{61}", |
|
|
u"\u271E": "\\ding{62}", |
|
|
u"\u271F": "\\ding{63}", |
|
|
u"\u2720": "\\ding{64}", |
|
|
u"\u2721": "\\ding{65}", |
|
|
u"\u2722": "\\ding{66}", |
|
|
u"\u2723": "\\ding{67}", |
|
|
u"\u2724": "\\ding{68}", |
|
|
u"\u2725": "\\ding{69}", |
|
|
u"\u2726": "\\ding{70}", |
|
|
u"\u2727": "\\ding{71}", |
|
|
u"\u2729": "\\ding{73}", |
|
|
u"\u272A": "\\ding{74}", |
|
|
u"\u272B": "\\ding{75}", |
|
|
u"\u272C": "\\ding{76}", |
|
|
u"\u272D": "\\ding{77}", |
|
|
u"\u272E": "\\ding{78}", |
|
|
u"\u272F": "\\ding{79}", |
|
|
u"\u2730": "\\ding{80}", |
|
|
u"\u2731": "\\ding{81}", |
|
|
u"\u2732": "\\ding{82}", |
|
|
u"\u2733": "\\ding{83}", |
|
|
u"\u2734": "\\ding{84}", |
|
|
u"\u2735": "\\ding{85}", |
|
|
u"\u2736": "\\ding{86}", |
|
|
u"\u2737": "\\ding{87}", |
|
|
u"\u2738": "\\ding{88}", |
|
|
u"\u2739": "\\ding{89}", |
|
|
u"\u273A": "\\ding{90}", |
|
|
u"\u273B": "\\ding{91}", |
|
|
u"\u273C": "\\ding{92}", |
|
|
u"\u273D": "\\ding{93}", |
|
|
u"\u273E": "\\ding{94}", |
|
|
u"\u273F": "\\ding{95}", |
|
|
u"\u2740": "\\ding{96}", |
|
|
u"\u2741": "\\ding{97}", |
|
|
u"\u2742": "\\ding{98}", |
|
|
u"\u2743": "\\ding{99}", |
|
|
u"\u2744": "\\ding{100}", |
|
|
u"\u2745": "\\ding{101}", |
|
|
u"\u2746": "\\ding{102}", |
|
|
u"\u2747": "\\ding{103}", |
|
|
u"\u2748": "\\ding{104}", |
|
|
u"\u2749": "\\ding{105}", |
|
|
u"\u274A": "\\ding{106}", |
|
|
u"\u274B": "\\ding{107}", |
|
|
u"\u274D": "\\ding{109}", |
|
|
u"\u274F": "\\ding{111}", |
|
|
u"\u2750": "\\ding{112}", |
|
|
u"\u2751": "\\ding{113}", |
|
|
u"\u2752": "\\ding{114}", |
|
|
u"\u2756": "\\ding{118}", |
|
|
u"\u2758": "\\ding{120}", |
|
|
u"\u2759": "\\ding{121}", |
|
|
u"\u275A": "\\ding{122}", |
|
|
u"\u275B": "\\ding{123}", |
|
|
u"\u275C": "\\ding{124}", |
|
|
u"\u275D": "\\ding{125}", |
|
|
u"\u275E": "\\ding{126}", |
|
|
u"\u2761": "\\ding{161}", |
|
|
u"\u2762": "\\ding{162}", |
|
|
u"\u2763": "\\ding{163}", |
|
|
u"\u2764": "\\ding{164}", |
|
|
u"\u2765": "\\ding{165}", |
|
|
u"\u2766": "\\ding{166}", |
|
|
u"\u2767": "\\ding{167}", |
|
|
u"\u2776": "\\ding{182}", |
|
|
u"\u2777": "\\ding{183}", |
|
|
u"\u2778": "\\ding{184}", |
|
|
u"\u2779": "\\ding{185}", |
|
|
u"\u277A": "\\ding{186}", |
|
|
u"\u277B": "\\ding{187}", |
|
|
u"\u277C": "\\ding{188}", |
|
|
u"\u277D": "\\ding{189}", |
|
|
u"\u277E": "\\ding{190}", |
|
|
u"\u277F": "\\ding{191}", |
|
|
u"\u2780": "\\ding{192}", |
|
|
u"\u2781": "\\ding{193}", |
|
|
u"\u2782": "\\ding{194}", |
|
|
u"\u2783": "\\ding{195}", |
|
|
u"\u2784": "\\ding{196}", |
|
|
u"\u2785": "\\ding{197}", |
|
|
u"\u2786": "\\ding{198}", |
|
|
u"\u2787": "\\ding{199}", |
|
|
u"\u2788": "\\ding{200}", |
|
|
u"\u2789": "\\ding{201}", |
|
|
u"\u278A": "\\ding{202}", |
|
|
u"\u278B": "\\ding{203}", |
|
|
u"\u278C": "\\ding{204}", |
|
|
u"\u278D": "\\ding{205}", |
|
|
u"\u278E": "\\ding{206}", |
|
|
u"\u278F": "\\ding{207}", |
|
|
u"\u2790": "\\ding{208}", |
|
|
u"\u2791": "\\ding{209}", |
|
|
u"\u2792": "\\ding{210}", |
|
|
u"\u2793": "\\ding{211}", |
|
|
u"\u2794": "\\ding{212}", |
|
|
u"\u2798": "\\ding{216}", |
|
|
u"\u2799": "\\ding{217}", |
|
|
u"\u279A": "\\ding{218}", |
|
|
u"\u279B": "\\ding{219}", |
|
|
u"\u279C": "\\ding{220}", |
|
|
u"\u279D": "\\ding{221}", |
|
|
u"\u279E": "\\ding{222}", |
|
|
u"\u279F": "\\ding{223}", |
|
|
u"\u27A0": "\\ding{224}", |
|
|
u"\u27A1": "\\ding{225}", |
|
|
u"\u27A2": "\\ding{226}", |
|
|
u"\u27A3": "\\ding{227}", |
|
|
u"\u27A4": "\\ding{228}", |
|
|
u"\u27A5": "\\ding{229}", |
|
|
u"\u27A6": "\\ding{230}", |
|
|
u"\u27A7": "\\ding{231}", |
|
|
u"\u27A8": "\\ding{232}", |
|
|
u"\u27A9": "\\ding{233}", |
|
|
u"\u27AA": "\\ding{234}", |
|
|
u"\u27AB": "\\ding{235}", |
|
|
u"\u27AC": "\\ding{236}", |
|
|
u"\u27AD": "\\ding{237}", |
|
|
u"\u27AE": "\\ding{238}", |
|
|
u"\u27AF": "\\ding{239}", |
|
|
u"\u27B1": "\\ding{241}", |
|
|
u"\u27B2": "\\ding{242}", |
|
|
u"\u27B3": "\\ding{243}", |
|
|
u"\u27B4": "\\ding{244}", |
|
|
u"\u27B5": "\\ding{245}", |
|
|
u"\u27B6": "\\ding{246}", |
|
|
u"\u27B7": "\\ding{247}", |
|
|
u"\u27B8": "\\ding{248}", |
|
|
u"\u27B9": "\\ding{249}", |
|
|
u"\u27BA": "\\ding{250}", |
|
|
u"\u27BB": "\\ding{251}", |
|
|
u"\u27BC": "\\ding{252}", |
|
|
u"\u27BD": "\\ding{253}", |
|
|
u"\u27BE": "\\ding{254}", |
|
|
u"\u27F5": "\\longleftarrow ", |
|
|
u"\u27F6": "\\longrightarrow ", |
|
|
u"\u27F7": "\\longleftrightarrow ", |
|
|
u"\u27F8": "\\Longleftarrow ", |
|
|
u"\u27F9": "\\Longrightarrow ", |
|
|
u"\u27FA": "\\Longleftrightarrow ", |
|
|
u"\u27FC": "\\longmapsto ", |
|
|
u"\u27FF": "\\sim\\joinrel\\leadsto", |
|
|
u"\u2905": "\\ElsevierGlyph{E212}", |
|
|
u"\u2912": "\\UpArrowBar ", |
|
|
u"\u2913": "\\DownArrowBar ", |
|
|
u"\u2923": "\\ElsevierGlyph{E20C}", |
|
|
u"\u2924": "\\ElsevierGlyph{E20D}", |
|
|
u"\u2925": "\\ElsevierGlyph{E20B}", |
|
|
u"\u2926": "\\ElsevierGlyph{E20A}", |
|
|
u"\u2927": "\\ElsevierGlyph{E211}", |
|
|
u"\u2928": "\\ElsevierGlyph{E20E}", |
|
|
u"\u2929": "\\ElsevierGlyph{E20F}", |
|
|
u"\u292A": "\\ElsevierGlyph{E210}", |
|
|
u"\u2933": "\\ElsevierGlyph{E21C}", |
|
|
u"\u2933-00338": "\\ElsevierGlyph{E21D}", |
|
|
u"\u2936": "\\ElsevierGlyph{E21A}", |
|
|
u"\u2937": "\\ElsevierGlyph{E219}", |
|
|
u"\u2940": "\\Elolarr ", |
|
|
u"\u2941": "\\Elorarr ", |
|
|
u"\u2942": "\\ElzRlarr ", |
|
|
u"\u2944": "\\ElzrLarr ", |
|
|
u"\u2947": "\\Elzrarrx ", |
|
|
u"\u294E": "\\LeftRightVector ", |
|
|
u"\u294F": "\\RightUpDownVector ", |
|
|
u"\u2950": "\\DownLeftRightVector ", |
|
|
u"\u2951": "\\LeftUpDownVector ", |
|
|
u"\u2952": "\\LeftVectorBar ", |
|
|
u"\u2953": "\\RightVectorBar ", |
|
|
u"\u2954": "\\RightUpVectorBar ", |
|
|
u"\u2955": "\\RightDownVectorBar ", |
|
|
u"\u2956": "\\DownLeftVectorBar ", |
|
|
u"\u2957": "\\DownRightVectorBar ", |
|
|
u"\u2958": "\\LeftUpVectorBar ", |
|
|
u"\u2959": "\\LeftDownVectorBar ", |
|
|
u"\u295A": "\\LeftTeeVector ", |
|
|
u"\u295B": "\\RightTeeVector ", |
|
|
u"\u295C": "\\RightUpTeeVector ", |
|
|
u"\u295D": "\\RightDownTeeVector ", |
|
|
u"\u295E": "\\DownLeftTeeVector ", |
|
|
u"\u295F": "\\DownRightTeeVector ", |
|
|
u"\u2960": "\\LeftUpTeeVector ", |
|
|
u"\u2961": "\\LeftDownTeeVector ", |
|
|
u"\u296E": "\\UpEquilibrium ", |
|
|
u"\u296F": "\\ReverseUpEquilibrium ", |
|
|
u"\u2970": "\\RoundImplies ", |
|
|
u"\u297C": "\\ElsevierGlyph{E214}", |
|
|
u"\u297D": "\\ElsevierGlyph{E215}", |
|
|
u"\u2980": "\\Elztfnc ", |
|
|
u"\u2985": "\\ElsevierGlyph{3018}", |
|
|
u"\u2986": "\\Elroang ", |
|
|
u"\u2993": "<\\kern-0.58em(", |
|
|
u"\u2994": "\\ElsevierGlyph{E291}", |
|
|
u"\u2999": "\\Elzddfnc ", |
|
|
u"\u299C": "\\Angle ", |
|
|
u"\u29A0": "\\Elzlpargt ", |
|
|
u"\u29B5": "\\ElsevierGlyph{E260}", |
|
|
u"\u29B6": "\\ElsevierGlyph{E61B}", |
|
|
u"\u29CA": "\\ElzLap ", |
|
|
u"\u29CB": "\\Elzdefas ", |
|
|
u"\u29CF": "\\LeftTriangleBar ", |
|
|
u"\u29CF-00338": "\\NotLeftTriangleBar ", |
|
|
u"\u29D0": "\\RightTriangleBar ", |
|
|
u"\u29D0-00338": "\\NotRightTriangleBar ", |
|
|
u"\u29DC": "\\ElsevierGlyph{E372}", |
|
|
u"\u29EB": "\\blacklozenge ", |
|
|
u"\u29F4": "\\RuleDelayed ", |
|
|
u"\u2A04": "\\Elxuplus ", |
|
|
u"\u2A05": "\\ElzThr ", |
|
|
u"\u2A06": "\\Elxsqcup ", |
|
|
u"\u2A07": "\\ElzInf ", |
|
|
u"\u2A08": "\\ElzSup ", |
|
|
u"\u2A0D": "\\ElzCint ", |
|
|
u"\u2A0F": "\\clockoint ", |
|
|
u"\u2A10": "\\ElsevierGlyph{E395}", |
|
|
u"\u2A16": "\\sqrint ", |
|
|
u"\u2A25": "\\ElsevierGlyph{E25A}", |
|
|
u"\u2A2A": "\\ElsevierGlyph{E25B}", |
|
|
u"\u2A2D": "\\ElsevierGlyph{E25C}", |
|
|
u"\u2A2E": "\\ElsevierGlyph{E25D}", |
|
|
u"\u2A2F": "\\ElzTimes ", |
|
|
u"\u2A34": "\\ElsevierGlyph{E25E}", |
|
|
u"\u2A35": "\\ElsevierGlyph{E25E}", |
|
|
u"\u2A3C": "\\ElsevierGlyph{E259}", |
|
|
u"\u2A3F": "\\amalg ", |
|
|
u"\u2A53": "\\ElzAnd ", |
|
|
u"\u2A54": "\\ElzOr ", |
|
|
u"\u2A55": "\\ElsevierGlyph{E36E}", |
|
|
u"\u2A56": "\\ElOr ", |
|
|
u"\u2A5E": "\\perspcorrespond ", |
|
|
u"\u2A5F": "\\Elzminhat ", |
|
|
u"\u2A63": "\\ElsevierGlyph{225A}", |
|
|
u"\u2A6E": "\\stackrel{*}{=}", |
|
|
u"\u2A75": "\\Equal ", |
|
|
u"\u2A7D": "\\leqslant ", |
|
|
u"\u2A7D-00338": "\\nleqslant ", |
|
|
u"\u2A7E": "\\geqslant ", |
|
|
u"\u2A7E-00338": "\\ngeqslant ", |
|
|
u"\u2A85": "\\lessapprox ", |
|
|
u"\u2A86": "\\gtrapprox ", |
|
|
u"\u2A87": "\\lneq ", |
|
|
u"\u2A88": "\\gneq ", |
|
|
u"\u2A89": "\\lnapprox ", |
|
|
u"\u2A8A": "\\gnapprox ", |
|
|
u"\u2A8B": "\\lesseqqgtr ", |
|
|
u"\u2A8C": "\\gtreqqless ", |
|
|
u"\u2A95": "\\eqslantless ", |
|
|
u"\u2A96": "\\eqslantgtr ", |
|
|
u"\u2A9D": "\\Pisymbol{ppi020}{117}", |
|
|
u"\u2A9E": "\\Pisymbol{ppi020}{105}", |
|
|
u"\u2AA1": "\\NestedLessLess ", |
|
|
u"\u2AA1-00338": "\\NotNestedLessLess ", |
|
|
u"\u2AA2": "\\NestedGreaterGreater ", |
|
|
u"\u2AA2-00338": "\\NotNestedGreaterGreater ", |
|
|
u"\u2AAF": "\\preceq ", |
|
|
u"\u2AAF-00338": "\\not\\preceq ", |
|
|
u"\u2AB0": "\\succeq ", |
|
|
u"\u2AB0-00338": "\\not\\succeq ", |
|
|
u"\u2AB5": "\\precneqq ", |
|
|
u"\u2AB6": "\\succneqq ", |
|
|
u"\u2AB7": "\\precapprox ", |
|
|
u"\u2AB8": "\\succapprox ", |
|
|
u"\u2AB9": "\\precnapprox ", |
|
|
u"\u2ABA": "\\succnapprox ", |
|
|
u"\u2AC5": "\\subseteqq ", |
|
|
u"\u2AC5-00338": "\\nsubseteqq ", |
|
|
u"\u2AC6": "\\supseteqq ", |
|
|
u"\u2AC6-00338": "\\nsupseteqq", |
|
|
u"\u2ACB": "\\subsetneqq ", |
|
|
u"\u2ACC": "\\supsetneqq ", |
|
|
u"\u2AEB": "\\ElsevierGlyph{E30D}", |
|
|
u"\u2AF6": "\\Elztdcol ", |
|
|
u"\u2AFD": "{{/}\\!\\!{/}}", |
|
|
u"\u2AFD-020E5": "{\\rlap{\\textbackslash}{{/}\\!\\!{/}}}", |
|
|
u"\u300A": "\\ElsevierGlyph{300A}", |
|
|
u"\u300B": "\\ElsevierGlyph{300B}", |
|
|
u"\u3018": "\\ElsevierGlyph{3018}", |
|
|
u"\u3019": "\\ElsevierGlyph{3019}", |
|
|
u"\u301A": "\\openbracketleft ", |
|
|
u"\u301B": "\\openbracketright ", |
|
|
u"\uFB00": "ff", |
|
|
u"\uFB01": "fi", |
|
|
u"\uFB02": "fl", |
|
|
u"\uFB03": "ffi", |
|
|
u"\uFB04": "ffl", |
|
|
u"\uD400": "\\mathbf{A}", |
|
|
u"\uD401": "\\mathbf{B}", |
|
|
u"\uD402": "\\mathbf{C}", |
|
|
u"\uD403": "\\mathbf{D}", |
|
|
u"\uD404": "\\mathbf{E}", |
|
|
u"\uD405": "\\mathbf{F}", |
|
|
u"\uD406": "\\mathbf{G}", |
|
|
u"\uD407": "\\mathbf{H}", |
|
|
u"\uD408": "\\mathbf{I}", |
|
|
u"\uD409": "\\mathbf{J}", |
|
|
u"\uD40A": "\\mathbf{K}", |
|
|
u"\uD40B": "\\mathbf{L}", |
|
|
u"\uD40C": "\\mathbf{M}", |
|
|
u"\uD40D": "\\mathbf{N}", |
|
|
u"\uD40E": "\\mathbf{O}", |
|
|
u"\uD40F": "\\mathbf{P}", |
|
|
u"\uD410": "\\mathbf{Q}", |
|
|
u"\uD411": "\\mathbf{R}", |
|
|
u"\uD412": "\\mathbf{S}", |
|
|
u"\uD413": "\\mathbf{T}", |
|
|
u"\uD414": "\\mathbf{U}", |
|
|
u"\uD415": "\\mathbf{V}", |
|
|
u"\uD416": "\\mathbf{W}", |
|
|
u"\uD417": "\\mathbf{X}", |
|
|
u"\uD418": "\\mathbf{Y}", |
|
|
u"\uD419": "\\mathbf{Z}", |
|
|
u"\uD41A": "\\mathbf{a}", |
|
|
u"\uD41B": "\\mathbf{b}", |
|
|
u"\uD41C": "\\mathbf{c}", |
|
|
u"\uD41D": "\\mathbf{d}", |
|
|
u"\uD41E": "\\mathbf{e}", |
|
|
u"\uD41F": "\\mathbf{f}", |
|
|
u"\uD420": "\\mathbf{g}", |
|
|
u"\uD421": "\\mathbf{h}", |
|
|
u"\uD422": "\\mathbf{i}", |
|
|
u"\uD423": "\\mathbf{j}", |
|
|
u"\uD424": "\\mathbf{k}", |
|
|
u"\uD425": "\\mathbf{l}", |
|
|
u"\uD426": "\\mathbf{m}", |
|
|
u"\uD427": "\\mathbf{n}", |
|
|
u"\uD428": "\\mathbf{o}", |
|
|
u"\uD429": "\\mathbf{p}", |
|
|
u"\uD42A": "\\mathbf{q}", |
|
|
u"\uD42B": "\\mathbf{r}", |
|
|
u"\uD42C": "\\mathbf{s}", |
|
|
u"\uD42D": "\\mathbf{t}", |
|
|
u"\uD42E": "\\mathbf{u}", |
|
|
u"\uD42F": "\\mathbf{v}", |
|
|
u"\uD430": "\\mathbf{w}", |
|
|
u"\uD431": "\\mathbf{x}", |
|
|
u"\uD432": "\\mathbf{y}", |
|
|
u"\uD433": "\\mathbf{z}", |
|
|
u"\uD434": "\\mathsl{A}", |
|
|
u"\uD435": "\\mathsl{B}", |
|
|
u"\uD436": "\\mathsl{C}", |
|
|
u"\uD437": "\\mathsl{D}", |
|
|
u"\uD438": "\\mathsl{E}", |
|
|
u"\uD439": "\\mathsl{F}", |
|
|
u"\uD43A": "\\mathsl{G}", |
|
|
u"\uD43B": "\\mathsl{H}", |
|
|
u"\uD43C": "\\mathsl{I}", |
|
|
u"\uD43D": "\\mathsl{J}", |
|
|
u"\uD43E": "\\mathsl{K}", |
|
|
u"\uD43F": "\\mathsl{L}", |
|
|
u"\uD440": "\\mathsl{M}", |
|
|
u"\uD441": "\\mathsl{N}", |
|
|
u"\uD442": "\\mathsl{O}", |
|
|
u"\uD443": "\\mathsl{P}", |
|
|
u"\uD444": "\\mathsl{Q}", |
|
|
u"\uD445": "\\mathsl{R}", |
|
|
u"\uD446": "\\mathsl{S}", |
|
|
u"\uD447": "\\mathsl{T}", |
|
|
u"\uD448": "\\mathsl{U}", |
|
|
u"\uD449": "\\mathsl{V}", |
|
|
u"\uD44A": "\\mathsl{W}", |
|
|
u"\uD44B": "\\mathsl{X}", |
|
|
u"\uD44C": "\\mathsl{Y}", |
|
|
u"\uD44D": "\\mathsl{Z}", |
|
|
u"\uD44E": "\\mathsl{a}", |
|
|
u"\uD44F": "\\mathsl{b}", |
|
|
u"\uD450": "\\mathsl{c}", |
|
|
u"\uD451": "\\mathsl{d}", |
|
|
u"\uD452": "\\mathsl{e}", |
|
|
u"\uD453": "\\mathsl{f}", |
|
|
u"\uD454": "\\mathsl{g}", |
|
|
u"\uD456": "\\mathsl{i}", |
|
|
u"\uD457": "\\mathsl{j}", |
|
|
u"\uD458": "\\mathsl{k}", |
|
|
u"\uD459": "\\mathsl{l}", |
|
|
u"\uD45A": "\\mathsl{m}", |
|
|
u"\uD45B": "\\mathsl{n}", |
|
|
u"\uD45C": "\\mathsl{o}", |
|
|
u"\uD45D": "\\mathsl{p}", |
|
|
u"\uD45E": "\\mathsl{q}", |
|
|
u"\uD45F": "\\mathsl{r}", |
|
|
u"\uD460": "\\mathsl{s}", |
|
|
u"\uD461": "\\mathsl{t}", |
|
|
u"\uD462": "\\mathsl{u}", |
|
|
u"\uD463": "\\mathsl{v}", |
|
|
u"\uD464": "\\mathsl{w}", |
|
|
u"\uD465": "\\mathsl{x}", |
|
|
u"\uD466": "\\mathsl{y}", |
|
|
u"\uD467": "\\mathsl{z}", |
|
|
u"\uD468": "\\mathbit{A}", |
|
|
u"\uD469": "\\mathbit{B}", |
|
|
u"\uD46A": "\\mathbit{C}", |
|
|
u"\uD46B": "\\mathbit{D}", |
|
|
u"\uD46C": "\\mathbit{E}", |
|
|
u"\uD46D": "\\mathbit{F}", |
|
|
u"\uD46E": "\\mathbit{G}", |
|
|
u"\uD46F": "\\mathbit{H}", |
|
|
u"\uD470": "\\mathbit{I}", |
|
|
u"\uD471": "\\mathbit{J}", |
|
|
u"\uD472": "\\mathbit{K}", |
|
|
u"\uD473": "\\mathbit{L}", |
|
|
u"\uD474": "\\mathbit{M}", |
|
|
u"\uD475": "\\mathbit{N}", |
|
|
u"\uD476": "\\mathbit{O}", |
|
|
u"\uD477": "\\mathbit{P}", |
|
|
u"\uD478": "\\mathbit{Q}", |
|
|
u"\uD479": "\\mathbit{R}", |
|
|
u"\uD47A": "\\mathbit{S}", |
|
|
u"\uD47B": "\\mathbit{T}", |
|
|
u"\uD47C": "\\mathbit{U}", |
|
|
u"\uD47D": "\\mathbit{V}", |
|
|
u"\uD47E": "\\mathbit{W}", |
|
|
u"\uD47F": "\\mathbit{X}", |
|
|
u"\uD480": "\\mathbit{Y}", |
|
|
u"\uD481": "\\mathbit{Z}", |
|
|
u"\uD482": "\\mathbit{a}", |
|
|
u"\uD483": "\\mathbit{b}", |
|
|
u"\uD484": "\\mathbit{c}", |
|
|
u"\uD485": "\\mathbit{d}", |
|
|
u"\uD486": "\\mathbit{e}", |
|
|
u"\uD487": "\\mathbit{f}", |
|
|
u"\uD488": "\\mathbit{g}", |
|
|
u"\uD489": "\\mathbit{h}", |
|
|
u"\uD48A": "\\mathbit{i}", |
|
|
u"\uD48B": "\\mathbit{j}", |
|
|
u"\uD48C": "\\mathbit{k}", |
|
|
u"\uD48D": "\\mathbit{l}", |
|
|
u"\uD48E": "\\mathbit{m}", |
|
|
u"\uD48F": "\\mathbit{n}", |
|
|
u"\uD490": "\\mathbit{o}", |
|
|
u"\uD491": "\\mathbit{p}", |
|
|
u"\uD492": "\\mathbit{q}", |
|
|
u"\uD493": "\\mathbit{r}", |
|
|
u"\uD494": "\\mathbit{s}", |
|
|
u"\uD495": "\\mathbit{t}", |
|
|
u"\uD496": "\\mathbit{u}", |
|
|
u"\uD497": "\\mathbit{v}", |
|
|
u"\uD498": "\\mathbit{w}", |
|
|
u"\uD499": "\\mathbit{x}", |
|
|
u"\uD49A": "\\mathbit{y}", |
|
|
u"\uD49B": "\\mathbit{z}", |
|
|
u"\uD49C": "\\mathscr{A}", |
|
|
u"\uD49E": "\\mathscr{C}", |
|
|
u"\uD49F": "\\mathscr{D}", |
|
|
u"\uD4A2": "\\mathscr{G}", |
|
|
u"\uD4A5": "\\mathscr{J}", |
|
|
u"\uD4A6": "\\mathscr{K}", |
|
|
u"\uD4A9": "\\mathscr{N}", |
|
|
u"\uD4AA": "\\mathscr{O}", |
|
|
u"\uD4AB": "\\mathscr{P}", |
|
|
u"\uD4AC": "\\mathscr{Q}", |
|
|
u"\uD4AE": "\\mathscr{S}", |
|
|
u"\uD4AF": "\\mathscr{T}", |
|
|
u"\uD4B0": "\\mathscr{U}", |
|
|
u"\uD4B1": "\\mathscr{V}", |
|
|
u"\uD4B2": "\\mathscr{W}", |
|
|
u"\uD4B3": "\\mathscr{X}", |
|
|
u"\uD4B4": "\\mathscr{Y}", |
|
|
u"\uD4B5": "\\mathscr{Z}", |
|
|
u"\uD4B6": "\\mathscr{a}", |
|
|
u"\uD4B7": "\\mathscr{b}", |
|
|
u"\uD4B8": "\\mathscr{c}", |
|
|
u"\uD4B9": "\\mathscr{d}", |
|
|
u"\uD4BB": "\\mathscr{f}", |
|
|
u"\uD4BD": "\\mathscr{h}", |
|
|
u"\uD4BE": "\\mathscr{i}", |
|
|
u"\uD4BF": "\\mathscr{j}", |
|
|
u"\uD4C0": "\\mathscr{k}", |
|
|
u"\uD4C1": "\\mathscr{l}", |
|
|
u"\uD4C2": "\\mathscr{m}", |
|
|
u"\uD4C3": "\\mathscr{n}", |
|
|
u"\uD4C5": "\\mathscr{p}", |
|
|
u"\uD4C6": "\\mathscr{q}", |
|
|
u"\uD4C7": "\\mathscr{r}", |
|
|
u"\uD4C8": "\\mathscr{s}", |
|
|
u"\uD4C9": "\\mathscr{t}", |
|
|
u"\uD4CA": "\\mathscr{u}", |
|
|
u"\uD4CB": "\\mathscr{v}", |
|
|
u"\uD4CC": "\\mathscr{w}", |
|
|
u"\uD4CD": "\\mathscr{x}", |
|
|
u"\uD4CE": "\\mathscr{y}", |
|
|
u"\uD4CF": "\\mathscr{z}", |
|
|
u"\uD4D0": "\\mathmit{A}", |
|
|
u"\uD4D1": "\\mathmit{B}", |
|
|
u"\uD4D2": "\\mathmit{C}", |
|
|
u"\uD4D3": "\\mathmit{D}", |
|
|
u"\uD4D4": "\\mathmit{E}", |
|
|
u"\uD4D5": "\\mathmit{F}", |
|
|
u"\uD4D6": "\\mathmit{G}", |
|
|
u"\uD4D7": "\\mathmit{H}", |
|
|
u"\uD4D8": "\\mathmit{I}", |
|
|
u"\uD4D9": "\\mathmit{J}", |
|
|
u"\uD4DA": "\\mathmit{K}", |
|
|
u"\uD4DB": "\\mathmit{L}", |
|
|
u"\uD4DC": "\\mathmit{M}", |
|
|
u"\uD4DD": "\\mathmit{N}", |
|
|
u"\uD4DE": "\\mathmit{O}", |
|
|
u"\uD4DF": "\\mathmit{P}", |
|
|
u"\uD4E0": "\\mathmit{Q}", |
|
|
u"\uD4E1": "\\mathmit{R}", |
|
|
u"\uD4E2": "\\mathmit{S}", |
|
|
u"\uD4E3": "\\mathmit{T}", |
|
|
u"\uD4E4": "\\mathmit{U}", |
|
|
u"\uD4E5": "\\mathmit{V}", |
|
|
u"\uD4E6": "\\mathmit{W}", |
|
|
u"\uD4E7": "\\mathmit{X}", |
|
|
u"\uD4E8": "\\mathmit{Y}", |
|
|
u"\uD4E9": "\\mathmit{Z}", |
|
|
u"\uD4EA": "\\mathmit{a}", |
|
|
u"\uD4EB": "\\mathmit{b}", |
|
|
u"\uD4EC": "\\mathmit{c}", |
|
|
u"\uD4ED": "\\mathmit{d}", |
|
|
u"\uD4EE": "\\mathmit{e}", |
|
|
u"\uD4EF": "\\mathmit{f}", |
|
|
u"\uD4F0": "\\mathmit{g}", |
|
|
u"\uD4F1": "\\mathmit{h}", |
|
|
u"\uD4F2": "\\mathmit{i}", |
|
|
u"\uD4F3": "\\mathmit{j}", |
|
|
u"\uD4F4": "\\mathmit{k}", |
|
|
u"\uD4F5": "\\mathmit{l}", |
|
|
u"\uD4F6": "\\mathmit{m}", |
|
|
u"\uD4F7": "\\mathmit{n}", |
|
|
u"\uD4F8": "\\mathmit{o}", |
|
|
u"\uD4F9": "\\mathmit{p}", |
|
|
u"\uD4FA": "\\mathmit{q}", |
|
|
u"\uD4FB": "\\mathmit{r}", |
|
|
u"\uD4FC": "\\mathmit{s}", |
|
|
u"\uD4FD": "\\mathmit{t}", |
|
|
u"\uD4FE": "\\mathmit{u}", |
|
|
u"\uD4FF": "\\mathmit{v}", |
|
|
u"\uD500": "\\mathmit{w}", |
|
|
u"\uD501": "\\mathmit{x}", |
|
|
u"\uD502": "\\mathmit{y}", |
|
|
u"\uD503": "\\mathmit{z}", |
|
|
u"\uD504": "\\mathfrak{A}", |
|
|
u"\uD505": "\\mathfrak{B}", |
|
|
u"\uD507": "\\mathfrak{D}", |
|
|
u"\uD508": "\\mathfrak{E}", |
|
|
u"\uD509": "\\mathfrak{F}", |
|
|
u"\uD50A": "\\mathfrak{G}", |
|
|
u"\uD50D": "\\mathfrak{J}", |
|
|
u"\uD50E": "\\mathfrak{K}", |
|
|
u"\uD50F": "\\mathfrak{L}", |
|
|
u"\uD510": "\\mathfrak{M}", |
|
|
u"\uD511": "\\mathfrak{N}", |
|
|
u"\uD512": "\\mathfrak{O}", |
|
|
u"\uD513": "\\mathfrak{P}", |
|
|
u"\uD514": "\\mathfrak{Q}", |
|
|
u"\uD516": "\\mathfrak{S}", |
|
|
u"\uD517": "\\mathfrak{T}", |
|
|
u"\uD518": "\\mathfrak{U}", |
|
|
u"\uD519": "\\mathfrak{V}", |
|
|
u"\uD51A": "\\mathfrak{W}", |
|
|
u"\uD51B": "\\mathfrak{X}", |
|
|
u"\uD51C": "\\mathfrak{Y}", |
|
|
u"\uD51E": "\\mathfrak{a}", |
|
|
u"\uD51F": "\\mathfrak{b}", |
|
|
u"\uD520": "\\mathfrak{c}", |
|
|
u"\uD521": "\\mathfrak{d}", |
|
|
u"\uD522": "\\mathfrak{e}", |
|
|
u"\uD523": "\\mathfrak{f}", |
|
|
u"\uD524": "\\mathfrak{g}", |
|
|
u"\uD525": "\\mathfrak{h}", |
|
|
u"\uD526": "\\mathfrak{i}", |
|
|
u"\uD527": "\\mathfrak{j}", |
|
|
u"\uD528": "\\mathfrak{k}", |
|
|
u"\uD529": "\\mathfrak{l}", |
|
|
u"\uD52A": "\\mathfrak{m}", |
|
|
u"\uD52B": "\\mathfrak{n}", |
|
|
u"\uD52C": "\\mathfrak{o}", |
|
|
u"\uD52D": "\\mathfrak{p}", |
|
|
u"\uD52E": "\\mathfrak{q}", |
|
|
u"\uD52F": "\\mathfrak{r}", |
|
|
u"\uD530": "\\mathfrak{s}", |
|
|
u"\uD531": "\\mathfrak{t}", |
|
|
u"\uD532": "\\mathfrak{u}", |
|
|
u"\uD533": "\\mathfrak{v}", |
|
|
u"\uD534": "\\mathfrak{w}", |
|
|
u"\uD535": "\\mathfrak{x}", |
|
|
u"\uD536": "\\mathfrak{y}", |
|
|
u"\uD537": "\\mathfrak{z}", |
|
|
u"\uD538": "\\mathbb{A}", |
|
|
u"\uD539": "\\mathbb{B}", |
|
|
u"\uD53B": "\\mathbb{D}", |
|
|
u"\uD53C": "\\mathbb{E}", |
|
|
u"\uD53D": "\\mathbb{F}", |
|
|
u"\uD53E": "\\mathbb{G}", |
|
|
u"\uD540": "\\mathbb{I}", |
|
|
u"\uD541": "\\mathbb{J}", |
|
|
u"\uD542": "\\mathbb{K}", |
|
|
u"\uD543": "\\mathbb{L}", |
|
|
u"\uD544": "\\mathbb{M}", |
|
|
u"\uD546": "\\mathbb{O}", |
|
|
u"\uD54A": "\\mathbb{S}", |
|
|
u"\uD54B": "\\mathbb{T}", |
|
|
u"\uD54C": "\\mathbb{U}", |
|
|
u"\uD54D": "\\mathbb{V}", |
|
|
u"\uD54E": "\\mathbb{W}", |
|
|
u"\uD54F": "\\mathbb{X}", |
|
|
u"\uD550": "\\mathbb{Y}", |
|
|
u"\uD552": "\\mathbb{a}", |
|
|
u"\uD553": "\\mathbb{b}", |
|
|
u"\uD554": "\\mathbb{c}", |
|
|
u"\uD555": "\\mathbb{d}", |
|
|
u"\uD556": "\\mathbb{e}", |
|
|
u"\uD557": "\\mathbb{f}", |
|
|
u"\uD558": "\\mathbb{g}", |
|
|
u"\uD559": "\\mathbb{h}", |
|
|
u"\uD55A": "\\mathbb{i}", |
|
|
u"\uD55B": "\\mathbb{j}", |
|
|
u"\uD55C": "\\mathbb{k}", |
|
|
u"\uD55D": "\\mathbb{l}", |
|
|
u"\uD55E": "\\mathbb{m}", |
|
|
u"\uD55F": "\\mathbb{n}", |
|
|
u"\uD560": "\\mathbb{o}", |
|
|
u"\uD561": "\\mathbb{p}", |
|
|
u"\uD562": "\\mathbb{q}", |
|
|
u"\uD563": "\\mathbb{r}", |
|
|
u"\uD564": "\\mathbb{s}", |
|
|
u"\uD565": "\\mathbb{t}", |
|
|
u"\uD566": "\\mathbb{u}", |
|
|
u"\uD567": "\\mathbb{v}", |
|
|
u"\uD568": "\\mathbb{w}", |
|
|
u"\uD569": "\\mathbb{x}", |
|
|
u"\uD56A": "\\mathbb{y}", |
|
|
u"\uD56B": "\\mathbb{z}", |
|
|
u"\uD56C": "\\mathslbb{A}", |
|
|
u"\uD56D": "\\mathslbb{B}", |
|
|
u"\uD56E": "\\mathslbb{C}", |
|
|
u"\uD56F": "\\mathslbb{D}", |
|
|
u"\uD570": "\\mathslbb{E}", |
|
|
u"\uD571": "\\mathslbb{F}", |
|
|
u"\uD572": "\\mathslbb{G}", |
|
|
u"\uD573": "\\mathslbb{H}", |
|
|
u"\uD574": "\\mathslbb{I}", |
|
|
u"\uD575": "\\mathslbb{J}", |
|
|
u"\uD576": "\\mathslbb{K}", |
|
|
u"\uD577": "\\mathslbb{L}", |
|
|
u"\uD578": "\\mathslbb{M}", |
|
|
u"\uD579": "\\mathslbb{N}", |
|
|
u"\uD57A": "\\mathslbb{O}", |
|
|
u"\uD57B": "\\mathslbb{P}", |
|
|
u"\uD57C": "\\mathslbb{Q}", |
|
|
u"\uD57D": "\\mathslbb{R}", |
|
|
u"\uD57E": "\\mathslbb{S}", |
|
|
u"\uD57F": "\\mathslbb{T}", |
|
|
u"\uD580": "\\mathslbb{U}", |
|
|
u"\uD581": "\\mathslbb{V}", |
|
|
u"\uD582": "\\mathslbb{W}", |
|
|
u"\uD583": "\\mathslbb{X}", |
|
|
u"\uD584": "\\mathslbb{Y}", |
|
|
u"\uD585": "\\mathslbb{Z}", |
|
|
u"\uD586": "\\mathslbb{a}", |
|
|
u"\uD587": "\\mathslbb{b}", |
|
|
u"\uD588": "\\mathslbb{c}", |
|
|
u"\uD589": "\\mathslbb{d}", |
|
|
u"\uD58A": "\\mathslbb{e}", |
|
|
u"\uD58B": "\\mathslbb{f}", |
|
|
u"\uD58C": "\\mathslbb{g}", |
|
|
u"\uD58D": "\\mathslbb{h}", |
|
|
u"\uD58E": "\\mathslbb{i}", |
|
|
u"\uD58F": "\\mathslbb{j}", |
|
|
u"\uD590": "\\mathslbb{k}", |
|
|
u"\uD591": "\\mathslbb{l}", |
|
|
u"\uD592": "\\mathslbb{m}", |
|
|
u"\uD593": "\\mathslbb{n}", |
|
|
u"\uD594": "\\mathslbb{o}", |
|
|
u"\uD595": "\\mathslbb{p}", |
|
|
u"\uD596": "\\mathslbb{q}", |
|
|
u"\uD597": "\\mathslbb{r}", |
|
|
u"\uD598": "\\mathslbb{s}", |
|
|
u"\uD599": "\\mathslbb{t}", |
|
|
u"\uD59A": "\\mathslbb{u}", |
|
|
u"\uD59B": "\\mathslbb{v}", |
|
|
u"\uD59C": "\\mathslbb{w}", |
|
|
u"\uD59D": "\\mathslbb{x}", |
|
|
u"\uD59E": "\\mathslbb{y}", |
|
|
u"\uD59F": "\\mathslbb{z}", |
|
|
u"\uD5A0": "\\mathsf{A}", |
|
|
u"\uD5A1": "\\mathsf{B}", |
|
|
u"\uD5A2": "\\mathsf{C}", |
|
|
u"\uD5A3": "\\mathsf{D}", |
|
|
u"\uD5A4": "\\mathsf{E}", |
|
|
u"\uD5A5": "\\mathsf{F}", |
|
|
u"\uD5A6": "\\mathsf{G}", |
|
|
u"\uD5A7": "\\mathsf{H}", |
|
|
u"\uD5A8": "\\mathsf{I}", |
|
|
u"\uD5A9": "\\mathsf{J}", |
|
|
u"\uD5AA": "\\mathsf{K}", |
|
|
u"\uD5AB": "\\mathsf{L}", |
|
|
u"\uD5AC": "\\mathsf{M}", |
|
|
u"\uD5AD": "\\mathsf{N}", |
|
|
u"\uD5AE": "\\mathsf{O}", |
|
|
u"\uD5AF": "\\mathsf{P}", |
|
|
u"\uD5B0": "\\mathsf{Q}", |
|
|
u"\uD5B1": "\\mathsf{R}", |
|
|
u"\uD5B2": "\\mathsf{S}", |
|
|
u"\uD5B3": "\\mathsf{T}", |
|
|
u"\uD5B4": "\\mathsf{U}", |
|
|
u"\uD5B5": "\\mathsf{V}", |
|
|
u"\uD5B6": "\\mathsf{W}", |
|
|
u"\uD5B7": "\\mathsf{X}", |
|
|
u"\uD5B8": "\\mathsf{Y}", |
|
|
u"\uD5B9": "\\mathsf{Z}", |
|
|
u"\uD5BA": "\\mathsf{a}", |
|
|
u"\uD5BB": "\\mathsf{b}", |
|
|
u"\uD5BC": "\\mathsf{c}", |
|
|
u"\uD5BD": "\\mathsf{d}", |
|
|
u"\uD5BE": "\\mathsf{e}", |
|
|
u"\uD5BF": "\\mathsf{f}", |
|
|
u"\uD5C0": "\\mathsf{g}", |
|
|
u"\uD5C1": "\\mathsf{h}", |
|
|
u"\uD5C2": "\\mathsf{i}", |
|
|
u"\uD5C3": "\\mathsf{j}", |
|
|
u"\uD5C4": "\\mathsf{k}", |
|
|
u"\uD5C5": "\\mathsf{l}", |
|
|
u"\uD5C6": "\\mathsf{m}", |
|
|
u"\uD5C7": "\\mathsf{n}", |
|
|
u"\uD5C8": "\\mathsf{o}", |
|
|
u"\uD5C9": "\\mathsf{p}", |
|
|
u"\uD5CA": "\\mathsf{q}", |
|
|
u"\uD5CB": "\\mathsf{r}", |
|
|
u"\uD5CC": "\\mathsf{s}", |
|
|
u"\uD5CD": "\\mathsf{t}", |
|
|
u"\uD5CE": "\\mathsf{u}", |
|
|
u"\uD5CF": "\\mathsf{v}", |
|
|
u"\uD5D0": "\\mathsf{w}", |
|
|
u"\uD5D1": "\\mathsf{x}", |
|
|
u"\uD5D2": "\\mathsf{y}", |
|
|
u"\uD5D3": "\\mathsf{z}", |
|
|
u"\uD5D4": "\\mathsfbf{A}", |
|
|
u"\uD5D5": "\\mathsfbf{B}", |
|
|
u"\uD5D6": "\\mathsfbf{C}", |
|
|
u"\uD5D7": "\\mathsfbf{D}", |
|
|
u"\uD5D8": "\\mathsfbf{E}", |
|
|
u"\uD5D9": "\\mathsfbf{F}", |
|
|
u"\uD5DA": "\\mathsfbf{G}", |
|
|
u"\uD5DB": "\\mathsfbf{H}", |
|
|
u"\uD5DC": "\\mathsfbf{I}", |
|
|
u"\uD5DD": "\\mathsfbf{J}", |
|
|
u"\uD5DE": "\\mathsfbf{K}", |
|
|
u"\uD5DF": "\\mathsfbf{L}", |
|
|
u"\uD5E0": "\\mathsfbf{M}", |
|
|
u"\uD5E1": "\\mathsfbf{N}", |
|
|
u"\uD5E2": "\\mathsfbf{O}", |
|
|
u"\uD5E3": "\\mathsfbf{P}", |
|
|
u"\uD5E4": "\\mathsfbf{Q}", |
|
|
u"\uD5E5": "\\mathsfbf{R}", |
|
|
u"\uD5E6": "\\mathsfbf{S}", |
|
|
u"\uD5E7": "\\mathsfbf{T}", |
|
|
u"\uD5E8": "\\mathsfbf{U}", |
|
|
u"\uD5E9": "\\mathsfbf{V}", |
|
|
u"\uD5EA": "\\mathsfbf{W}", |
|
|
u"\uD5EB": "\\mathsfbf{X}", |
|
|
u"\uD5EC": "\\mathsfbf{Y}", |
|
|
u"\uD5ED": "\\mathsfbf{Z}", |
|
|
u"\uD5EE": "\\mathsfbf{a}", |
|
|
u"\uD5EF": "\\mathsfbf{b}", |
|
|
u"\uD5F0": "\\mathsfbf{c}", |
|
|
u"\uD5F1": "\\mathsfbf{d}", |
|
|
u"\uD5F2": "\\mathsfbf{e}", |
|
|
u"\uD5F3": "\\mathsfbf{f}", |
|
|
u"\uD5F4": "\\mathsfbf{g}", |
|
|
u"\uD5F5": "\\mathsfbf{h}", |
|
|
u"\uD5F6": "\\mathsfbf{i}", |
|
|
u"\uD5F7": "\\mathsfbf{j}", |
|
|
u"\uD5F8": "\\mathsfbf{k}", |
|
|
u"\uD5F9": "\\mathsfbf{l}", |
|
|
u"\uD5FA": "\\mathsfbf{m}", |
|
|
u"\uD5FB": "\\mathsfbf{n}", |
|
|
u"\uD5FC": "\\mathsfbf{o}", |
|
|
u"\uD5FD": "\\mathsfbf{p}", |
|
|
u"\uD5FE": "\\mathsfbf{q}", |
|
|
u"\uD5FF": "\\mathsfbf{r}", |
|
|
u"\uD600": "\\mathsfbf{s}", |
|
|
u"\uD601": "\\mathsfbf{t}", |
|
|
u"\uD602": "\\mathsfbf{u}", |
|
|
u"\uD603": "\\mathsfbf{v}", |
|
|
u"\uD604": "\\mathsfbf{w}", |
|
|
u"\uD605": "\\mathsfbf{x}", |
|
|
u"\uD606": "\\mathsfbf{y}", |
|
|
u"\uD607": "\\mathsfbf{z}", |
|
|
u"\uD608": "\\mathsfsl{A}", |
|
|
u"\uD609": "\\mathsfsl{B}", |
|
|
u"\uD60A": "\\mathsfsl{C}", |
|
|
u"\uD60B": "\\mathsfsl{D}", |
|
|
u"\uD60C": "\\mathsfsl{E}", |
|
|
u"\uD60D": "\\mathsfsl{F}", |
|
|
u"\uD60E": "\\mathsfsl{G}", |
|
|
u"\uD60F": "\\mathsfsl{H}", |
|
|
u"\uD610": "\\mathsfsl{I}", |
|
|
u"\uD611": "\\mathsfsl{J}", |
|
|
u"\uD612": "\\mathsfsl{K}", |
|
|
u"\uD613": "\\mathsfsl{L}", |
|
|
u"\uD614": "\\mathsfsl{M}", |
|
|
u"\uD615": "\\mathsfsl{N}", |
|
|
u"\uD616": "\\mathsfsl{O}", |
|
|
u"\uD617": "\\mathsfsl{P}", |
|
|
u"\uD618": "\\mathsfsl{Q}", |
|
|
u"\uD619": "\\mathsfsl{R}", |
|
|
u"\uD61A": "\\mathsfsl{S}", |
|
|
u"\uD61B": "\\mathsfsl{T}", |
|
|
u"\uD61C": "\\mathsfsl{U}", |
|
|
u"\uD61D": "\\mathsfsl{V}", |
|
|
u"\uD61E": "\\mathsfsl{W}", |
|
|
u"\uD61F": "\\mathsfsl{X}", |
|
|
u"\uD620": "\\mathsfsl{Y}", |
|
|
u"\uD621": "\\mathsfsl{Z}", |
|
|
u"\uD622": "\\mathsfsl{a}", |
|
|
u"\uD623": "\\mathsfsl{b}", |
|
|
u"\uD624": "\\mathsfsl{c}", |
|
|
u"\uD625": "\\mathsfsl{d}", |
|
|
u"\uD626": "\\mathsfsl{e}", |
|
|
u"\uD627": "\\mathsfsl{f}", |
|
|
u"\uD628": "\\mathsfsl{g}", |
|
|
u"\uD629": "\\mathsfsl{h}", |
|
|
u"\uD62A": "\\mathsfsl{i}", |
|
|
u"\uD62B": "\\mathsfsl{j}", |
|
|
u"\uD62C": "\\mathsfsl{k}", |
|
|
u"\uD62D": "\\mathsfsl{l}", |
|
|
u"\uD62E": "\\mathsfsl{m}", |
|
|
u"\uD62F": "\\mathsfsl{n}", |
|
|
u"\uD630": "\\mathsfsl{o}", |
|
|
u"\uD631": "\\mathsfsl{p}", |
|
|
u"\uD632": "\\mathsfsl{q}", |
|
|
u"\uD633": "\\mathsfsl{r}", |
|
|
u"\uD634": "\\mathsfsl{s}", |
|
|
u"\uD635": "\\mathsfsl{t}", |
|
|
u"\uD636": "\\mathsfsl{u}", |
|
|
u"\uD637": "\\mathsfsl{v}", |
|
|
u"\uD638": "\\mathsfsl{w}", |
|
|
u"\uD639": "\\mathsfsl{x}", |
|
|
u"\uD63A": "\\mathsfsl{y}", |
|
|
u"\uD63B": "\\mathsfsl{z}", |
|
|
u"\uD63C": "\\mathsfbfsl{A}", |
|
|
u"\uD63D": "\\mathsfbfsl{B}", |
|
|
u"\uD63E": "\\mathsfbfsl{C}", |
|
|
u"\uD63F": "\\mathsfbfsl{D}", |
|
|
u"\uD640": "\\mathsfbfsl{E}", |
|
|
u"\uD641": "\\mathsfbfsl{F}", |
|
|
u"\uD642": "\\mathsfbfsl{G}", |
|
|
u"\uD643": "\\mathsfbfsl{H}", |
|
|
u"\uD644": "\\mathsfbfsl{I}", |
|
|
u"\uD645": "\\mathsfbfsl{J}", |
|
|
u"\uD646": "\\mathsfbfsl{K}", |
|
|
u"\uD647": "\\mathsfbfsl{L}", |
|
|
u"\uD648": "\\mathsfbfsl{M}", |
|
|
u"\uD649": "\\mathsfbfsl{N}", |
|
|
u"\uD64A": "\\mathsfbfsl{O}", |
|
|
u"\uD64B": "\\mathsfbfsl{P}", |
|
|
u"\uD64C": "\\mathsfbfsl{Q}", |
|
|
u"\uD64D": "\\mathsfbfsl{R}", |
|
|
u"\uD64E": "\\mathsfbfsl{S}", |
|
|
u"\uD64F": "\\mathsfbfsl{T}", |
|
|
u"\uD650": "\\mathsfbfsl{U}", |
|
|
u"\uD651": "\\mathsfbfsl{V}", |
|
|
u"\uD652": "\\mathsfbfsl{W}", |
|
|
u"\uD653": "\\mathsfbfsl{X}", |
|
|
u"\uD654": "\\mathsfbfsl{Y}", |
|
|
u"\uD655": "\\mathsfbfsl{Z}", |
|
|
u"\uD656": "\\mathsfbfsl{a}", |
|
|
u"\uD657": "\\mathsfbfsl{b}", |
|
|
u"\uD658": "\\mathsfbfsl{c}", |
|
|
u"\uD659": "\\mathsfbfsl{d}", |
|
|
u"\uD65A": "\\mathsfbfsl{e}", |
|
|
u"\uD65B": "\\mathsfbfsl{f}", |
|
|
u"\uD65C": "\\mathsfbfsl{g}", |
|
|
u"\uD65D": "\\mathsfbfsl{h}", |
|
|
u"\uD65E": "\\mathsfbfsl{i}", |
|
|
u"\uD65F": "\\mathsfbfsl{j}", |
|
|
u"\uD660": "\\mathsfbfsl{k}", |
|
|
u"\uD661": "\\mathsfbfsl{l}", |
|
|
u"\uD662": "\\mathsfbfsl{m}", |
|
|
u"\uD663": "\\mathsfbfsl{n}", |
|
|
u"\uD664": "\\mathsfbfsl{o}", |
|
|
u"\uD665": "\\mathsfbfsl{p}", |
|
|
u"\uD666": "\\mathsfbfsl{q}", |
|
|
u"\uD667": "\\mathsfbfsl{r}", |
|
|
u"\uD668": "\\mathsfbfsl{s}", |
|
|
u"\uD669": "\\mathsfbfsl{t}", |
|
|
u"\uD66A": "\\mathsfbfsl{u}", |
|
|
u"\uD66B": "\\mathsfbfsl{v}", |
|
|
u"\uD66C": "\\mathsfbfsl{w}", |
|
|
u"\uD66D": "\\mathsfbfsl{x}", |
|
|
u"\uD66E": "\\mathsfbfsl{y}", |
|
|
u"\uD66F": "\\mathsfbfsl{z}", |
|
|
u"\uD670": "\\mathtt{A}", |
|
|
u"\uD671": "\\mathtt{B}", |
|
|
u"\uD672": "\\mathtt{C}", |
|
|
u"\uD673": "\\mathtt{D}", |
|
|
u"\uD674": "\\mathtt{E}", |
|
|
u"\uD675": "\\mathtt{F}", |
|
|
u"\uD676": "\\mathtt{G}", |
|
|
u"\uD677": "\\mathtt{H}", |
|
|
u"\uD678": "\\mathtt{I}", |
|
|
u"\uD679": "\\mathtt{J}", |
|
|
u"\uD67A": "\\mathtt{K}", |
|
|
u"\uD67B": "\\mathtt{L}", |
|
|
u"\uD67C": "\\mathtt{M}", |
|
|
u"\uD67D": "\\mathtt{N}", |
|
|
u"\uD67E": "\\mathtt{O}", |
|
|
u"\uD67F": "\\mathtt{P}", |
|
|
u"\uD680": "\\mathtt{Q}", |
|
|
u"\uD681": "\\mathtt{R}", |
|
|
u"\uD682": "\\mathtt{S}", |
|
|
u"\uD683": "\\mathtt{T}", |
|
|
u"\uD684": "\\mathtt{U}", |
|
|
u"\uD685": "\\mathtt{V}", |
|
|
u"\uD686": "\\mathtt{W}", |
|
|
u"\uD687": "\\mathtt{X}", |
|
|
u"\uD688": "\\mathtt{Y}", |
|
|
u"\uD689": "\\mathtt{Z}", |
|
|
u"\uD68A": "\\mathtt{a}", |
|
|
u"\uD68B": "\\mathtt{b}", |
|
|
u"\uD68C": "\\mathtt{c}", |
|
|
u"\uD68D": "\\mathtt{d}", |
|
|
u"\uD68E": "\\mathtt{e}", |
|
|
u"\uD68F": "\\mathtt{f}", |
|
|
u"\uD690": "\\mathtt{g}", |
|
|
u"\uD691": "\\mathtt{h}", |
|
|
u"\uD692": "\\mathtt{i}", |
|
|
u"\uD693": "\\mathtt{j}", |
|
|
u"\uD694": "\\mathtt{k}", |
|
|
u"\uD695": "\\mathtt{l}", |
|
|
u"\uD696": "\\mathtt{m}", |
|
|
u"\uD697": "\\mathtt{n}", |
|
|
u"\uD698": "\\mathtt{o}", |
|
|
u"\uD699": "\\mathtt{p}", |
|
|
u"\uD69A": "\\mathtt{q}", |
|
|
u"\uD69B": "\\mathtt{r}", |
|
|
u"\uD69C": "\\mathtt{s}", |
|
|
u"\uD69D": "\\mathtt{t}", |
|
|
u"\uD69E": "\\mathtt{u}", |
|
|
u"\uD69F": "\\mathtt{v}", |
|
|
u"\uD6A0": "\\mathtt{w}", |
|
|
u"\uD6A1": "\\mathtt{x}", |
|
|
u"\uD6A2": "\\mathtt{y}", |
|
|
u"\uD6A3": "\\mathtt{z}", |
|
|
u"\uD6A8": "\\mathbf{\\Alpha}", |
|
|
u"\uD6A9": "\\mathbf{\\Beta}", |
|
|
u"\uD6AA": "\\mathbf{\\Gamma}", |
|
|
u"\uD6AB": "\\mathbf{\\Delta}", |
|
|
u"\uD6AC": "\\mathbf{\\Epsilon}", |
|
|
u"\uD6AD": "\\mathbf{\\Zeta}", |
|
|
u"\uD6AE": "\\mathbf{\\Eta}", |
|
|
u"\uD6AF": "\\mathbf{\\Theta}", |
|
|
u"\uD6B0": "\\mathbf{\\Iota}", |
|
|
u"\uD6B1": "\\mathbf{\\Kappa}", |
|
|
u"\uD6B2": "\\mathbf{\\Lambda}", |
|
|
u"\uD6B5": "\\mathbf{\\Xi}", |
|
|
u"\uD6B7": "\\mathbf{\\Pi}", |
|
|
u"\uD6B8": "\\mathbf{\\Rho}", |
|
|
u"\uD6B9": "\\mathbf{\\vartheta}", |
|
|
u"\uD6BA": "\\mathbf{\\Sigma}", |
|
|
u"\uD6BB": "\\mathbf{\\Tau}", |
|
|
u"\uD6BC": "\\mathbf{\\Upsilon}", |
|
|
u"\uD6BD": "\\mathbf{\\Phi}", |
|
|
u"\uD6BE": "\\mathbf{\\Chi}", |
|
|
u"\uD6BF": "\\mathbf{\\Psi}", |
|
|
u"\uD6C0": "\\mathbf{\\Omega}", |
|
|
u"\uD6C1": "\\mathbf{\\nabla}", |
|
|
u"\uD6C2": "\\mathbf{\\Alpha}", |
|
|
u"\uD6C3": "\\mathbf{\\Beta}", |
|
|
u"\uD6C4": "\\mathbf{\\Gamma}", |
|
|
u"\uD6C5": "\\mathbf{\\Delta}", |
|
|
u"\uD6C6": "\\mathbf{\\Epsilon}", |
|
|
u"\uD6C7": "\\mathbf{\\Zeta}", |
|
|
u"\uD6C8": "\\mathbf{\\Eta}", |
|
|
u"\uD6C9": "\\mathbf{\\theta}", |
|
|
u"\uD6CA": "\\mathbf{\\Iota}", |
|
|
u"\uD6CB": "\\mathbf{\\Kappa}", |
|
|
u"\uD6CC": "\\mathbf{\\Lambda}", |
|
|
u"\uD6CF": "\\mathbf{\\Xi}", |
|
|
u"\uD6D1": "\\mathbf{\\Pi}", |
|
|
u"\uD6D2": "\\mathbf{\\Rho}", |
|
|
u"\uD6D3": "\\mathbf{\\varsigma}", |
|
|
u"\uD6D4": "\\mathbf{\\Sigma}", |
|
|
u"\uD6D5": "\\mathbf{\\Tau}", |
|
|
u"\uD6D6": "\\mathbf{\\Upsilon}", |
|
|
u"\uD6D7": "\\mathbf{\\Phi}", |
|
|
u"\uD6D8": "\\mathbf{\\Chi}", |
|
|
u"\uD6D9": "\\mathbf{\\Psi}", |
|
|
u"\uD6DA": "\\mathbf{\\Omega}", |
|
|
u"\uD6DB": "\\partial ", |
|
|
u"\uD6DC": "\\in", |
|
|
u"\uD6DD": "\\mathbf{\\vartheta}", |
|
|
u"\uD6DE": "\\mathbf{\\varkappa}", |
|
|
u"\uD6DF": "\\mathbf{\\phi}", |
|
|
u"\uD6E0": "\\mathbf{\\varrho}", |
|
|
u"\uD6E1": "\\mathbf{\\varpi}", |
|
|
u"\uD6E2": "\\mathsl{\\Alpha}", |
|
|
u"\uD6E3": "\\mathsl{\\Beta}", |
|
|
u"\uD6E4": "\\mathsl{\\Gamma}", |
|
|
u"\uD6E5": "\\mathsl{\\Delta}", |
|
|
u"\uD6E6": "\\mathsl{\\Epsilon}", |
|
|
u"\uD6E7": "\\mathsl{\\Zeta}", |
|
|
u"\uD6E8": "\\mathsl{\\Eta}", |
|
|
u"\uD6E9": "\\mathsl{\\Theta}", |
|
|
u"\uD6EA": "\\mathsl{\\Iota}", |
|
|
u"\uD6EB": "\\mathsl{\\Kappa}", |
|
|
u"\uD6EC": "\\mathsl{\\Lambda}", |
|
|
u"\uD6EF": "\\mathsl{\\Xi}", |
|
|
u"\uD6F1": "\\mathsl{\\Pi}", |
|
|
u"\uD6F2": "\\mathsl{\\Rho}", |
|
|
u"\uD6F3": "\\mathsl{\\vartheta}", |
|
|
u"\uD6F4": "\\mathsl{\\Sigma}", |
|
|
u"\uD6F5": "\\mathsl{\\Tau}", |
|
|
u"\uD6F6": "\\mathsl{\\Upsilon}", |
|
|
u"\uD6F7": "\\mathsl{\\Phi}", |
|
|
u"\uD6F8": "\\mathsl{\\Chi}", |
|
|
u"\uD6F9": "\\mathsl{\\Psi}", |
|
|
u"\uD6FA": "\\mathsl{\\Omega}", |
|
|
u"\uD6FB": "\\mathsl{\\nabla}", |
|
|
u"\uD6FC": "\\mathsl{\\Alpha}", |
|
|
u"\uD6FD": "\\mathsl{\\Beta}", |
|
|
u"\uD6FE": "\\mathsl{\\Gamma}", |
|
|
u"\uD6FF": "\\mathsl{\\Delta}", |
|
|
u"\uD700": "\\mathsl{\\Epsilon}", |
|
|
u"\uD701": "\\mathsl{\\Zeta}", |
|
|
u"\uD702": "\\mathsl{\\Eta}", |
|
|
u"\uD703": "\\mathsl{\\Theta}", |
|
|
u"\uD704": "\\mathsl{\\Iota}", |
|
|
u"\uD705": "\\mathsl{\\Kappa}", |
|
|
u"\uD706": "\\mathsl{\\Lambda}", |
|
|
u"\uD709": "\\mathsl{\\Xi}", |
|
|
u"\uD70B": "\\mathsl{\\Pi}", |
|
|
u"\uD70C": "\\mathsl{\\Rho}", |
|
|
u"\uD70D": "\\mathsl{\\varsigma}", |
|
|
u"\uD70E": "\\mathsl{\\Sigma}", |
|
|
u"\uD70F": "\\mathsl{\\Tau}", |
|
|
u"\uD710": "\\mathsl{\\Upsilon}", |
|
|
u"\uD711": "\\mathsl{\\Phi}", |
|
|
u"\uD712": "\\mathsl{\\Chi}", |
|
|
u"\uD713": "\\mathsl{\\Psi}", |
|
|
u"\uD714": "\\mathsl{\\Omega}", |
|
|
u"\uD715": "\\partial ", |
|
|
u"\uD716": "\\in", |
|
|
u"\uD717": "\\mathsl{\\vartheta}", |
|
|
u"\uD718": "\\mathsl{\\varkappa}", |
|
|
u"\uD719": "\\mathsl{\\phi}", |
|
|
u"\uD71A": "\\mathsl{\\varrho}", |
|
|
u"\uD71B": "\\mathsl{\\varpi}", |
|
|
u"\uD71C": "\\mathbit{\\Alpha}", |
|
|
u"\uD71D": "\\mathbit{\\Beta}", |
|
|
u"\uD71E": "\\mathbit{\\Gamma}", |
|
|
u"\uD71F": "\\mathbit{\\Delta}", |
|
|
u"\uD720": "\\mathbit{\\Epsilon}", |
|
|
u"\uD721": "\\mathbit{\\Zeta}", |
|
|
u"\uD722": "\\mathbit{\\Eta}", |
|
|
u"\uD723": "\\mathbit{\\Theta}", |
|
|
u"\uD724": "\\mathbit{\\Iota}", |
|
|
u"\uD725": "\\mathbit{\\Kappa}", |
|
|
u"\uD726": "\\mathbit{\\Lambda}", |
|
|
u"\uD729": "\\mathbit{\\Xi}", |
|
|
u"\uD72B": "\\mathbit{\\Pi}", |
|
|
u"\uD72C": "\\mathbit{\\Rho}", |
|
|
u"\uD72D": "\\mathbit{O}", |
|
|
u"\uD72E": "\\mathbit{\\Sigma}", |
|
|
u"\uD72F": "\\mathbit{\\Tau}", |
|
|
u"\uD730": "\\mathbit{\\Upsilon}", |
|
|
u"\uD731": "\\mathbit{\\Phi}", |
|
|
u"\uD732": "\\mathbit{\\Chi}", |
|
|
u"\uD733": "\\mathbit{\\Psi}", |
|
|
u"\uD734": "\\mathbit{\\Omega}", |
|
|
u"\uD735": "\\mathbit{\\nabla}", |
|
|
u"\uD736": "\\mathbit{\\Alpha}", |
|
|
u"\uD737": "\\mathbit{\\Beta}", |
|
|
u"\uD738": "\\mathbit{\\Gamma}", |
|
|
u"\uD739": "\\mathbit{\\Delta}", |
|
|
u"\uD73A": "\\mathbit{\\Epsilon}", |
|
|
u"\uD73B": "\\mathbit{\\Zeta}", |
|
|
u"\uD73C": "\\mathbit{\\Eta}", |
|
|
u"\uD73D": "\\mathbit{\\Theta}", |
|
|
u"\uD73E": "\\mathbit{\\Iota}", |
|
|
u"\uD73F": "\\mathbit{\\Kappa}", |
|
|
u"\uD740": "\\mathbit{\\Lambda}", |
|
|
u"\uD743": "\\mathbit{\\Xi}", |
|
|
u"\uD745": "\\mathbit{\\Pi}", |
|
|
u"\uD746": "\\mathbit{\\Rho}", |
|
|
u"\uD747": "\\mathbit{\\varsigma}", |
|
|
u"\uD748": "\\mathbit{\\Sigma}", |
|
|
u"\uD749": "\\mathbit{\\Tau}", |
|
|
u"\uD74A": "\\mathbit{\\Upsilon}", |
|
|
u"\uD74B": "\\mathbit{\\Phi}", |
|
|
u"\uD74C": "\\mathbit{\\Chi}", |
|
|
u"\uD74D": "\\mathbit{\\Psi}", |
|
|
u"\uD74E": "\\mathbit{\\Omega}", |
|
|
u"\uD74F": "\\partial ", |
|
|
u"\uD750": "\\in", |
|
|
u"\uD751": "\\mathbit{\\vartheta}", |
|
|
u"\uD752": "\\mathbit{\\varkappa}", |
|
|
u"\uD753": "\\mathbit{\\phi}", |
|
|
u"\uD754": "\\mathbit{\\varrho}", |
|
|
u"\uD755": "\\mathbit{\\varpi}", |
|
|
u"\uD756": "\\mathsfbf{\\Alpha}", |
|
|
u"\uD757": "\\mathsfbf{\\Beta}", |
|
|
u"\uD758": "\\mathsfbf{\\Gamma}", |
|
|
u"\uD759": "\\mathsfbf{\\Delta}", |
|
|
u"\uD75A": "\\mathsfbf{\\Epsilon}", |
|
|
u"\uD75B": "\\mathsfbf{\\Zeta}", |
|
|
u"\uD75C": "\\mathsfbf{\\Eta}", |
|
|
u"\uD75D": "\\mathsfbf{\\Theta}", |
|
|
u"\uD75E": "\\mathsfbf{\\Iota}", |
|
|
u"\uD75F": "\\mathsfbf{\\Kappa}", |
|
|
u"\uD760": "\\mathsfbf{\\Lambda}", |
|
|
u"\uD763": "\\mathsfbf{\\Xi}", |
|
|
u"\uD765": "\\mathsfbf{\\Pi}", |
|
|
u"\uD766": "\\mathsfbf{\\Rho}", |
|
|
u"\uD767": "\\mathsfbf{\\vartheta}", |
|
|
u"\uD768": "\\mathsfbf{\\Sigma}", |
|
|
u"\uD769": "\\mathsfbf{\\Tau}", |
|
|
u"\uD76A": "\\mathsfbf{\\Upsilon}", |
|
|
u"\uD76B": "\\mathsfbf{\\Phi}", |
|
|
u"\uD76C": "\\mathsfbf{\\Chi}", |
|
|
u"\uD76D": "\\mathsfbf{\\Psi}", |
|
|
u"\uD76E": "\\mathsfbf{\\Omega}", |
|
|
u"\uD76F": "\\mathsfbf{\\nabla}", |
|
|
u"\uD770": "\\mathsfbf{\\Alpha}", |
|
|
u"\uD771": "\\mathsfbf{\\Beta}", |
|
|
u"\uD772": "\\mathsfbf{\\Gamma}", |
|
|
u"\uD773": "\\mathsfbf{\\Delta}", |
|
|
u"\uD774": "\\mathsfbf{\\Epsilon}", |
|
|
u"\uD775": "\\mathsfbf{\\Zeta}", |
|
|
u"\uD776": "\\mathsfbf{\\Eta}", |
|
|
u"\uD777": "\\mathsfbf{\\Theta}", |
|
|
u"\uD778": "\\mathsfbf{\\Iota}", |
|
|
u"\uD779": "\\mathsfbf{\\Kappa}", |
|
|
u"\uD77A": "\\mathsfbf{\\Lambda}", |
|
|
u"\uD77D": "\\mathsfbf{\\Xi}", |
|
|
u"\uD77F": "\\mathsfbf{\\Pi}", |
|
|
u"\uD780": "\\mathsfbf{\\Rho}", |
|
|
u"\uD781": "\\mathsfbf{\\varsigma}", |
|
|
u"\uD782": "\\mathsfbf{\\Sigma}", |
|
|
u"\uD783": "\\mathsfbf{\\Tau}", |
|
|
u"\uD784": "\\mathsfbf{\\Upsilon}", |
|
|
u"\uD785": "\\mathsfbf{\\Phi}", |
|
|
u"\uD786": "\\mathsfbf{\\Chi}", |
|
|
u"\uD787": "\\mathsfbf{\\Psi}", |
|
|
u"\uD788": "\\mathsfbf{\\Omega}", |
|
|
u"\uD789": "\\partial ", |
|
|
u"\uD78A": "\\in", |
|
|
u"\uD78B": "\\mathsfbf{\\vartheta}", |
|
|
u"\uD78C": "\\mathsfbf{\\varkappa}", |
|
|
u"\uD78D": "\\mathsfbf{\\phi}", |
|
|
u"\uD78E": "\\mathsfbf{\\varrho}", |
|
|
u"\uD78F": "\\mathsfbf{\\varpi}", |
|
|
u"\uD790": "\\mathsfbfsl{\\Alpha}", |
|
|
u"\uD791": "\\mathsfbfsl{\\Beta}", |
|
|
u"\uD792": "\\mathsfbfsl{\\Gamma}", |
|
|
u"\uD793": "\\mathsfbfsl{\\Delta}", |
|
|
u"\uD794": "\\mathsfbfsl{\\Epsilon}", |
|
|
u"\uD795": "\\mathsfbfsl{\\Zeta}", |
|
|
u"\uD796": "\\mathsfbfsl{\\Eta}", |
|
|
u"\uD797": "\\mathsfbfsl{\\vartheta}", |
|
|
u"\uD798": "\\mathsfbfsl{\\Iota}", |
|
|
u"\uD799": "\\mathsfbfsl{\\Kappa}", |
|
|
u"\uD79A": "\\mathsfbfsl{\\Lambda}", |
|
|
u"\uD79D": "\\mathsfbfsl{\\Xi}", |
|
|
u"\uD79F": "\\mathsfbfsl{\\Pi}", |
|
|
u"\uD7A0": "\\mathsfbfsl{\\Rho}", |
|
|
u"\uD7A1": "\\mathsfbfsl{\\vartheta}", |
|
|
u"\uD7A2": "\\mathsfbfsl{\\Sigma}", |
|
|
u"\uD7A3": "\\mathsfbfsl{\\Tau}", |
|
|
u"\uD7A4": "\\mathsfbfsl{\\Upsilon}", |
|
|
u"\uD7A5": "\\mathsfbfsl{\\Phi}", |
|
|
u"\uD7A6": "\\mathsfbfsl{\\Chi}", |
|
|
u"\uD7A7": "\\mathsfbfsl{\\Psi}", |
|
|
u"\uD7A8": "\\mathsfbfsl{\\Omega}", |
|
|
u"\uD7A9": "\\mathsfbfsl{\\nabla}", |
|
|
u"\uD7AA": "\\mathsfbfsl{\\Alpha}", |
|
|
u"\uD7AB": "\\mathsfbfsl{\\Beta}", |
|
|
u"\uD7AC": "\\mathsfbfsl{\\Gamma}", |
|
|
u"\uD7AD": "\\mathsfbfsl{\\Delta}", |
|
|
u"\uD7AE": "\\mathsfbfsl{\\Epsilon}", |
|
|
u"\uD7AF": "\\mathsfbfsl{\\Zeta}", |
|
|
u"\uD7B0": "\\mathsfbfsl{\\Eta}", |
|
|
u"\uD7B1": "\\mathsfbfsl{\\vartheta}", |
|
|
u"\uD7B2": "\\mathsfbfsl{\\Iota}", |
|
|
u"\uD7B3": "\\mathsfbfsl{\\Kappa}", |
|
|
u"\uD7B4": "\\mathsfbfsl{\\Lambda}", |
|
|
u"\uD7B7": "\\mathsfbfsl{\\Xi}", |
|
|
u"\uD7B9": "\\mathsfbfsl{\\Pi}", |
|
|
u"\uD7BA": "\\mathsfbfsl{\\Rho}", |
|
|
u"\uD7BB": "\\mathsfbfsl{\\varsigma}", |
|
|
u"\uD7BC": "\\mathsfbfsl{\\Sigma}", |
|
|
u"\uD7BD": "\\mathsfbfsl{\\Tau}", |
|
|
u"\uD7BE": "\\mathsfbfsl{\\Upsilon}", |
|
|
u"\uD7BF": "\\mathsfbfsl{\\Phi}", |
|
|
u"\uD7C0": "\\mathsfbfsl{\\Chi}", |
|
|
u"\uD7C1": "\\mathsfbfsl{\\Psi}", |
|
|
u"\uD7C2": "\\mathsfbfsl{\\Omega}", |
|
|
u"\uD7C3": "\\partial ", |
|
|
u"\uD7C4": "\\in", |
|
|
u"\uD7C5": "\\mathsfbfsl{\\vartheta}", |
|
|
u"\uD7C6": "\\mathsfbfsl{\\varkappa}", |
|
|
u"\uD7C7": "\\mathsfbfsl{\\phi}", |
|
|
u"\uD7C8": "\\mathsfbfsl{\\varrho}", |
|
|
u"\uD7C9": "\\mathsfbfsl{\\varpi}", |
|
|
u"\uD7CE": "\\mathbf{0}", |
|
|
u"\uD7CF": "\\mathbf{1}", |
|
|
u"\uD7D0": "\\mathbf{2}", |
|
|
u"\uD7D1": "\\mathbf{3}", |
|
|
u"\uD7D2": "\\mathbf{4}", |
|
|
u"\uD7D3": "\\mathbf{5}", |
|
|
u"\uD7D4": "\\mathbf{6}", |
|
|
u"\uD7D5": "\\mathbf{7}", |
|
|
u"\uD7D6": "\\mathbf{8}", |
|
|
u"\uD7D7": "\\mathbf{9}", |
|
|
u"\uD7D8": "\\mathbb{0}", |
|
|
u"\uD7D9": "\\mathbb{1}", |
|
|
u"\uD7DA": "\\mathbb{2}", |
|
|
u"\uD7DB": "\\mathbb{3}", |
|
|
u"\uD7DC": "\\mathbb{4}", |
|
|
u"\uD7DD": "\\mathbb{5}", |
|
|
u"\uD7DE": "\\mathbb{6}", |
|
|
u"\uD7DF": "\\mathbb{7}", |
|
|
u"\uD7E0": "\\mathbb{8}", |
|
|
u"\uD7E1": "\\mathbb{9}", |
|
|
u"\uD7E2": "\\mathsf{0}", |
|
|
u"\uD7E3": "\\mathsf{1}", |
|
|
u"\uD7E4": "\\mathsf{2}", |
|
|
u"\uD7E5": "\\mathsf{3}", |
|
|
u"\uD7E6": "\\mathsf{4}", |
|
|
u"\uD7E7": "\\mathsf{5}", |
|
|
u"\uD7E8": "\\mathsf{6}", |
|
|
u"\uD7E9": "\\mathsf{7}", |
|
|
u"\uD7EA": "\\mathsf{8}", |
|
|
u"\uD7EB": "\\mathsf{9}", |
|
|
u"\uD7EC": "\\mathsfbf{0}", |
|
|
u"\uD7ED": "\\mathsfbf{1}", |
|
|
u"\uD7EE": "\\mathsfbf{2}", |
|
|
u"\uD7EF": "\\mathsfbf{3}", |
|
|
u"\uD7F0": "\\mathsfbf{4}", |
|
|
u"\uD7F1": "\\mathsfbf{5}", |
|
|
u"\uD7F2": "\\mathsfbf{6}", |
|
|
u"\uD7F3": "\\mathsfbf{7}", |
|
|
u"\uD7F4": "\\mathsfbf{8}", |
|
|
u"\uD7F5": "\\mathsfbf{9}", |
|
|
u"\uD7F6": "\\mathtt{0}", |
|
|
u"\uD7F7": "\\mathtt{1}", |
|
|
u"\uD7F8": "\\mathtt{2}", |
|
|
u"\uD7F9": "\\mathtt{3}", |
|
|
u"\uD7FA": "\\mathtt{4}", |
|
|
u"\uD7FB": "\\mathtt{5}", |
|
|
u"\uD7FC": "\\mathtt{6}", |
|
|
u"\uD7FD": "\\mathtt{7}", |
|
|
u"\uD7FE": "\\mathtt{8}", |
|
|
u"\uD7FF": "\\mathtt{9}", |
|
|
} |