Update README.md

This commit is contained in:
mryuans 2025-04-06 16:21:04 +08:00 committed by GitHub
parent 636d32460d
commit 42f307d027
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,7 +82,7 @@ manim-render example_scenes.py OpeningManimExample
Before using functions that need LaTeX, please change the Before using functions that need LaTeX, please change the
temporary directory for intermediate files (which will lead to "LaTeX compilation failed") 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 ```tex_file_writing.py in full_tex_to_svg
# Write intermediate files to a temporary directory # Write intermediate files to a temporary directory
with tempfile.TemporaryDirectory() as temp_dir: with tempfile.TemporaryDirectory() as temp_dir: