LaTeX compilation failed when running simple Manim scene
Describe the error
I am trying to run a simple Manim scene, but I am getting a LaTeX compilation failed error.
I just want to render a basic animation, but it stops with this error.
Code and Error
Code:
from manimlib import *
class Test(InteractiveScene):
def construct(self):
pass
Error:
LatexError: LaTeX compilation failed
Environment
- OS System: Windows 10
- manim version: master (3b1b/manim repo)
- python version: 3.12.7
