mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
182 lines
No EOL
3 KiB
Python
182 lines
No EOL
3 KiB
Python
TEX_TO_SYMBOL_COUNT = {
|
|
"!": 0,
|
|
",": 0,
|
|
",": 0,
|
|
"-": 0,
|
|
"-": 0,
|
|
"/": 0,
|
|
":": 0,
|
|
";": 0,
|
|
";": 0,
|
|
">": 0,
|
|
"aa": 0,
|
|
"AA": 0,
|
|
"ae": 0,
|
|
"AE": 0,
|
|
"arccos": 6,
|
|
"arcsin": 6,
|
|
"arctan": 6,
|
|
"arg": 3,
|
|
"author": 0,
|
|
"bf": 0,
|
|
"bibliography": 0,
|
|
"bibliographystyle": 0,
|
|
"big": 0,
|
|
"Big": 0,
|
|
"bigodot": 4,
|
|
"bigoplus": 5,
|
|
"bigskip": 0,
|
|
"bmod": 3,
|
|
"boldmath": 0,
|
|
"bottomfraction": 2,
|
|
"bowtie": 2,
|
|
"cal": 0,
|
|
"cdots": 3,
|
|
"centering": 0,
|
|
"cite": 2,
|
|
"cong": 2,
|
|
"contentsline": 0,
|
|
"cos": 3,
|
|
"cosh": 4,
|
|
"cot": 3,
|
|
"coth": 4,
|
|
"csc": 3,
|
|
"date": 0,
|
|
"dblfloatpagefraction": 2,
|
|
"dbltopfraction": 2,
|
|
"ddots": 3,
|
|
"deg": 3,
|
|
"det": 3,
|
|
"dim": 3,
|
|
"displaystyle": 0,
|
|
"div": 2,
|
|
"doteq": 2,
|
|
"dotfill": 0,
|
|
"emph": 0,
|
|
"exp": 3,
|
|
"fbox": 4,
|
|
"floatpagefraction": 2,
|
|
"flushbottom": 0,
|
|
"footnotesize": 0,
|
|
"footnotetext": 0,
|
|
"frame": 2,
|
|
"framebox": 4,
|
|
"fussy": 0,
|
|
"gcd": 3,
|
|
"ghost": 0,
|
|
"glossary": 0,
|
|
"hfill": 0,
|
|
"hom": 3,
|
|
"hookleftarrow": 2,
|
|
"hookrightarrow": 2,
|
|
"hrulefill": 0,
|
|
"huge": 0,
|
|
"Huge": 0,
|
|
"hyphenation": 0,
|
|
"iff": 2,
|
|
"Im": 2,
|
|
"index": 0,
|
|
"inf": 3,
|
|
"it": 0,
|
|
"ker": 3,
|
|
"l": 0,
|
|
"L": 0,
|
|
"label": 0,
|
|
"large": 0,
|
|
"Large": 0,
|
|
"LARGE": 0,
|
|
"ldots": 3,
|
|
"lefteqn": 0,
|
|
"lg": 2,
|
|
"lim": 3,
|
|
"liminf": 6,
|
|
"limsup": 6,
|
|
"linebreak": 0,
|
|
"ln": 2,
|
|
"log": 3,
|
|
"longleftarrow": 2,
|
|
"Longleftarrow": 2,
|
|
"longleftrightarrow": 2,
|
|
"Longleftrightarrow": 2,
|
|
"longmapsto": 3,
|
|
"longrightarrow": 2,
|
|
"Longrightarrow": 2,
|
|
"makebox": 0,
|
|
"mapsto": 2,
|
|
"markright": 0,
|
|
"max": 3,
|
|
"mbox": 0,
|
|
"medskip": 0,
|
|
"min": 3,
|
|
"mit": 0,
|
|
"models": 2,
|
|
"ne": 2,
|
|
"neq": 2,
|
|
"newline": 0,
|
|
"noindent": 0,
|
|
"nolinebreak": 0,
|
|
"nonumber": 0,
|
|
"nopagebreak": 0,
|
|
"normalmarginpar": 0,
|
|
"normalsize": 0,
|
|
"notin": 2,
|
|
"o": 0,
|
|
"O": 0,
|
|
"obeycr": 0,
|
|
"oe": 0,
|
|
"OE": 0,
|
|
"overbrace": 4,
|
|
"pagebreak": 0,
|
|
"pagenumbering": 0,
|
|
"pageref": 2,
|
|
"pmod": 5,
|
|
"Pr": 2,
|
|
"protect": 0,
|
|
"qquad": 0,
|
|
"quad": 0,
|
|
"raggedbottom": 0,
|
|
"raggedleft": 0,
|
|
"raggedright": 0,
|
|
"Re": 2,
|
|
"ref": 2,
|
|
"restorecr": 0,
|
|
"reversemarginpar": 0,
|
|
"rm": 0,
|
|
"sc": 0,
|
|
"scriptscriptstyle": 0,
|
|
"scriptsize": 0,
|
|
"scriptstyle": 0,
|
|
"sec": 3,
|
|
"sf": 0,
|
|
"shortstack": 0,
|
|
"sin": 3,
|
|
"sinh": 4,
|
|
"sl": 0,
|
|
"sloppy": 0,
|
|
"small": 0,
|
|
"Small": 0,
|
|
"smallskip": 0,
|
|
"sqrt": 2,
|
|
"ss": 0,
|
|
"sup": 3,
|
|
"tan": 3,
|
|
"tanh": 4,
|
|
"textbf": 0,
|
|
"textfraction": 2,
|
|
"textstyle": 0,
|
|
"thicklines": 0,
|
|
"thinlines": 0,
|
|
"thinspace": 0,
|
|
"tiny": 0,
|
|
"title": 0,
|
|
"today": 15,
|
|
"topfraction": 2,
|
|
"tt": 0,
|
|
"typeout": 0,
|
|
"unboldmath": 0,
|
|
"underbrace": 6,
|
|
"underline": 0,
|
|
"value": 0,
|
|
"vdots": 3,
|
|
"vline": 0
|
|
} |