remote coding
突然想起来我好像还没记录过vimtex,这里来记录一手。
1 | #sudo pacman -Rns zathura zathura-pdf-mupdf texlive-basic texlive-latex texlive-latexextra texlive-binextra texlive-xetex texlive-langcjk texlive-fontsrecommended texlive-bibtexextra texlive-langchinese |
如果TeX环境坏了(比如很经典的pdflatex被更新了,但是.fmt还是旧的),就需要线修复TeX环境,一般来说,使用以下命令即可更新fmt:
1 | sudo fmtutil-sys --all |
如果没有成功,就需要彻底清理所有的fmt重来:
1 | rm -rf ~/.texlive |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
Comments



