Retiring bells and waves files to old_projects folder

This commit is contained in:
Grant Sanderson
2017-09-13 11:35:37 -07:00
parent 86b9e629e0
commit 3b92ce71d9
6 changed files with 1056 additions and 46 deletions

View File

@ -88,7 +88,7 @@ class TexMobject(SVGMobject):
should_replace = reduce(op.and_, [
t1 in tex,
t2 not in tex,
len(tex) > len(t1) and tex[len(t1)] in "()[]\\"
len(tex) > len(t1) and tex[len(t1)] in "()[]|\\"
])
if should_replace:
tex = tex.replace(t1, "\\big")