Different tex file default

This commit is contained in:
Grant Sanderson
2018-08-23 14:44:40 -07:00
parent 90b21a4a8a
commit f58575cc11

View File

@ -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"