uniorg-parse
Version:
uniorg plugin to parse org-mode
1,035 lines • 35.8 kB
JavaScript
export const getOrgEntity = (name) => {
const e = orgEntities.find((x) => x[0] === name);
if (!e)
return null;
return {
name,
latex: e[1],
requireLatexMath: e[2],
html: e[3],
ascii: e[4],
latin1: e[5],
utf8: e[6],
};
};
// (json-encode org-entities)
const orgEntities = [
// * Letters
// ** Latin
['Agrave', '\\`{A}', false, 'À', 'A', 'À', 'À'],
['agrave', '\\`{a}', false, 'à', 'a', 'à', 'à'],
['Aacute', "\\'{A}", false, 'Á', 'A', 'Á', 'Á'],
['aacute', "\\'{a}", false, 'á', 'a', 'á', 'á'],
['Acirc', '\\^{A}', false, 'Â', 'A', 'Â', 'Â'],
['acirc', '\\^{a}', false, 'â', 'a', 'â', 'â'],
['Amacr', '\\bar{A}', false, 'Ā', 'A', 'Ã', 'Ã'],
['amacr', '\\bar{a}', false, 'ā', 'a', 'ã', 'ã'],
['Atilde', '\\~{A}', false, 'Ã', 'A', 'Ã', 'Ã'],
['atilde', '\\~{a}', false, 'ã', 'a', 'ã', 'ã'],
['Auml', '\\"{A}', false, 'Ä', 'Ae', 'Ä', 'Ä'],
['auml', '\\"{a}', false, 'ä', 'ae', 'ä', 'ä'],
['Aring', '\\AA{}', false, 'Å', 'A', 'Å', 'Å'],
['AA', '\\AA{}', false, 'Å', 'A', 'Å', 'Å'],
['aring', '\\aa{}', false, 'å', 'a', 'å', 'å'],
['AElig', '\\AE{}', false, 'Æ', 'AE', 'Æ', 'Æ'],
['aelig', '\\ae{}', false, 'æ', 'ae', 'æ', 'æ'],
['Ccedil', '\\c{C}', false, 'Ç', 'C', 'Ç', 'Ç'],
['ccedil', '\\c{c}', false, 'ç', 'c', 'ç', 'ç'],
['Egrave', '\\`{E}', false, 'È', 'E', 'È', 'È'],
['egrave', '\\`{e}', false, 'è', 'e', 'è', 'è'],
['Eacute', "\\'{E}", false, 'É', 'E', 'É', 'É'],
['eacute', "\\'{e}", false, 'é', 'e', 'é', 'é'],
['Ecirc', '\\^{E}', false, 'Ê', 'E', 'Ê', 'Ê'],
['ecirc', '\\^{e}', false, 'ê', 'e', 'ê', 'ê'],
['Euml', '\\"{E}', false, 'Ë', 'E', 'Ë', 'Ë'],
['euml', '\\"{e}', false, 'ë', 'e', 'ë', 'ë'],
['Igrave', '\\`{I}', false, 'Ì', 'I', 'Ì', 'Ì'],
['igrave', '\\`{i}', false, 'ì', 'i', 'ì', 'ì'],
['Iacute', "\\'{I}", false, 'Í', 'I', 'Í', 'Í'],
['iacute', "\\'{i}", false, 'í', 'i', 'í', 'í'],
['Icirc', '\\^{I}', false, 'Î', 'I', 'Î', 'Î'],
['icirc', '\\^{i}', false, 'î', 'i', 'î', 'î'],
['Iuml', '\\"{I}', false, 'Ï', 'I', 'Ï', 'Ï'],
['iuml', '\\"{i}', false, 'ï', 'i', 'ï', 'ï'],
['Ntilde', '\\~{N}', false, 'Ñ', 'N', 'Ñ', 'Ñ'],
['ntilde', '\\~{n}', false, 'ñ', 'n', 'ñ', 'ñ'],
['Ograve', '\\`{O}', false, 'Ò', 'O', 'Ò', 'Ò'],
['ograve', '\\`{o}', false, 'ò', 'o', 'ò', 'ò'],
['Oacute', "\\'{O}", false, 'Ó', 'O', 'Ó', 'Ó'],
['oacute', "\\'{o}", false, 'ó', 'o', 'ó', 'ó'],
['Ocirc', '\\^{O}', false, 'Ô', 'O', 'Ô', 'Ô'],
['ocirc', '\\^{o}', false, 'ô', 'o', 'ô', 'ô'],
['Otilde', '\\~{O}', false, 'Õ', 'O', 'Õ', 'Õ'],
['otilde', '\\~{o}', false, 'õ', 'o', 'õ', 'õ'],
['Ouml', '\\"{O}', false, 'Ö', 'Oe', 'Ö', 'Ö'],
['ouml', '\\"{o}', false, 'ö', 'oe', 'ö', 'ö'],
['Oslash', '\\O', false, 'Ø', 'O', 'Ø', 'Ø'],
['oslash', '\\o{}', false, 'ø', 'o', 'ø', 'ø'],
['OElig', '\\OE{}', false, 'Œ', 'OE', 'OE', 'Œ'],
['oelig', '\\oe{}', false, 'œ', 'oe', 'oe', 'œ'],
['Scaron', '\\v{S}', false, 'Š', 'S', 'S', 'Š'],
['scaron', '\\v{s}', false, 'š', 's', 's', 'š'],
['szlig', '\\ss{}', false, 'ß', 'ss', 'ß', 'ß'],
['Ugrave', '\\`{U}', false, 'Ù', 'U', 'Ù', 'Ù'],
['ugrave', '\\`{u}', false, 'ù', 'u', 'ù', 'ù'],
['Uacute', "\\'{U}", false, 'Ú', 'U', 'Ú', 'Ú'],
['uacute', "\\'{u}", false, 'ú', 'u', 'ú', 'ú'],
['Ucirc', '\\^{U}', false, 'Û', 'U', 'Û', 'Û'],
['ucirc', '\\^{u}', false, 'û', 'u', 'û', 'û'],
['Uuml', '\\"{U}', false, 'Ü', 'Ue', 'Ü', 'Ü'],
['uuml', '\\"{u}', false, 'ü', 'ue', 'ü', 'ü'],
['Yacute', "\\'{Y}", false, 'Ý', 'Y', 'Ý', 'Ý'],
['yacute', "\\'{y}", false, 'ý', 'y', 'ý', 'ý'],
['Yuml', '\\"{Y}', false, 'Ÿ', 'Y', 'Y', 'Ÿ'],
['yuml', '\\"{y}', false, 'ÿ', 'y', 'ÿ', 'ÿ'],
// ** Latin (special face)
['fnof', '\\textit{f}', false, 'ƒ', 'f', 'f', 'ƒ'],
['real', '\\Re', true, 'ℜ', 'R', 'R', 'ℜ'],
['image', '\\Im', true, 'ℑ', 'I', 'I', 'ℑ'],
['weierp', '\\wp', true, '℘', 'P', 'P', '℘'],
['ell', '\\ell', true, 'ℓ', 'ell', 'ell', 'ℓ'],
['imath', '\\imath', true, 'ı', '[dotless i]', 'dotless i', 'ı'],
['jmath', '\\jmath', true, 'ȷ', '[dotless j]', 'dotless j', 'ȷ'],
// ** Greek
['Alpha', 'A', false, 'Α', 'Alpha', 'Alpha', 'Α'],
['alpha', '\\alpha', true, 'α', 'alpha', 'alpha', 'α'],
['Beta', 'B', false, 'Β', 'Beta', 'Beta', 'Β'],
['beta', '\\beta', true, 'β', 'beta', 'beta', 'β'],
['Gamma', '\\Gamma', true, 'Γ', 'Gamma', 'Gamma', 'Γ'],
['gamma', '\\gamma', true, 'γ', 'gamma', 'gamma', 'γ'],
['Delta', '\\Delta', true, 'Δ', 'Delta', 'Delta', 'Δ'],
['delta', '\\delta', true, 'δ', 'delta', 'delta', 'δ'],
['Epsilon', 'E', false, 'Ε', 'Epsilon', 'Epsilon', 'Ε'],
['epsilon', '\\epsilon', true, 'ε', 'epsilon', 'epsilon', 'ε'],
[
'varepsilon',
'\\varepsilon',
true,
'ε',
'varepsilon',
'varepsilon',
'ε',
],
['Zeta', 'Z', false, 'Ζ', 'Zeta', 'Zeta', 'Ζ'],
['zeta', '\\zeta', true, 'ζ', 'zeta', 'zeta', 'ζ'],
['Eta', 'H', false, 'Η', 'Eta', 'Eta', 'Η'],
['eta', '\\eta', true, 'η', 'eta', 'eta', 'η'],
['Theta', '\\Theta', true, 'Θ', 'Theta', 'Theta', 'Θ'],
['theta', '\\theta', true, 'θ', 'theta', 'theta', 'θ'],
['thetasym', '\\vartheta', true, 'ϑ', 'theta', 'theta', 'ϑ'],
['vartheta', '\\vartheta', true, 'ϑ', 'theta', 'theta', 'ϑ'],
['Iota', 'I', false, 'Ι', 'Iota', 'Iota', 'Ι'],
['iota', '\\iota', true, 'ι', 'iota', 'iota', 'ι'],
['Kappa', 'K', false, 'Κ', 'Kappa', 'Kappa', 'Κ'],
['kappa', '\\kappa', true, 'κ', 'kappa', 'kappa', 'κ'],
['Lambda', '\\Lambda', true, 'Λ', 'Lambda', 'Lambda', 'Λ'],
['lambda', '\\lambda', true, 'λ', 'lambda', 'lambda', 'λ'],
['Mu', 'M', false, 'Μ', 'Mu', 'Mu', 'Μ'],
['mu', '\\mu', true, 'μ', 'mu', 'mu', 'μ'],
['nu', '\\nu', true, 'ν', 'nu', 'nu', 'ν'],
['Nu', 'N', false, 'Ν', 'Nu', 'Nu', 'Ν'],
['Xi', '\\Xi', true, 'Ξ', 'Xi', 'Xi', 'Ξ'],
['xi', '\\xi', true, 'ξ', 'xi', 'xi', 'ξ'],
['Omicron', 'O', false, 'Ο', 'Omicron', 'Omicron', 'Ο'],
['omicron', '\\textit{o}', false, 'ο', 'omicron', 'omicron', 'ο'],
['Pi', '\\Pi', true, 'Π', 'Pi', 'Pi', 'Π'],
['pi', '\\pi', true, 'π', 'pi', 'pi', 'π'],
['Rho', 'P', false, 'Ρ', 'Rho', 'Rho', 'Ρ'],
['rho', '\\rho', true, 'ρ', 'rho', 'rho', 'ρ'],
['Sigma', '\\Sigma', true, 'Σ', 'Sigma', 'Sigma', 'Σ'],
['sigma', '\\sigma', true, 'σ', 'sigma', 'sigma', 'σ'],
['sigmaf', '\\varsigma', true, 'ς', 'sigmaf', 'sigmaf', 'ς'],
['varsigma', '\\varsigma', true, 'ς', 'varsigma', 'varsigma', 'ς'],
['Tau', 'T', false, 'Τ', 'Tau', 'Tau', 'Τ'],
['Upsilon', '\\Upsilon', true, 'Υ', 'Upsilon', 'Upsilon', 'Υ'],
['upsih', '\\Upsilon', true, 'ϒ', 'upsilon', 'upsilon', 'ϒ'],
['upsilon', '\\upsilon', true, 'υ', 'upsilon', 'upsilon', 'υ'],
['Phi', '\\Phi', true, 'Φ', 'Phi', 'Phi', 'Φ'],
['phi', '\\phi', true, 'φ', 'phi', 'phi', 'ɸ'],
['varphi', '\\varphi', true, 'ϕ', 'varphi', 'varphi', 'φ'],
['Chi', 'X', false, 'Χ', 'Chi', 'Chi', 'Χ'],
['chi', '\\chi', true, 'χ', 'chi', 'chi', 'χ'],
['acutex', '\\acute x', true, '´x', "'x", "'x", '𝑥́'],
['Psi', '\\Psi', true, 'Ψ', 'Psi', 'Psi', 'Ψ'],
['psi', '\\psi', true, 'ψ', 'psi', 'psi', 'ψ'],
['tau', '\\tau', true, 'τ', 'tau', 'tau', 'τ'],
['Omega', '\\Omega', true, 'Ω', 'Omega', 'Omega', 'Ω'],
['omega', '\\omega', true, 'ω', 'omega', 'omega', 'ω'],
['piv', '\\varpi', true, 'ϖ', 'omega-pi', 'omega-pi', 'ϖ'],
['varpi', '\\varpi', true, 'ϖ', 'omega-pi', 'omega-pi', 'ϖ'],
[
'partial',
'\\partial',
true,
'∂',
'[partial differential]',
'[partial differential]',
'∂',
],
// ** Hebrew
['alefsym', '\\aleph', true, 'ℵ', 'aleph', 'aleph', 'ℵ'],
['aleph', '\\aleph', true, 'ℵ', 'aleph', 'aleph', 'ℵ'],
['gimel', '\\gimel', true, 'ℷ', 'gimel', 'gimel', 'ℷ'],
['beth', '\\beth', true, 'ℶ', 'beth', 'beth', 'ב'],
['dalet', '\\daleth', true, 'ℸ', 'dalet', 'dalet', 'ד'],
// ** Icelandic
['ETH', '\\DH{}', false, 'Ð', 'D', 'Ð', 'Ð'],
['eth', '\\dh{}', false, 'ð', 'dh', 'ð', 'ð'],
['THORN', '\\TH{}', false, 'Þ', 'TH', 'Þ', 'Þ'],
['thorn', '\\th{}', false, 'þ', 'th', 'þ', 'þ'],
// * Punctuation
// ** Dots and Marks
['dots', '\\dots{}', false, '…', '...', '...', '…'],
['cdots', '\\cdots{}', true, '⋯', '...', '...', '⋯'],
['hellip', '\\dots{}', false, '…', '...', '...', '…'],
['middot', '\\textperiodcentered{}', false, '·', '.', '·', '·'],
['iexcl', '!`', false, '¡', '!', '¡', '¡'],
['iquest', '?`', false, '¿', '?', '¿', '¿'],
// ** Dash-like
['shy', '\\-', false, '­', '', '', ''],
['ndash', '--', false, '–', '-', '-', '–'],
['mdash', '---', false, '—', '--', '--', '—'],
// ** Quotations
['quot', '\\textquotedbl{}', false, '"', '"', '"', '"'],
['acute', '\\textasciiacute{}', false, '´', "'", '´', '´'],
['ldquo', '\\textquotedblleft{}', false, '“', '"', '"', '“'],
['rdquo', '\\textquotedblright{}', false, '”', '"', '"', '”'],
['bdquo', '\\quotedblbase{}', false, '„', '"', '"', '„'],
['lsquo', '\\textquoteleft{}', false, '‘', '`', '`', '‘'],
['rsquo', '\\textquoteright{}', false, '’', "'", "'", '’'],
['sbquo', '\\quotesinglbase{}', false, '‚', ',', ',', '‚'],
['laquo', '\\guillemotleft{}', false, '«', '<<', '«', '«'],
['raquo', '\\guillemotright{}', false, '»', '>>', '»', '»'],
['lsaquo', '\\guilsinglleft{}', false, '‹', '<', '<', '‹'],
['rsaquo', '\\guilsinglright{}', false, '›', '>', '>', '›'],
// * Other
// ** Misc. (often used)
['circ', '\\^{}', false, 'ˆ', '^', '^', '∘'],
['vert', '\\vert{}', true, '|', '|', '|', '|'],
['vbar', '|', false, '|', '|', '|', '|'],
['brvbar', '\\textbrokenbar{}', false, '¦', '|', '¦', '¦'],
['S', '\\S', false, '§', 'paragraph', '§', '§'],
['sect', '\\S', false, '§', 'paragraph', '§', '§'],
['amp', '\\&', false, '&', '&', '&', '&'],
['lt', '\\textless{}', false, '<', '<', '<', '<'],
['gt', '\\textgreater{}', false, '>', '>', '>', '>'],
['tilde', '\\textasciitilde{}', false, '~', '~', '~', '~'],
['slash', '/', false, '/', '/', '/', '/'],
['plus', '+', false, '+', '+', '+', '+'],
['under', '\\_', false, '_', '_', '_', '_'],
['equal', '=', false, '=', '=', '=', '='],
['asciicirc', '\\textasciicircum{}', false, '^', '^', '^', '^'],
[
'dagger',
'\\textdagger{}',
false,
'†',
'[dagger]',
'[dagger]',
'†',
],
['dag', '\\dag{}', false, '†', '[dagger]', '[dagger]', '†'],
[
'Dagger',
'\\textdaggerdbl{}',
false,
'‡',
'[doubledagger]',
'[doubledagger]',
'‡',
],
[
'ddag',
'\\ddag{}',
false,
'‡',
'[doubledagger]',
'[doubledagger]',
'‡',
],
// ** Whitespace
['nbsp', '~', false, ' ', ' ', ' ', ' '],
['ensp', '\\hspace*{.5em}', false, ' ', ' ', ' ', ' '],
['emsp', '\\hspace*{1em}', false, ' ', ' ', ' ', ' '],
['thinsp', '\\hspace*{.2em}', false, ' ', ' ', ' ', ' '],
// ** Currency
['curren', '\\textcurrency{}', false, '¤', 'curr.', '¤', '¤'],
['cent', '\\textcent{}', false, '¢', 'cent', '¢', '¢'],
['pound', '\\pounds{}', false, '£', 'pound', '£', '£'],
['yen', '\\textyen{}', false, '¥', 'yen', '¥', '¥'],
['euro', '\\texteuro{}', false, '€', 'EUR', 'EUR', '€'],
['EUR', '\\texteuro{}', false, '€', 'EUR', 'EUR', '€'],
['dollar', '\\$', false, '$', '$', '$', '$'],
['USD', '\\$', false, '$', '$', '$', '$'],
// ** Property Marks
['copy', '\\textcopyright{}', false, '©', '(c)', '©', '©'],
['reg', '\\textregistered{}', false, '®', '(r)', '®', '®'],
['trade', '\\texttrademark{}', false, '™', 'TM', 'TM', '™'],
// ** Science et al.
['minus', '\\minus', true, '−', '-', '-', '−'],
['pm', '\\textpm{}', false, '±', '+-', '±', '±'],
['plusmn', '\\textpm{}', false, '±', '+-', '±', '±'],
['times', '\\texttimes{}', false, '×', '*', '×', '×'],
['frasl', '/', false, '⁄', '/', '/', '⁄'],
['colon', '\\colon', true, ':', ':', ':', ':'],
['div', '\\textdiv{}', false, '÷', '/', '÷', '÷'],
['frac12', '\\textonehalf{}', false, '½', '1/2', '½', '½'],
['frac14', '\\textonequarter{}', false, '¼', '1/4', '¼', '¼'],
['frac34', '\\textthreequarters{}', false, '¾', '3/4', '¾', '¾'],
[
'permil',
'\\textperthousand{}',
false,
'‰',
'per thousand',
'per thousand',
'‰',
],
['sup1', '\\textonesuperior{}', false, '¹', '^1', '¹', '¹'],
['sup2', '\\texttwosuperior{}', false, '²', '^2', '²', '²'],
['sup3', '\\textthreesuperior{}', false, '³', '^3', '³', '³'],
[
'radic',
'\\sqrt{\\,}',
true,
'√',
'[square root]',
'[square root]',
'√',
],
['sum', '\\sum', true, '∑', '[sum]', '[sum]', '∑'],
['prod', '\\prod', true, '∏', '[product]', '[n-ary product]', '∏'],
['micro', '\\textmu{}', false, 'µ', 'micro', 'µ', 'µ'],
['macr', '\\textasciimacron{}', false, '¯', '[macron]', '¯', '¯'],
['deg', '\\textdegree{}', false, '°', 'degree', '°', '°'],
['prime', '\\prime', true, '′', "'", "'", '′'],
['Prime', '\\prime{}\\prime', true, '″', "''", "''", '″'],
['infin', '\\infty', true, '∞', '[infinity]', '[infinity]', '∞'],
['infty', '\\infty', true, '∞', '[infinity]', '[infinity]', '∞'],
[
'prop',
'\\propto',
true,
'∝',
'[proportional to]',
'[proportional to]',
'∝',
],
[
'propto',
'\\propto',
true,
'∝',
'[proportional to]',
'[proportional to]',
'∝',
],
['not', '\\textlnot{}', false, '¬', '[angled dash]', '¬', '¬'],
['neg', '\\neg{}', true, '¬', '[angled dash]', '¬', '¬'],
['land', '\\land', true, '∧', '[logical and]', '[logical and]', '∧'],
['wedge', '\\wedge', true, '∧', '[logical and]', '[logical and]', '∧'],
['lor', '\\lor', true, '∨', '[logical or]', '[logical or]', '∨'],
['vee', '\\vee', true, '∨', '[logical or]', '[logical or]', '∨'],
['cap', '\\cap', true, '∩', '[intersection]', '[intersection]', '∩'],
['cup', '\\cup', true, '∪', '[union]', '[union]', '∪'],
[
'smile',
'\\smile',
true,
'⌣',
'[cup product]',
'[cup product]',
'⌣',
],
[
'frown',
'\\frown',
true,
'⌢',
'[Cap product]',
'[cap product]',
'⌢',
],
['int', '\\int', true, '∫', '[integral]', '[integral]', '∫'],
[
'therefore',
'\\therefore',
true,
'∴',
'[therefore]',
'[therefore]',
'∴',
],
[
'there4',
'\\therefore',
true,
'∴',
'[therefore]',
'[therefore]',
'∴',
],
['because', '\\because', true, '∵', '[because]', '[because]', '∵'],
['sim', '\\sim', true, '∼', '~', '~', '∼'],
[
'cong',
'\\cong',
true,
'≅',
'[approx. equal to]',
'[approx. equal to]',
'≅',
],
[
'simeq',
'\\simeq',
true,
'≅',
'[approx. equal to]',
'[approx. equal to]',
'≅',
],
[
'asymp',
'\\asymp',
true,
'≈',
'[almost equal to]',
'[almost equal to]',
'≈',
],
[
'approx',
'\\approx',
true,
'≈',
'[almost equal to]',
'[almost equal to]',
'≈',
],
['ne', '\\ne', true, '≠', '[not equal to]', '[not equal to]', '≠'],
['neq', '\\neq', true, '≠', '[not equal to]', '[not equal to]', '≠'],
[
'equiv',
'\\equiv',
true,
'≡',
'[identical to]',
'[identical to]',
'≡',
],
[
'triangleq',
'\\triangleq',
true,
'≜',
'[defined to]',
'[defined to]',
'≜',
],
['le', '\\le', true, '≤', '<=', '<=', '≤'],
['leq', '\\le', true, '≤', '<=', '<=', '≤'],
['ge', '\\ge', true, '≥', '>=', '>=', '≥'],
['geq', '\\ge', true, '≥', '>=', '>=', '≥'],
[
'lessgtr',
'\\lessgtr',
true,
'≶',
'[less than or greater than]',
'[less than or greater than]',
'≶',
],
[
'lesseqgtr',
'\\lesseqgtr',
true,
'⋚',
'[less than or equal or greater than or equal]',
'[less than or equal or greater than or equal]',
'⋚',
],
['ll', '\\ll', true, '≪', '<<', '<<', '≪'],
['Ll', '\\lll', true, '⋘', '<<<', '<<<', '⋘'],
['lll', '\\lll', true, '⋘', '<<<', '<<<', '⋘'],
['gg', '\\gg', true, '≫', '>>', '>>', '≫'],
['Gg', '\\ggg', true, '⋙', '>>>', '>>>', '⋙'],
['ggg', '\\ggg', true, '⋙', '>>>', '>>>', '⋙'],
['prec', '\\prec', true, '≺', '[precedes]', '[precedes]', '≺'],
[
'preceq',
'\\preceq',
true,
'≼',
'[precedes or equal]',
'[precedes or equal]',
'≼',
],
[
'preccurlyeq',
'\\preccurlyeq',
true,
'≼',
'[precedes or equal]',
'[precedes or equal]',
'≼',
],
['succ', '\\succ', true, '≻', '[succeeds]', '[succeeds]', '≻'],
[
'succeq',
'\\succeq',
true,
'≽',
'[succeeds or equal]',
'[succeeds or equal]',
'≽',
],
[
'succcurlyeq',
'\\succcurlyeq',
true,
'≽',
'[succeeds or equal]',
'[succeeds or equal]',
'≽',
],
['sub', '\\subset', true, '⊂', '[subset of]', '[subset of]', '⊂'],
['subset', '\\subset', true, '⊂', '[subset of]', '[subset of]', '⊂'],
['sup', '\\supset', true, '⊃', '[superset of]', '[superset of]', '⊃'],
[
'supset',
'\\supset',
true,
'⊃',
'[superset of]',
'[superset of]',
'⊃',
],
[
'nsub',
'\\not\\subset',
true,
'⊄',
'[not a subset of]',
'[not a subset of',
'⊄',
],
[
'sube',
'\\subseteq',
true,
'⊆',
'[subset of or equal to]',
'[subset of or equal to]',
'⊆',
],
[
'nsup',
'\\not\\supset',
true,
'⊅',
'[not a superset of]',
'[not a superset of]',
'⊅',
],
[
'supe',
'\\supseteq',
true,
'⊇',
'[superset of or equal to]',
'[superset of or equal to]',
'⊇',
],
['setminus', '\\setminus', true, '∖', '" ', '"', '⧵'],
['forall', '\\forall', true, '∀', '[for all]', '[for all]', '∀'],
[
'exist',
'\\exists',
true,
'∃',
'[there exists]',
'[there exists]',
'∃',
],
[
'exists',
'\\exists',
true,
'∃',
'[there exists]',
'[there exists]',
'∃',
],
[
'nexist',
'\\nexists',
true,
'∃',
'[there does not exists]',
'[there does not exists]',
'∄',
],
[
'nexists',
'\\nexists',
true,
'∃',
'[there does not exists]',
'[there does not exists]',
'∄',
],
['empty', '\\emptyset', true, '∅', '[empty set]', '[empty set]', '∅'],
[
'emptyset',
'\\emptyset',
true,
'∅',
'[empty set]',
'[empty set]',
'∅',
],
['isin', '\\in', true, '∈', '[element of]', '[element of]', '∈'],
['in', '\\in', true, '∈', '[element of]', '[element of]', '∈'],
[
'notin',
'\\notin',
true,
'∉',
'[not an element of]',
'[not an element of]',
'∉',
],
[
'ni',
'\\ni',
true,
'∋',
'[contains as member]',
'[contains as member]',
'∋',
],
['nabla', '\\nabla', true, '∇', '[nabla]', '[nabla]', '∇'],
['ang', '\\angle', true, '∠', '[angle]', '[angle]', '∠'],
['angle', '\\angle', true, '∠', '[angle]', '[angle]', '∠'],
['perp', '\\perp', true, '⊥', '[up tack]', '[up tack]', '⊥'],
['parallel', '\\parallel', true, '∥', '||', '||', '∥'],
['sdot', '\\cdot', true, '⋅', '[dot]', '[dot]', '⋅'],
['cdot', '\\cdot', true, '⋅', '[dot]', '[dot]', '⋅'],
[
'lceil',
'\\lceil',
true,
'⌈',
'[left ceiling]',
'[left ceiling]',
'⌈',
],
[
'rceil',
'\\rceil',
true,
'⌉',
'[right ceiling]',
'[right ceiling]',
'⌉',
],
[
'lfloor',
'\\lfloor',
true,
'⌊',
'[left floor]',
'[left floor]',
'⌊',
],
[
'rfloor',
'\\rfloor',
true,
'⌋',
'[right floor]',
'[right floor]',
'⌋',
],
['lang', '\\langle', true, '⟨', '<', '<', '⟨'],
['rang', '\\rangle', true, '⟩', '>', '>', '⟩'],
['langle', '\\langle', true, '⟨', '<', '<', '⟨'],
['rangle', '\\rangle', true, '⟩', '>', '>', '⟩'],
['hbar', '\\hbar', true, 'ℏ', 'hbar', 'hbar', 'ℏ'],
['mho', '\\mho', true, '℧', 'mho', 'mho', '℧'],
// ** Arrows
['larr', '\\leftarrow', true, '←', '<-', '<-', '←'],
['leftarrow', '\\leftarrow', true, '←', '<-', '<-', '←'],
['gets', '\\gets', true, '←', '<-', '<-', '←'],
['lArr', '\\Leftarrow', true, '⇐', '<=', '<=', '⇐'],
['Leftarrow', '\\Leftarrow', true, '⇐', '<=', '<=', '⇐'],
['uarr', '\\uparrow', true, '↑', '[uparrow]', '[uparrow]', '↑'],
['uparrow', '\\uparrow', true, '↑', '[uparrow]', '[uparrow]', '↑'],
['uArr', '\\Uparrow', true, '⇑', '[dbluparrow]', '[dbluparrow]', '⇑'],
[
'Uparrow',
'\\Uparrow',
true,
'⇑',
'[dbluparrow]',
'[dbluparrow]',
'⇑',
],
['rarr', '\\rightarrow', true, '→', '->', '->', '→'],
['to', '\\to', true, '→', '->', '->', '→'],
['rightarrow', '\\rightarrow', true, '→', '->', '->', '→'],
['rArr', '\\Rightarrow', true, '⇒', '=>', '=>', '⇒'],
['Rightarrow', '\\Rightarrow', true, '⇒', '=>', '=>', '⇒'],
['darr', '\\downarrow', true, '↓', '[downarrow]', '[downarrow]', '↓'],
[
'downarrow',
'\\downarrow',
true,
'↓',
'[downarrow]',
'[downarrow]',
'↓',
],
[
'dArr',
'\\Downarrow',
true,
'⇓',
'[dbldownarrow]',
'[dbldownarrow]',
'⇓',
],
[
'Downarrow',
'\\Downarrow',
true,
'⇓',
'[dbldownarrow]',
'[dbldownarrow]',
'⇓',
],
['harr', '\\leftrightarrow', true, '↔', '<->', '<->', '↔'],
['leftrightarrow', '\\leftrightarrow', true, '↔', '<->', '<->', '↔'],
['hArr', '\\Leftrightarrow', true, '⇔', '<=>', '<=>', '⇔'],
['Leftrightarrow', '\\Leftrightarrow', true, '⇔', '<=>', '<=>', '⇔'],
['crarr', '\\hookleftarrow', true, '↵', "<-'", "<-'", '↵'],
['hookleftarrow', '\\hookleftarrow', true, '↵', "<-'", "<-'", '↵'],
// ** Function names
['arccos', '\\arccos', true, 'arccos', 'arccos', 'arccos', 'arccos'],
['arcsin', '\\arcsin', true, 'arcsin', 'arcsin', 'arcsin', 'arcsin'],
['arctan', '\\arctan', true, 'arctan', 'arctan', 'arctan', 'arctan'],
['arg', '\\arg', true, 'arg', 'arg', 'arg', 'arg'],
['cos', '\\cos', true, 'cos', 'cos', 'cos', 'cos'],
['cosh', '\\cosh', true, 'cosh', 'cosh', 'cosh', 'cosh'],
['cot', '\\cot', true, 'cot', 'cot', 'cot', 'cot'],
['coth', '\\coth', true, 'coth', 'coth', 'coth', 'coth'],
['csc', '\\csc', true, 'csc', 'csc', 'csc', 'csc'],
['deg', '\\deg', true, '°', 'deg', 'deg', 'deg'],
['det', '\\det', true, 'det', 'det', 'det', 'det'],
['dim', '\\dim', true, 'dim', 'dim', 'dim', 'dim'],
['exp', '\\exp', true, 'exp', 'exp', 'exp', 'exp'],
['gcd', '\\gcd', true, 'gcd', 'gcd', 'gcd', 'gcd'],
['hom', '\\hom', true, 'hom', 'hom', 'hom', 'hom'],
['inf', '\\inf', true, 'inf', 'inf', 'inf', 'inf'],
['ker', '\\ker', true, 'ker', 'ker', 'ker', 'ker'],
['lg', '\\lg', true, 'lg', 'lg', 'lg', 'lg'],
['lim', '\\lim', true, 'lim', 'lim', 'lim', 'lim'],
['liminf', '\\liminf', true, 'liminf', 'liminf', 'liminf', 'liminf'],
['limsup', '\\limsup', true, 'limsup', 'limsup', 'limsup', 'limsup'],
['ln', '\\ln', true, 'ln', 'ln', 'ln', 'ln'],
['log', '\\log', true, 'log', 'log', 'log', 'log'],
['max', '\\max', true, 'max', 'max', 'max', 'max'],
['min', '\\min', true, 'min', 'min', 'min', 'min'],
['Pr', '\\Pr', true, 'Pr', 'Pr', 'Pr', 'Pr'],
['sec', '\\sec', true, 'sec', 'sec', 'sec', 'sec'],
['sin', '\\sin', true, 'sin', 'sin', 'sin', 'sin'],
['sinh', '\\sinh', true, 'sinh', 'sinh', 'sinh', 'sinh'],
['sup', '\\sup', true, '⊃', 'sup', 'sup', 'sup'],
['tan', '\\tan', true, 'tan', 'tan', 'tan', 'tan'],
['tanh', '\\tanh', true, 'tanh', 'tanh', 'tanh', 'tanh'],
// ** Signs & Symbols
['bull', '\\textbullet{}', false, '•', '*', '*', '•'],
['bullet', '\\textbullet{}', false, '•', '*', '*', '•'],
['star', '\\star', true, '*', '*', '*', '⋆'],
['lowast', '\\ast', true, '∗', '*', '*', '∗'],
['ast', '\\ast', true, '∗', '*', '*', '*'],
['odot', '\\odot', true, 'o', '[circled dot]', '[circled dot]', 'ʘ'],
[
'oplus',
'\\oplus',
true,
'⊕',
'[circled plus]',
'[circled plus]',
'⊕',
],
[
'otimes',
'\\otimes',
true,
'⊗',
'[circled times]',
'[circled times]',
'⊗',
],
[
'check',
'\\checkmark',
true,
'✓',
'[checkmark]',
'[checkmark]',
'✓',
],
[
'checkmark',
'\\checkmark',
true,
'✓',
'[checkmark]',
'[checkmark]',
'✓',
],
// ** Miscellaneous (seldom used)
['para', '\\P{}', false, '¶', '[pilcrow]', '¶', '¶'],
['ordf', '\\textordfeminine{}', false, 'ª', '_a_', 'ª', 'ª'],
['ordm', '\\textordmasculine{}', false, 'º', '_o_', 'º', 'º'],
['cedil', '\\c{}', false, '¸', '[cedilla]', '¸', '¸'],
['oline', '\\overline{~}', true, '‾', '[overline]', '¯', '‾'],
['uml', '\\textasciidieresis{}', false, '¨', '[diaeresis]', '¨', '¨'],
['zwnj', '\\/{}', false, '‌', '', '', ''],
['zwj', '', false, '‍', '', '', ''],
['lrm', '', false, '‎', '', '', ''],
['rlm', '', false, '‏', '', '', ''],
// ** Smilies
['smiley', '\\ddot\\smile', true, '☺', ':-)', ':-)', '☺'],
['blacksmile', '\\ddot\\smile', true, '☻', ':-)', ':-)', '☻'],
['sad', '\\ddot\\frown', true, '☹', ':-(', ':-(', '☹'],
['frowny', '\\ddot\\frown', true, '☹', ':-(', ':-(', '☹'],
// ** Suits
['clubs', '\\clubsuit', true, '♣', '[clubs]', '[clubs]', '♣'],
['clubsuit', '\\clubsuit', true, '♣', '[clubs]', '[clubs]', '♣'],
['spades', '\\spadesuit', true, '♠', '[spades]', '[spades]', '♠'],
[
'spadesuit',
'\\spadesuit',
true,
'♠',
'[spades]',
'[spades]',
'♠',
],
['hearts', '\\heartsuit', true, '♥', '[hearts]', '[hearts]', '♥'],
[
'heartsuit',
'\\heartsuit',
true,
'♥',
'[hearts]',
'[hearts]',
'♥',
],
[
'diams',
'\\diamondsuit',
true,
'♦',
'[diamonds]',
'[diamonds]',
'◆',
],
[
'diamondsuit',
'\\diamondsuit',
true,
'♦',
'[diamonds]',
'[diamonds]',
'◆',
],
[
'diamond',
'\\diamondsuit',
true,
'⋄',
'[diamond]',
'[diamond]',
'◆',
],
[
'Diamond',
'\\diamondsuit',
true,
'⋄',
'[diamond]',
'[diamond]',
'◆',
],
['loz', '\\lozenge', true, '◊', '[lozenge]', '[lozenge]', '⧫'],
['_ ', '\\hspace*{0.5em}', false, ' ', ' ', ' ', ' '],
['_ ', '\\hspace*{1.0em}', false, '  ', ' ', ' ', ' '],
[
'_ ',
'\\hspace*{1.5em}',
false,
'   ',
' ',
' ',
' ',
],
[
'_ ',
'\\hspace*{2.0em}',
false,
'    ',
' ',
' ',
' ',
],
[
'_ ',
'\\hspace*{2.5em}',
false,
'     ',
' ',
' ',
' ',
],
[
'_ ',
'\\hspace*{3.0em}',
false,
'      ',
' ',
' ',
' ',
],
[
'_ ',
'\\hspace*{3.5em}',
false,
'       ',
' ',
' ',
' ',
],
[
'_ ',
'\\hspace*{4.0em}',
false,
'        ',
' ',
' ',
' ',
],
[
'_ ',
'\\hspace*{4.5em}',
false,
'         ',
' ',
' ',
' ',
],
[
'_ ',
'\\hspace*{5.0em}',
false,
'          ',
' ',
' ',
' ',
],
[
'_ ',
'\\hspace*{5.5em}',
false,
'           ',
' ',
' ',
' ',
],
[
'_ ',
'\\hspace*{6.0em}',
false,
'            ',
' ',
' ',
' ',
],
[
'_ ',
'\\hspace*{6.5em}',
false,
'             ',
' ',
' ',
' ',
],
[
'_ ',
'\\hspace*{7.0em}',
false,
'              ',
' ',
' ',
' ',
],
[
'_ ',
'\\hspace*{7.5em}',
false,
'               ',
' ',
' ',
' ',
],
[
'_ ',
'\\hspace*{8.0em}',
false,
'                ',
' ',
' ',
' ',
],
[
'_ ',
'\\hspace*{8.5em}',
false,
'                 ',
' ',
' ',
' ',
],
[
'_ ',
'\\hspace*{9.0em}',
false,
'                  ',
' ',
' ',
' ',
],
[
'_ ',
'\\hspace*{9.5em}',
false,
'                   ',
' ',
' ',
' ',
],
[
'_ ',
'\\hspace*{10.0em}',
false,
'                    ',
' ',
' ',
' ',
],
];
//# sourceMappingURL=entities.js.map