Reputation: 63
I installed manim and it succesfuly renders videos that dont use LaTeX. When I try rendering LaTeX i get this error:
latex error converting to dvi.
Ive seen some people recommending to run:
latex tex_template.tex
In the manimlib file, however I dont have such file which I suspect is causing the problem. What might be the reason Im missing this file and how could i get it?
I tried searching for it through all the files and I couldnt find it, after uninstallling and installing I still could not find it.
Upvotes: 4
Views: 545
Reputation: 38
You have Tex_Template.tex, but your path is wrong to look at https://github.com/3b1b/manim/issues/623#issuecomment-515730122
this could also be why you are getting latex error converting to dvi. also...
Upvotes: 0