manim/tests/module
Naveen M K c4eeb2efb8
Always use `/` when calling LaTeX (#3061)
* 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
2022-12-06 13:17:15 +01:00
..
animation Fixed setting `run_time of :class:.Succession` after creating the animation object (#3003) 2022-10-29 07:33:29 +00:00
mobject Always use `/` when calling LaTeX (#3061) 2022-12-06 13:17:15 +01:00
scene Refactor tests (#2866) 2022-07-09 21:10:30 +00:00
utils Migrate more os.path to pathlib in tests (#2991) 2022-10-26 19:51:38 +02:00