Update math operators

This commit is contained in:
Alexandre Nunes 2020-09-12 17:15:45 -03:00
parent 274a0f3426
commit d17f15006e
2 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,5 @@
export const allMathOperatorsByChar: Record<string, string> = {
_: '\\_',
_: '\\underline',
'&#x23E1;': '\\underbrace',
'&#x23E0;': '\\overbrace',
'&#x23DF;': '\\underbrace',
@ -12,7 +12,7 @@ export const allMathOperatorsByChar: Record<string, string> = {
'&#x20DB;': '{::}^(...)',
'&#x2064;': '',
'&#x2057;': "''''",
'&#x203E;': '\\bar\\',
'&#x203E;': '\\bar',
'&#x2037;': '```',
'&#x2036;': '``',
'&#x2035;': '`',
@ -22,7 +22,7 @@ export const allMathOperatorsByChar: Record<string, string> = {
'&#x201E;': ',,',
'&#x201B;': '`',
'&#x201A;': ',',
'&#x302;': '\\wedge',
'&#x302;': '\\hat',
'&#x2F7;': '\\sim',
'&#x2DD;': '\\sim',
'&#x2DC;': '\\sim',
@ -42,7 +42,7 @@ export const allMathOperatorsByChar: Record<string, string> = {
'&#xB3;': '3',
'&#xB2;': '2',
'&#xB0;': '\\circ',
'&#xAF;': '\\bar\\',
'&#xAF;': '\\bar',
'&#xAA;': 'a',
'&#xA8;': '\\cdot\\cdot',
'~': '\\sim',

View File

@ -1,5 +1,5 @@
export const allMathOperatorsByGlyph: Record<string, string> = {
_: '\\_',
_: '\\underline',
'⏡': '\\underbrace',
'⏠': '\\overbrace',
'⏟': '\\underbrace',
@ -12,7 +12,7 @@ export const allMathOperatorsByGlyph: Record<string, string> = {
'⃛': '{::}^(...)',
'': '',
'⁗': "''''",
'‾': '\\bar\\',
'‾': '\\bar',
'‷': '```',
'‶': '``',
'': '`',
@ -42,7 +42,7 @@ export const allMathOperatorsByGlyph: Record<string, string> = {
'³': '3',
'²': '2',
'°': '\\circ',
'¯': '\\bar\\',
'¯': '\\bar',
ª: 'a',
'¨': '\\cdot\\cdot',
'~': '\\sim',
@ -50,6 +50,7 @@ export const allMathOperatorsByGlyph: Record<string, string> = {
'--': '--',
'++': '++',
'&': '\\&',
undefined: '',
'∜': '\\sqrt[4]{}',
'∛': '\\sqrt[3]{}',
'√': '\\sqrt{}',