Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links in CTAN doc #73

Merged
merged 2 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:17-bullseye
FROM node:18-bullseye

WORKDIR /app
COPY package.json yarn.lock ./
Expand Down
6 changes: 3 additions & 3 deletions docs/zh/CTAN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ TeX Live 是目前使用最为广泛的 TeX 发行版,支持 Windows、Linux

#### 安装

TeX Live 发行版的常见安装方法可以参考此文档
TeX Live 发行版的常见安装方法可以参考[此文档](https://mirrors.zju.edu.cn/CTAN/info/install-latex-guide-zh-cn/install-latex-guide-zh-cn.pdf)

除每年更新的完整版 ISO 镜像以外, CTAN 镜像中也包含在线安装器。这种方法可以使安装的所有宏包均为最新版本,但受网络连接状况影响较大。操作方法为(*很可能需要管理员权限*):

1. 下载 `install-tl.zip` 并解压缩
1. 下载 [`install-tl.zip`](https://mirrors.zju.edu.cn/CTAN/systems/texlive/tlnet/install-tl.zip) 并解压缩
2. Windows 下双击运行其中的 `install-tl.bat` 。如果有图形化界面,可以在进入安装器前的右下角按钮指定使用镜像源。
Linux 下使用如下命令:
```bash
Expand Down Expand Up @@ -60,4 +60,4 @@ MiKTeX 使用的 CTAN 镜像源可以从内置的 MiKTeX Console 图形化应用

```bash
mpm --set-repository=https://mirrors.zju.edu.cn/CTAN/systems/win32/miktex/tm/packages/
```
```
Loading