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