Add \text to TEX_TO_SYMBOL_COUNT

This commit is contained in:
Grant Sanderson 2023-03-10 11:05:50 -08:00
parent d1e2a7a157
commit 80fb1a98a9

View file

@ -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,