diff --git a/_data/options.yml b/_data/options.yml index 9c0cd7d..da7de00 100644 --- a/_data/options.yml +++ b/_data/options.yml @@ -332,6 +332,8 @@ mirror_desc: desc: 运行在 Android 上的终端模拟器 Termux 的官方软件包仓库 - name: tinycorelinux desc: 为嵌入式开发的微型 Linux 发行版 + - name: tlpretest + desc: TeX Live 测试版本的软件包仓库与安装镜像 - name: ubuntu desc: 流行的 Linux 发行版 Ubuntu 的安装镜像和官方软件包仓库 - name: ubuntu-cdimage @@ -367,6 +369,7 @@ new_mirrors: - manjaro-arm - fdroid - kubernetes + - tlpretest unlisted_mirrors: - status: 'success' diff --git a/_posts/help/2017-08-10-CTAN.md b/_posts/help/2017-08-10-CTAN.md index f03555b..c57893f 100644 --- a/_posts/help/2017-08-10-CTAN.md +++ b/_posts/help/2017-08-10-CTAN.md @@ -25,4 +25,3 @@ tlmgr update --all --repository https://mirrors.tuna.tsinghua.edu.cn/CTAN/system 其中的 `update --all` 指令可根据需要修改。 -如下载时出现问题请将地址中的 https 改为 http。 diff --git a/_posts/help/2020-03-06-tlpretest.md b/_posts/help/2020-03-06-tlpretest.md new file mode 100644 index 0000000..ad7d328 --- /dev/null +++ b/_posts/help/2020-03-06-tlpretest.md @@ -0,0 +1,29 @@ +--- +category: help +layout: help +mirrorid: tlpretest +--- + +[tlpretest] 镜像使用帮助 +=================== + +tlpretest 是 TeX Live 在官方镜像之外发布的测试版本,详情可见 [官方介绍](https://www.tug.org/texlive/pretest.html)。 + +在 TeX Live 官方版更新冻结期间(通常为每年 2 到 4 月),用户可以通过 tlpretest 提前获得新版本的 TeX Live 及其包含的宏包更新。 + +在命令行中执行: + +``` +tlmgr option repository https://mirrors.tuna.tsinghua.edu.cn/tlpretest +``` + +即可永久更改镜像源。 + +如果只需要临时切换,可以用如下命令: + +``` +tlmgr update --all --repository https://mirrors.tuna.tsinghua.edu.cn/tlpretest +``` + +其中的 `update --all` 指令可根据需要修改。 +