鹤翔万里

Results 47 comments of 鹤翔万里

Try reinstalling numpy ```sh pip uninstall numpy pip install numpy ```

Please search that in the issues page first! See #1556. Try running this in PowerShell: `Get-AppXPackage AcerIncorporated.PredatorSenseV30 -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}` > btw, please don't mention so...

What does "nothing happens" mean?

`manim version: master` ? I don't think so. I noticed that you use `from manimlib.imports import *` to import and used `TextMobject`, so I guess you are using the cairo-backend...

I can run your code without any error: And notice that `Text` doesn't use LaTeX to generate svg file, it uses pango. `Tex` and `TexText` use LaTeX, and if you...

> 'latex' is not recognized as an internal or external command, notice `'latex' is not recognized as an internal or external command`, that means you haven't installed LaTeX properly.

你是否修改了config文件,包含中文的需要用xelatex编译。 ```yaml tex: executable: xelatex -no-pdf intermediate_filetype: xdv template_file: ctex_template.tex text_to_replace: '[tex_expression]' ```

?完全是支持中文的啊,只要使用xelatex编译了 你这个只是另一种用法,而且它们背后的原理是完全不一样的 在使用的时候也会比较不方便,因为你需要把所有的中文和公式分开,再用VGroup合并

> 你是否修改了config文件,包含中文的需要用xelatex编译。 > > ```yaml > tex: > executable: xelatex -no-pdf > intermediate_filetype: xdv > template_file: ctex_template.tex > text_to_replace: '[tex_expression]' > ``` 我不是说了吗,新版要修改config文件 直接运行`manimgl --config`,在第[6/8]个问题的时候输入xelatex也可以