More bell fixes

This commit is contained in:
Grant Sanderson
2017-08-30 20:05:25 -07:00
parent 4c1282af7b
commit 9cd37d99fb
3 changed files with 96 additions and 51 deletions

View File

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