feat: implement hat operator use cases
This commit is contained in:
parent
5c1c443307
commit
c44d8656c7
@ -34,7 +34,7 @@ export const allMathOperatorsByChar: Record<string, string> = {
|
||||
'ˊ': 'ˊ',
|
||||
'ˉ': 'ˉ',
|
||||
'ˇ': '',
|
||||
'ˆ': '\\wedge',
|
||||
'ˆ': '\\hat',
|
||||
'º': 'o',
|
||||
'¹': '1',
|
||||
'¸': '¸',
|
||||
@ -47,7 +47,7 @@ export const allMathOperatorsByChar: Record<string, string> = {
|
||||
'¨': '\\cdot\\cdot',
|
||||
'~': '\\sim',
|
||||
'`': '`',
|
||||
'^': '\\wedge',
|
||||
'^': '\\hat',
|
||||
'--': '--',
|
||||
'++': '++',
|
||||
'&': '\\&',
|
||||
|
@ -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',
|
||||
'¸': '¸',
|
||||
|
Loading…
Reference in New Issue
Block a user