fix: fix math symbols by glyph name
This commit is contained in:
parent
1f4b5f9dd0
commit
0cb16d14b5
@ -1,4 +1,4 @@
|
||||
export const allMathSymbolsByChar: Record<string, string> = {
|
||||
export const allMathSymbolsByGlyph: Record<string, string> = {
|
||||
' ': '\\textrm{ }',
|
||||
'∃': '\\exists',
|
||||
'∀': '\\forall',
|
||||
|
Loading…
Reference in New Issue
Block a user