From 42f307d02749105d2d2c83ccc087c40e5027cc85 Mon Sep 17 00:00:00 2001 From: mryuans <1456721128@qq.com> Date: Sun, 6 Apr 2025 16:21:04 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91d8db0d..411a31e1 100644 --- a/README.md +++ b/README.md @@ -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: