mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 07:27:44 +00:00
Tex strings ending with 'dot' have a '{\quad}' added
This commit is contained in:
parent
5ffa41f675
commit
0b56d6f311
1 changed files with 1 additions and 2 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue