mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 12:32:36 +08:00
Change arg_separator default
This commit is contained in:
@ -152,7 +152,7 @@ class SingleStringTex(VMobject):
|
||||
|
||||
class Tex(SingleStringTex):
|
||||
CONFIG = {
|
||||
"arg_separator": " ",
|
||||
"arg_separator": "",
|
||||
# Note, use of isolate is largely rendered
|
||||
# moot by the fact that you can surround such strings in
|
||||
# {{ and }} as needed.
|
||||
|
Reference in New Issue
Block a user