mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Update README.md
This commit is contained in:
parent
636d32460d
commit
42f307d027
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ manim-render example_scenes.py OpeningManimExample
|
|||
|
||||
Before using functions that need LaTeX, please change the
|
||||
temporary directory for intermediate files (which will lead to "LaTeX compilation failed")
|
||||
you can change the `tex_file_writing.py` in `manimlib/utils':
|
||||
you can change the `tex_file_writing.py` in `manimlib/utils`:
|
||||
```tex_file_writing.py in full_tex_to_svg
|
||||
# Write intermediate files to a temporary directory
|
||||
with tempfile.TemporaryDirectory() as temp_dir:
|
||||
|
|
Loading…
Add table
Reference in a new issue