mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 21:12:35 +08:00
Different tex file default
This commit is contained in:
@ -140,7 +140,7 @@ with open(TEMPLATE_TEX_FILE, "r") as infile:
|
|||||||
TEMPLATE_TEXT_FILE_BODY = infile.read()
|
TEMPLATE_TEXT_FILE_BODY = infile.read()
|
||||||
TEMPLATE_TEX_FILE_BODY = TEMPLATE_TEXT_FILE_BODY.replace(
|
TEMPLATE_TEX_FILE_BODY = TEMPLATE_TEXT_FILE_BODY.replace(
|
||||||
TEX_TEXT_TO_REPLACE,
|
TEX_TEXT_TO_REPLACE,
|
||||||
"$${}$$".format(TEX_TEXT_TO_REPLACE)
|
"\\begin{align*}" + TEX_TEXT_TO_REPLACE + "\\end{align*}",
|
||||||
)
|
)
|
||||||
|
|
||||||
FFMPEG_BIN = "ffmpeg"
|
FFMPEG_BIN = "ffmpeg"
|
||||||
|
Reference in New Issue
Block a user