日期: 2024 年 11 月 8 日

1 篇文章

thumbnail
manim视频
视频展示 代码展示 from manim improt* ​ class Liujian(Scene):    def construct(self):        tex_template = TexTemplate()        tex_template.add_to_preamble(r"\usepackage{ctex}")  # 添…