为什么manim中只要渲染中文就会出现“latex error converting to dvi“
·
最近看到3b1b的manim动画比较热门,也想自己来试试,跟着网上的教程安装了以后却发现显示不了中文
代码如下:
from manim import *
class Try(Scene):
def construct(self):
text = Tex("你好")
self.play(Write(text))
self.wait()
运行后报错:
一直解决不了,望大神指点
更多推荐




所有评论(0)