mirror of
https://github.com/3b1b/manim.git
synced 2025-08-19 21:08:53 +00:00
Different tex file default
This commit is contained in:
parent
90b21a4a8a
commit
f58575cc11
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ with open(TEMPLATE_TEX_FILE, "r") as infile:
|
|||
TEMPLATE_TEXT_FILE_BODY = infile.read()
|
||||
TEMPLATE_TEX_FILE_BODY = TEMPLATE_TEXT_FILE_BODY.replace(
|
||||
TEX_TEXT_TO_REPLACE,
|
||||
"$${}$$".format(TEX_TEXT_TO_REPLACE)
|
||||
"\\begin{align*}" + TEX_TEXT_TO_REPLACE + "\\end{align*}",
|
||||
)
|
||||
|
||||
FFMPEG_BIN = "ffmpeg"
|
||||
|
|
Loading…
Add table
Reference in a new issue