feat: implement hat operator use cases

This commit is contained in:
Alexandre Nunes 2020-09-15 12:03:04 -03:00
parent 5c1c443307
commit c44d8656c7
2 changed files with 4 additions and 4 deletions

@ -34,7 +34,7 @@ export const allMathOperatorsByChar: Record<string, string> = {
'&#x2CA;': 'ˊ',
'&#x2C9;': 'ˉ',
'&#x2C7;': '',
'&#x2C6;': '\\wedge',
'&#x2C6;': '\\hat',
'&#xBA;': 'o',
'&#xB9;': '1',
'&#xB8;': '¸',
@ -47,7 +47,7 @@ export const allMathOperatorsByChar: Record<string, string> = {
'&#xA8;': '\\cdot\\cdot',
'~': '\\sim',
'`': '`',
'^': '\\wedge',
'^': '\\hat',
'--': '--',
'++': '++',
'&amp;': '\\&',

@ -22,7 +22,7 @@ export const allMathOperatorsByGlyph: Record<string, string> = {
'„': ',,',
'': '`',
'': ',',
'^': '\\wedge',
'^': '\\hat',
'˷': '\\sim',
'˝': '\\sim',
'˜': '\\sim',
@ -34,7 +34,7 @@ export const allMathOperatorsByGlyph: Record<string, string> = {
ˊ: 'ˊ',
ˉ: 'ˉ',
ˇ: '',
ˆ: '\\wedge',
ˆ: '\\hat',
º: 'o',
'¹': '1',
'¸': '¸',