manim/tests/module/mobject
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
..
geometry Refactor tests (#2866) 2022-07-09 21:10:30 +00:00
graphing Refactor tests (#2866) 2022-07-09 21:10:30 +00:00
mobject Replaced renderer strings with :class:.RendererType enum entries (#3017) 2022-11-13 06:14:35 +00:00
svg Ported improved implementation of :class:.SVGMobject from 3b1b/manim (#2898) 2022-09-28 18:02:53 +02:00
text Always use `/` when calling LaTeX (#3061) 2022-12-06 13:17:15 +01:00
types/vectorized_mobject Refactor tests (#2866) 2022-07-09 21:10:30 +00:00
test_boolean_ops.py Refactor tests (#2866) 2022-07-09 21:10:30 +00:00
test_graph.py Refactor tests (#2866) 2022-07-09 21:10:30 +00:00
test_value_tracker.py Refactor tests (#2866) 2022-07-09 21:10:30 +00:00