mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 14:03:59 +08:00
More bell fixes
This commit is contained in:
@ -91,6 +91,7 @@ class TexMobject(SVGMobject):
|
||||
len(tex) > len(t1) and tex[len(t1)] in "()[]\\"
|
||||
])
|
||||
if should_replace:
|
||||
print len(t1)
|
||||
tex = tex.replace(t1, "\\big")
|
||||
if tex == "":
|
||||
tex = "\\quad"
|
||||
|
Reference in New Issue
Block a user