pc86152

Results 1 comments of pc86152

1. class Example(Scene): def construct(self): tex1 = Tex("E = mc^2", template="ctex") tex2 = Tex("a^2 + b^2 = c^2", template="ctex") group = VGroup(tex1, tex2).arrange(DOWN) self.play(Write(group)) self.wait() 2. .\venv\Lib\site-packages\manimlib\utils\tex_file_writing.py @cache_on_disk def full_tex_to_svg(full_tex:...