mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 13:34:19 +08:00
Retiring bells and waves files to old_projects folder
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user