manimgl install

manimgl安装

准备用manimgl渲染一些数学释义,配置tex的过程折腾了一番,记录一下备忘。

1
2
3
4
5
6
7
8
9
10
pip install tex
sudo apt-get install texlive-latex-base dvipng texlive-latex-extra cm-super xzdec
# setup tlmgr
tlmgr init-usertree
tlmgr option repository ftp://tug.org/historic/systems/texlive/2017/tlnet-final
# update tlmgr
#wget http://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh
#sh update-tlmgr-latest.sh -- --upgrade
# install physics.sty
sudo $(which tlmgr) install physics
/!-- -->