fix: fix math operator map

This commit is contained in:
Alexandre Nunes 2020-09-19 14:01:02 -03:00
parent c83ec6e338
commit 1f4b5f9dd0
2 changed files with 2 additions and 2 deletions

@ -9,7 +9,7 @@ export const allMathOperatorsByChar: Record<string, string> = {
'&#x23B5;': '\\underbrace',
'&#x23B4;': '\\overbrace',
'&#x20DC;': '\\square',
'&#x20DB;': '{::}^(...)',
'&#x20DB;': '\\square',
'&#x2064;': '',
'&#x2057;': "''''",
'&#x203E;': '\\bar',

@ -9,7 +9,7 @@ export const allMathOperatorsByGlyph: Record<string, string> = {
'⎵': '\\underbrace',
'⎴': '\\overbrace',
'⃜': '\\square',
'⃛': '{::}^(...)',
'⃛': '\\square',
'': '',
'⁗': "''''",
'‾': '\\bar',