We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes I get the following error messages when I run the manim file with latex code,
PermissionError: [WinError 32] filename: 'media\\Tex\\name.dvi' [456] Execution returned code=1 in 10.767 seconds returned signal null
PermissionError: [WinError 32] filename: 'media\\Tex\\name.dvi'
[456] Execution returned code=1 in 10.767 seconds returned signal null
I think there is no problem with the synax of the code, since I can run the same file successfully at some times.
`from manim import *
class TransformEquation(Scene): def construct(self): eq = Tex(r"That is $\int_0^1 x^2,dx = \frac{1}{3}$") self.add(eq) self.wait()`
The text was updated successfully, but these errors were encountered:
The problem generally occurs when the file is run again after it has been modified.
Sorry, something went wrong.
No branches or pull requests
Description of bug / unexpected behavior
Sometimes I get the following error messages when I run the manim file with latex code,
PermissionError: [WinError 32] filename: 'media\\Tex\\name.dvi'
[456] Execution returned code=1 in 10.767 seconds returned signal null
Expected behavior
I think there is no problem with the synax of the code, since I can run the same file successfully at some times.
How to reproduce the issue
`from manim import *
class TransformEquation(Scene):$\int_0^1 x^2,dx = \frac{1}{3}$ ")
def construct(self):
eq = Tex(r"That is
self.add(eq)
self.wait()`
System specifications
The text was updated successfully, but these errors were encountered: