fix: fix math symbols by glyph name

This commit is contained in:
Alexandre Nunes 2020-09-19 14:06:23 -03:00
parent 1f4b5f9dd0
commit 0cb16d14b5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
export const allMathSymbolsByChar: Record<string, string> = {
export const allMathSymbolsByGlyph: Record<string, string> = {
' ': '\\textrm{ }',
'∃': '\\exists',
'∀': '\\forall',