mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* Add a test to reproduce #3060 * Always use `/` when calling LaTeX Using `\` isn't supported by LaTeX and simply errors out saying it can't find the file. In this commit, the path is converted to POSIX like path (ie. use `/`) before calling LaTeX. Fixes https://github.com/ManimCommunity/manim/issues/3060 |
||
|---|---|---|
| .. | ||
| geometry | ||
| graphing | ||
| mobject | ||
| svg | ||
| text | ||
| types/vectorized_mobject | ||
| test_boolean_ops.py | ||
| test_graph.py | ||
| test_value_tracker.py | ||