Texlive2020 for win10 宏包更新

作者用命令提示符更新texlive的宏包,我认为这个方法非常简单实用
1.以管理员身份打开命令提示符
texlive for win10宏包更新
2.系统自动选择镜像网站
tlmgr option repository ctan
texlive for win10宏包更新
3.更新宏包
tlmgr update --self --all
其中–self参数表示升级tlmgr本身,–all表示升级所有宏包
4.如果不需要更新只是列出可更新的宏包
tlmgr update --list

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2021-11-05
  • 2021-08-19
  • 2022-02-08
  • 2021-10-05
  • 2021-07-09
猜你喜欢
  • 2021-05-27
  • 2022-01-12
  • 2021-08-16
  • 2021-12-19
  • 2021-12-29
  • 2021-08-17
相关资源
相似解决方案