跳转至

tlmgr 管理包

记录 tlmgr 管理 \(\TeX\) 宏包的代码。

BasicTex 使用 tlmgr 安装宏包

Bash
sudo tlmgr install 宏包名

tlmgr install: package XXX not present in repository.

如果找不到某个包,可以考虑:

  1. 更换安装来源

  2. 有可能 XXX 并不是一个完整的包,它只是某一个包的子包,可以转到 CTAN 查找上级包。

ctan

tlmgr 查看当前宏包来源

Bash
tlmgr repository list

tlmgr 更换宏包来源

Bash
sudo tlmgr option repository <url>/tlnet

大陆地区目前可用的源(参考 关于 tlmgr 使用方法的简介)。

镜像站名称 TEX Live 源地址
阿里云 https://mirrors.aliyun.com/CTAN/systems/texlive/
北京交通大学 https://mirror.bjtu.edu.cn/ctan/systems/texlive/
北京理工大学 https://mirrors.bit.edu.cn/CTAN/systems/texlive/
北京外国语大学 https://mirrors.bfsu.edu.cn/CTAN/systems/texlive/
重庆大学 https://mirrors.cqu.edu.cn/CTAN/systems/texlive/
东莞理工学院 https://mirrors.dgut.edu.cn/CTAN/systems/texlive/
哈尔滨工业大学 https://mirrors.hit.edu.cn/CTAN/systems/texlive/
华为云 https://mirrors.huaweicloud.com/CTAN/systems/texlive/
华中科技大学 http://mirrors.hust.edu.cn/CTAN/systems/texlive/
兰州大学 https://mirror.lzu.edu.cn/CTAN/systems/texlive/
南京大学 https://mirrors.nju.edu.cn/CTAN/systems/texlive/
清华大学 https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/
上海交通大学 https://mirrors.sjtug.sjtu.edu.cn/ctan/systems/texlive/
上海科技大学 https://mirrors.geekpie.club/CTAN/systems/texlive/
腾讯云 https://mirrors.cloud.tencent.com/CTAN/systems/texlive/
中国科学技术大学 https://mirrors.ustc.edu.cn/CTAN/systems/texlive/

评论