当前位置: 首页 > 工具软件 > VimTeX > 使用案例 >

mac配置vimtex+latexmk环境

魏煜祺
2023-12-01

latexmk

首先安装mac集成的basictex,然后终端输入

sudo tlmgr update --self --repository http://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/tlnet
sudo tlmgr install latexmk --repository http://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/tlnet

  • 中文编译失败 开头加上%! Tex program = xelatex
 类似资料: