mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Swap order of preamble and additional preamble
This commit is contained in:
parent
5bf6fde16b
commit
67409f4d32
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ def latex_to_svg(
|
|||
|
||||
compiler, preamble = get_tex_config(template)
|
||||
|
||||
preamble = "\n".join([additional_preamble, preamble])
|
||||
preamble = "\n".join([preamble, additional_preamble])
|
||||
full_tex = get_full_tex(latex, preamble)
|
||||
return full_tex_to_svg(full_tex, compiler, message)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue