Tex strings ending with 'dot' have a '{\quad}' added

This commit is contained in:
Grant Sanderson 2019-03-22 15:54:16 -07:00
parent 5ffa41f675
commit 0b56d6f311

View file

@ -66,8 +66,7 @@ class SingleStringTexMobject(SVGMobject):
# Need to add blank subscript or superscript
tex.endswith("_"),
tex.endswith("^"),
tex.endswith("\\ddot"),
tex.endswith("\\dot"),
tex.endswith("dot"),
])
if should_add_filler:
filler = "{\\quad}"