mirror of
https://github.com/3b1b/manim.git
synced 2025-11-13 23:27:49 +00:00
Add \dots and \mathds to tex_to_symbol_count
This commit is contained in:
parent
13d4ab1eb0
commit
fa798a2018
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ TEX_TO_SYMBOL_COUNT = {
|
|||
R"\div": 2,
|
||||
R"\doteq": 2,
|
||||
R"\dotfill": 0,
|
||||
R"\dots": 3,
|
||||
R"\emph": 0,
|
||||
R"\exp": 3,
|
||||
R"\fbox": 4,
|
||||
|
|
@ -102,6 +103,7 @@ TEX_TO_SYMBOL_COUNT = {
|
|||
R"\makebox": 0,
|
||||
R"\mapsto": 2,
|
||||
R"\markright": 0,
|
||||
R"\mathds": 0,
|
||||
R"\max": 3,
|
||||
R"\mbox": 0,
|
||||
R"\medskip": 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue