manim/tests/module/mobject/text
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
..
test_markup.py Refactor tests (#2866) 2022-07-09 21:10:30 +00:00
test_numbers.py Refactor tests (#2866) 2022-07-09 21:10:30 +00:00
test_texmobject.py Always use `/` when calling LaTeX (#3061) 2022-12-06 13:17:15 +01:00
test_text_mobject.py Refactor tests (#2866) 2022-07-09 21:10:30 +00:00