mirror of
https://github.com/3b1b/manim.git
synced 2025-09-18 13:26:51 +00:00
Add \text to TEX_TO_SYMBOL_COUNT
This commit is contained in:
parent
d1e2a7a157
commit
80fb1a98a9
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ TEX_TO_SYMBOL_COUNT = {
|
|||
R"\sup": 3,
|
||||
R"\tan": 3,
|
||||
R"\tanh": 4,
|
||||
R"\text": 0,
|
||||
R"\textbf": 0,
|
||||
R"\textfraction": 2,
|
||||
R"\textstyle": 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue