texlive[74816] Master: install-latex-guide-zh-cn (1apr25)

commits+karl at tug.org commits+karl at tug.org
Tue Apr 1 21:59:58 CEST 2025


Revision: 74816
          https://tug.org/svn/texlive?view=revision&revision=74816
Author:   karl
Date:     2025-04-01 21:59:58 +0200 (Tue, 01 Apr 2025)
Log Message:
-----------
install-latex-guide-zh-cn (1apr25)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/README.md
    trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/editor.tex
    trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/macos.tex
    trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/overleaf.tex
    trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/preface.tex
    trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/ubuntu.tex
    trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/windows.tex
    trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/wsl.tex
    trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/install-latex-guide-zh-cn.pdf
    trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/install-latex-guide-zh-cn.tex
    trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/make.bat
    trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/makefile
    trunk/Master/tlpkg/libexec/ctan2tds

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/build.lua
    trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/addition.tex
    trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/mirror.tex
    trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/offline.tex
    trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/updateinfo.tex

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/appendix/

Modified: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/README.md	2025-04-01 19:58:42 UTC (rev 74815)
+++ trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/README.md	2025-04-01 19:59:58 UTC (rev 74816)
@@ -1,3 +1,8 @@
+[![CTAN Version](https://img.shields.io/ctan/v/install-latex-guide-zh-cn)](https://ctan.org/pkg/install-latex-guide-zh-cn)
+[![GitHub Release](https://img.shields.io/github/v/release/OsbertWang/install-latex-guide-zh-cn)](https://github.com/OsbertWang/install-latex-guide-zh-cn/releases/latest)
+[![Actions Status](https://github.com/OsbertWang/install-latex-guide-zh-cn/workflows/Automated%20testing/badge.svg)](https://github.com/OsbertWang/install-latex-guide-zh-cn/actions)
+[![GitHub Repo stars](https://img.shields.io/github/stars/OsbertWang/install-latex-guide-zh-cn)](https://github.com/OsbertWang/install-latex-guide-zh-cn)
+[![GitHub Last Commit](https://img.shields.io/github/last-commit/OsbertWang/install-latex-guide-zh-cn)](https://github.com/OsbertWang/install-latex-guide-zh-cn/commits)
 # Install-LaTeX-Guide-zh-cn (A short introduction to LaTeX installation written in Chinese)
 
 This package will introduce the operations related to installing TeX Live (introducing MacTeX in macOS), upgrading packages, and compiling simple documents on Windows 11, Ubuntu 22.04, and macOS systems, and mainly introducing command line operations.
@@ -12,7 +17,7 @@
 ```
 latexmk -xelatex -synctex=1 install-latex-guide-zh-cn
 ```
-Users who cannot use `latexmk` can execute `make.bat` or `make` according to their operating system.
+Users who cannot use `latexmk` can execute `make.bat` or `make` according to their operating system. `build.lua` is also provided so that users can execute `l3build doc` or `l3build ctan` to compile the source files.
 
 If you need the PDF file compiled by this project, you can download it from [Releases](https://github.com/OsbertWang/install-latex-zh-cn/releases/latest).
 
@@ -34,7 +39,7 @@
 ```
 latexmk -xelatex -synctex=1 install-latex-guide-zh-cn
 ```
-无法使用 `latexmk` 的用户可以根据自己的操作系统执行 `make.bat` 或 `make`.
+无法使用 `latexmk` 的用户可以根据自己的操作系统执行 `make.bat` 或 `make`. 本项目同时提供了 `build.lua`, 用户可执行 `l3build doc` 或 `l3build ctan` 来编译源文件.
 
 若需要本项目编译完成的 PDF 文件, 可至 [Releases](https://github.com/OsbertWang/install-latex-zh-cn/releases/latest) 处下载.
 

Added: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/build.lua
===================================================================
--- trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/build.lua	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/build.lua	2025-04-01 19:59:58 UTC (rev 74816)
@@ -0,0 +1,75 @@
+--[==========================================[--
+   L3BUILD FILE FOR INSTALL-LATEX-GUIDE-ZH-CN
+     Check PDF File & Directory After Build
+--]==========================================]--
+
+--[==========================================[--
+                Basic Information
+             Do Check Before Upload
+--]==========================================]--
+module           = "install-latex-guide-zh-cn"
+version          = "v2025.4.1"
+maintainer       = "Ran Wang"
+maintainid       = "OsbertWang"
+email            = "ranwang.osbert at outlook.com"
+repository       = "https://github.com/" .. maintainid .. "/" .. module
+announcement     = ""
+summary          = "A short introduction to LaTeX installation written in Chinese"
+description      = [[
+This package will introduce the operations related to installing TeX Live
+(introducing MacTeX in macOS), upgrading packages, and compiling simple documents on Windows 11, Ubuntu 22.04, and macOS systems, and mainly introducing command line operations.
+]]
+
+--[==========================================[--
+            Pack and Upload To CTAN
+         Don't Modify Unless Necessary
+--]==========================================]--
+typesetexe       = "xelatex"
+typesetopts      = "-interaction=nonstopmode -synctex=1"
+typesetfiles     = {module .. ".tex"}
+supportdir       = "chapter"
+typesetsuppfiles = {"*.tex"}
+textfiles        = {"*.md", "LICENSE", "*.lua", "*.bat", "makefile"}
+excludefiles     = {"*~"}
+cleanfiles       = {"*.log", "*.pdf", "*.zip", "*.curlopt"}
+ctanzip          = module
+
+function copyctan()
+  local pkgsuppdir = ctandir .. "/" .. ctanpkg .. "/" .. supportdir
+  mkdir(pkgsuppdir)
+  for _,supptab in pairs(typesetsuppfiles) do
+    cp(supptab, supportdir, pkgsuppdir)
+  end
+  local pkgdir = ctandir .. "/" .. ctanpkg
+  mkdir(pkgdir)
+  local function copyfiles(files,source)
+    for _,filetype in pairs(files) do
+      cp(filetype,source,pkgdir)
+    end
+  end
+  for _,tab in pairs({pdffiles,typesetlist}) do
+    copyfiles(tab,docfiledir)
+  end
+  for _,file in pairs(textfiles) do
+    cp(file, textfiledir, pkgdir)
+  end
+end
+
+uploadconfig = {
+  pkg          = module,
+  version      = version,
+  author       = maintainer,
+  uploader     = maintainer,
+  email        = email,
+  summary      = summary,
+  description  = description,
+  announcement = announcement,
+  license      = "lppl1.3c",  
+  ctanPath     = "/info/" .. module,
+  home         = repository,
+  support      = repository .. "/issues",
+  bugtracker   = repository .. "/issues",
+  repository   = repository,
+  development  = "https://github.com/" .. maintainid,
+  update       = true
+}
\ No newline at end of file


Property changes on: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/build.lua
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/addition.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/addition.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/addition.tex	2025-04-01 19:59:58 UTC (rev 74816)
@@ -0,0 +1,406 @@
+% !TeX root = ../install-latex-guide-zh-cn.tex
+
+\chapter{有关 Ubuntu 和 WSL 的补充}\label{chp:appendix:addition}
+
+\section{更换 Ubuntu 22.04 源}\label{sec:addition:source}
+
+鉴于大陆网络现状,
+建议更换 Ubuntu 22.04 源至国内,
+例如更换至清华大学.
+在 \textsf{Terminal} 中执行
+\begin{lstlisting}[language = bash]
+  sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
+\end{lstlisting}
+备份 \texttt{sources.list} 文件.
+接下来执行
+\begin{lstlisting}[language = bash]
+  sudo gedit /etc/apt/sources.list
+\end{lstlisting}
+将文件替换为以下内容%
+\footnote{本段文字可至%
+  \href{https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/}{清华大学镜像网站}%
+  获取}
+\begin{lstlisting}
+  # 默认注释了源码镜像以提高 apt update 速度, 如有需要可自行取消注释
+  deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse
+  # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse
+  deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse
+  # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse
+  deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse
+  # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse
+
+  # deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-security main restricted universe multiverse
+  # # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-security main restricted universe multiverse
+
+  deb http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
+  # deb-src http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
+
+  # 预发布软件源, 不建议启用
+  # deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse
+  # # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse
+\end{lstlisting}
+保存退出.
+再执行
+\begin{lstlisting}[language=bash]
+  sudo apt update && sudo apt upgrade
+\end{lstlisting}
+换源并更新.
+若更改错误,
+可执行
+\begin{lstlisting}[language=bash]
+  sudo cp /etc/apt/sources.list.bak /etc/apt/sources.list
+\end{lstlisting}
+恢复文件.
+
+\section{安装字体}\label{sec:addition:font}
+
+有用户指出,
+Ubuntu 中安装字体比较麻烦.
+这里给出一个方法.
+
+在安装字体前先保证 \texttt{fontconfig} 和 \texttt{xfonts-utils} 已安装
+\begin{lstlisting}[language=bash]
+  sudo apt install fontconfig xfonts-utils
+\end{lstlisting}
+获取需要安装的字体文件,
+假设文件保存在 \verb|~/myfonts/|,
+WSL 用户甚至可以保存在主系统路径中.
+然后将其链接到 \texttt{/usr/share/fonts/} 文件夹
+\begin{lstlisting}[language=bash]
+  sudo ln -s ~/myfonts /usr/share/fonts
+\end{lstlisting}
+最后建立字体缓存
+\begin{lstlisting}[language=bash]
+  mkfontscale
+  mkfontdir
+  fc-cache -fv
+\end{lstlisting}
+这时执行
+\begin{lstlisting}[language=bash]
+  fc-list
+\end{lstlisting}
+即可见到目前可用的字体.
+若要删除刚刚安装的字体,
+只需要直接删除
+\begin{lstlisting}[language=bash]
+  sudo rm /usr/share/fonts/myfonts
+\end{lstlisting}
+
+实际上有部分字体可直接使用源进行安装,
+如安装字体 Noto CJK
+\begin{lstlisting}[language=bash]
+  sudo apt install fonts-noto-cjk
+  sudo apt install fonts-noto-cjk-extra
+\end{lstlisting}
+安装 Windows 系统中常见的字体 Andale Mono,
+Arial Black,
+Arial (Bold, Italic, Bold Italic),
+Comic Sans MS (Bold),
+Courier New (Bold, Italic, Bold Italic),
+Georgia (Bold, Italic, Bold Italic),
+Impact,
+Times New Roman (Bold, Italic, Bold Italic),
+Trebuchet (Bold, Italic, Bold Italic),
+Verdana (Bold, Italic, Bold Italic),
+Webdings
+\begin{lstlisting}[language=bash]
+  sudo apt install ttf-mscorefonts-installer
+\end{lstlisting}
+安装字体文泉驿正黑,
+文泉驿微米黑,
+文泉驿等宽微米黑,
+文泉驿点阵宋体,
+文泉驿点阵楷体
+\begin{lstlisting}[language=bash]
+  sudo apt install ttf-wqy-zenhei
+\end{lstlisting}
+
+\section{反向代理 PPA}\label{sec:addition:proxy}
+
+这里介绍中科大的\href{https://mirrors.ustc.edu.cn/}{反向代理},
+将
+\begin{lstlisting}[language = bash]
+  /etc/apt/sources.list.d/
+\end{lstlisting}
+中文件的内容
+\begin{lstlisting}
+  http(s)://ppa.launchpad.net
+\end{lstlisting}
+改为
+\begin{lstlisting}
+  https://launchpad.proxy.ustclug.org
+\end{lstlisting}
+而后再
+\begin{lstlisting}[language = bash]
+  sudo apt update
+\end{lstlisting}
+即完成换源.
+有时地址太多而逐个换太麻烦,
+可以直接使用如下命令直接替换\footnote{参见 \url{https://mogeko.me/posts/zh-cn/035/}}
+\begin{lstlisting}[language = bash]
+  sudo find /etc/apt/sources.list.d/ -type f -name "*.list" -exec  sed  -i.bak -r  's#deb(-src)?\s*http(s)?://ppa.launchpad.net#deb\1 https\2://launchpad.proxy.ustclug.org#ig' {} \;
+\end{lstlisting}
+
+\section{用 VS Code 作为 WSL 中的编辑器}\label{sec:addition:wsl-editor}
+
+微软最近频繁推荐 WSL 作为开发工具,
+详情阅读%
+\href{https://learn.microsoft.com/zh-cn/windows/wsl/tutorials/wsl-vscode}{微软文档}.
+本手册在此基础上,
+借助 \href{https://code.visualstudio.com/download}{VS Code} 的 \href{https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack}{Remote Development}
+插件实现若干功能.
+若非特别指明,
+以下操作均在 WSL 中用 \textsf{bash} 执行.
+
+VS Code 的插件权限有限,
+当更改 \texttt{sources.list} 时,
+先在 \textsf{bash} 中将 \texttt{sources.list} 备份
+\begin{lstlisting}[language=bash]
+  sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
+\end{lstlisting}
+再用 VS Code 打开文档
+\begin{lstlisting}[language=bash]
+  code /etc/apt/sources.list
+\end{lstlisting}
+并对其中内容进行更改,
+并且另存为
+\begin{lstlisting}
+  ~/sources.list.sav
+\end{lstlisting}
+执行
+\begin{lstlisting}[language=bash]
+  sudo cp ~/sources.list.sav /etc/apt/sources.list
+\end{lstlisting}
+替换文档.
+若发现文档有错误,
+执行
+\begin{lstlisting}[language=bash]
+  sudo cp /etc/apt/sources.list.bak /etc/apt/sources.list
+\end{lstlisting}
+恢复文档.
+
+更改 \texttt{.bashrc} 相对简单,
+将 \texttt{.bashrc} 备份
+\begin{lstlisting}[language=bash]
+  cp ~/.bashrc ~/.bashrc.bak
+\end{lstlisting}
+用 VS Code 打开文档
+\begin{lstlisting}[language=bash]
+  code ~/.bashrc
+\end{lstlisting}
+并对其中内容进行更改并保存.
+若更改错误,
+可以执行
+\begin{lstlisting}[language=bash]
+  cp ~/.bashrc.bak ~/.bashrc
+\end{lstlisting}
+恢复文档.
+
+利用
+\href{https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop}{\LaTeX\ Workshop}
+插件可以将 VS Code 作为 \LaTeX\ 编辑器,
+难点在于如何设置.
+这里还是建议用户阅读插件
+\href{https://github.com/James-Yu/LaTeX-Workshop/wiki}{Wiki}
+了解更多内容.
+以下 VS Code 设置的 json 文件内容为个人自用的 \LaTeX\ Workshop 设置,
+仅供参考,
+其中注释的部分是调用外部 SumatraPDF 阅读器的设置,
+用户可阅读
+\href{https://github.com/OsbertWang/latex-editor-sumatrapdf}{latex-editor-sumatrapdf}
+来了解更多内容.
+\begin{lstlisting}
+  "latex-workshop.latex.tools": [
+    {
+      "name": "latexmkpdf",
+      "command": "latexmk",
+      "args": [
+        "-synctex=1",
+        "-interaction=nonstopmode",
+        "-halt-on-error",
+        "-file-line-error",
+        "-pdf",
+        "%DOCFILE%"
+      ]
+    },
+    {
+        "name": "latexmkxe",
+        "command": "latexmk",
+        "args": [
+          "-synctex=1",
+          "-interaction=nonstopmode",
+          "-halt-on-error",
+          "-file-line-error",
+          "-xelatex",
+          "%DOCFILE%"
+        ]
+      },
+  ],
+  "latex-workshop.latex.recipes": [
+    {
+      "name": "latexmkpdf",
+      "tools": [
+        "latexmkpdf"
+      ]
+    },
+    {
+        "name": "latexmkxe",
+        "tools": [
+          "latexmkxe"
+        ]
+      },
+  ],
+  "latex-workshop.latex.autoBuild.run": "never",
+  "latex-workshop.view.pdf.viewer": "tab"
+  // "latex-workshop.view.pdf.viewer": "external",
+  // "latex-workshop.view.pdf.ref.viewer": "external",
+  // "latex-workshop.view.pdf.external.viewer.command": "<SumatraPDFROOT>/SumatraPDF.exe",
+  // "latex-workshop.view.pdf.external.viewer.args": [
+  //   "-inverse-search",
+  //   "\"<VSCodeROOT>/bin/code.cmd\" -r -g \"%f:%l\"",
+  //   "%PDF%"
+  // ],
+  // "latex-workshop.view.pdf.external.synctex.command":"<SumatraPDFROOT>/SumatraPDF.exe",
+  // "latex-workshop.view.pdf.external.synctex.args":[
+  //   "-forward-search",
+  //   "%TEX%",
+  //   "%LINE%",
+  //   "%PDF%",
+  // ],
+\end{lstlisting}
+
+实际使用时,
+用户需要结合自身安装情况更换 \texttt{<SumatraPDFROOT>} 和 \texttt{<VSCodeROOT>},
+即 SumatraPDF 和 VS Code 各自的安装路径.
+
+另外需要声明的是,
+\LaTeX\ Workshop 插件并不局限在 WSL 当中,
+它的配置是可以通用的.
+
+\section{迁移 WSL 的安装位置}
+
+考虑到一部分用户的系统盘空间有限,
+且根据%
+\href{https://learn.microsoft.com/zh-cn/windows/wsl/troubleshooting?source=recommendations#installation-issues}{微软官方文档},
+WSL 只能安装在系统盘,
+因此可以考虑迁移 WSL 的安装位置到其他盘.
+本部分内容源自
+\href{https://superuser.com/questions/1701175/installing-ubuntu-on-mnt-d-with-wsl}{\textsf{Stack\textbf{Exchange}}}.
+方法牵扯到主系统和子系统的操作.
+
+第一步,
+建立新的位置.
+假设新位置在 \texttt{X:\textbackslash} 盘.
+在 \textsf{cmd} 中执行
+\begin{lstlisting}[language=bash]
+  wsl -l
+\end{lstlisting}
+可以查到当前已经安装的 WSL 分发,
+例如
+\begin{lstlisting}
+  适用于 Linux 的 Windows 子系统分发:
+  Ubuntu (默认)
+\end{lstlisting}
+在 \textsf{bash} 中执行
+\begin{lstlisting}[language=bash]
+  lsb_release -a
+\end{lstlisting}
+查到实际 WSL 内 Ubuntu 的版本,
+例如
+\begin{lstlisting}
+  No LSB modules are available.
+  Distributor ID: Ubuntu
+  Description:    Ubuntu 22.04.2 LTS
+  Release:        22.04
+  Codename:       jammy
+\end{lstlisting}
+然后在 \textsf{cmd} 中执行
+\begin{lstlisting}[language=bash]
+  mkdir X:\WSL\instances\Ubuntu2204
+  mkdir X:\WSL\images
+  cd X:\WSL\images
+\end{lstlisting}
+%\begin{lstlisting}
+%  New-Item -ItemType Directory -Path "X:\WSL\instances\Ubuntu2204" -Force
+%  Set-Location (New-Item -ItemType Directory -Path "X:\WSL\images" -Force)
+%\end{lstlisting}
+创建新的位置.
+这里起名 \texttt{Ubuntu2204} 是因为 Ubuntu 实际版本为 22.04,
+也可以起其他名字.
+
+第二步,
+导出原 WSL 分发并导入新位置.
+在 \textsf{cmd} 中执行
+\begin{lstlisting}[language=bash]
+  wsl --export Ubuntu ubuntu.tar
+  wsl --import Ubuntu2204 X:\WSL\instances\Ubuntu2204 ubuntu.tar --version 2
+\end{lstlisting}
+第一行的 \texttt{Ubuntu} 指的是系统默认的 WSL 分发,
+这条命令将原本的分发导出为一个压缩包.
+第二行的 \texttt{Ubuntu2204} 是未来指定的 WSL 分发,
+也就是将前面导出的压缩包导入成新的 WSL 分发.
+
+第三步,
+启动新的分发并且设置为默认.
+在 \textsf{cmd} 中执行
+\begin{lstlisting}[language=bash]
+  wsl ~ -d Ubuntu2204
+\end{lstlisting}
+进入 \texttt{Ubuntu2204} 分发的 WSL 系统,
+在当前 \textsf{bash} 中执行
+\begin{lstlisting}[language=bash]
+  sudo -e /etc/wsl.conf
+\end{lstlisting}
+输入以下内容
+\begin{lstlisting}
+  [user]
+  default=<your_username>
+\end{lstlisting}
+\texttt{<your\_username>} 是用户自定义的 WSL 的用户名,
+个人用了原本 \texttt{Ubuntu} 分发内的用户名.
+然后依次 \keys{\ctrl + X}, \keys{Y}, \keys{\enter} 保存退出.
+退出 \texttt{bash},
+在 \textsf{cmd} 中执行
+\begin{lstlisting}[language=bash]
+  wsl --terminate Ubuntu2204
+  wsl ~ -d Ubuntu2204
+\end{lstlisting}
+这时如果一切正常,
+就可以将 \texttt{Ubuntu2204} 设置为默认 WSL 分发,
+即在 \textsf{cmd} 中执行
+\begin{lstlisting}[language=bash]
+  wsl --set-default Ubuntu2204
+\end{lstlisting}
+这时在 \textsf{bash} 中执行
+\begin{lstlisting}[language=bash]
+  echo $WSL_DISTRO_NAME
+\end{lstlisting}
+返回结果
+\begin{lstlisting}
+  Ubuntu2204
+\end{lstlisting}
+就表明一切正常.
+
+第四步,
+删除旧分发.
+在 \textsf{cmd} 中执行
+\begin{lstlisting}[language=bash]
+  wsl --unregister Ubuntu
+\end{lstlisting}
+就将旧分发 \texttt{Ubuntu} 删除了.
+这时在 \textsf{cmd} 中执行
+\begin{lstlisting}[language=bash]
+  wsl -l
+\end{lstlisting}
+将看到
+\begin{lstlisting}
+  适用于 Linux 的 Windows 子系统分发:
+  Ubuntu2204 (默认)
+\end{lstlisting}
+
+实际上,
+将整个 WSL 的安装位置迁移还有一个好处.
+根据%
+\href{https://learn.microsoft.com/zh-cn/windows/wsl/filesystems#file-storage-and-performance-across-file-systems}{微软官方文档},
+将项目文件直接存储在 WSL 的驱动器上,
+性能速度会提高.


Property changes on: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/addition.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/editor.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/editor.tex	2025-04-01 19:58:42 UTC (rev 74815)
+++ trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/editor.tex	2025-04-01 19:59:58 UTC (rev 74816)
@@ -6,7 +6,7 @@
 
 在实际操作中, 用户会发觉使用记事本编写 \texttt{tex} 文件十分不便,
 因此很多用户都将其他编辑器作为自己的首选.
-这里向大家介绍随 \TeX{} Live 一同发行的轻量级编辑器 \TeX works
+这里向大家介绍随 \TeX\ Live 一同发行的轻量级编辑器 \TeX works
 和功能更加丰富的
 \TeX studio.
 其他编辑器无法一一介绍, 还请自己在网上寻求更多帮助. 
@@ -13,13 +13,13 @@
 
 \subsection{\TeX works}
 
-\TeX works 是一款轻量级的 \LaTeX 编辑器, 个人认为非常适合入门级用户使用%
+\TeX works 是一款轻量级的 \LaTeX\ 编辑器, 个人认为非常适合入门级用户使用%
 \footnote{很多用户在编写 \texttt{tex} 文件时喜欢借助其他工具,
 这不是个好习惯, 这里鼓励用户多手动敲代码}. 
 
 和大多数国产软件不同, \TeX works 不会自动在桌面生成快捷方式,
 新人往往不知道如何打开它. 
-实际上 \TeX works 在 \TeX{} Live 安装路径的
+实际上 \TeX works 在 \TeX\ Live 安装路径的
 \texttt{\textbackslash bin\textbackslash windows} 中,
 可在 \textsf{cmd} 中执行 \texttt{texworks} 打开,
 也可直接在 Windows 搜索栏里搜 \TeX works 打开. 
@@ -28,7 +28,7 @@
 在默认状态下打开软件、编写代码、保存文件后,
 用户可使用 \TeX works 的“排版”按钮进行文档编译而不必回到命令行%
 \footnote{实际上编辑器的按钮也是调用命令行来编译文档,
-\TeX works 默认排版快捷键是 \keys{ctrl + T}}. 
+\TeX works 默认排版快捷键是 \keys{ctrl + T}}.
 按钮旁边是编译命令菜单, 用户可根据需要自行选择. 
 
 下面介绍几个常用的功能. 
@@ -102,7 +102,7 @@
 \begin{table}
   \centering
   \caption{\TeX works 已有定义}\label{tab:variables}
-  \begin{tabular}{p{0.15\linewidth}p{0.75\linewidth}}
+  \begin{tabular}{>{\ttfamily}p{0.18\linewidth}p{0.75\linewidth}}
     \toprule
     Option & Description\\
     \midrule
@@ -119,7 +119,7 @@
 
 默认情况, \TeX works没有搭载拼写检查字典, 需要用户自己配置. 
 首先, 访问
-\href{https://extensions.openoffice.org/dictionary}{openoffice}
+\href{https://extensions.openoffice.org/dictionary}{\textsf{OpenOffice}}
 下载 \texttt{.oxt} 文件.
 将 \texttt{.oxt} 文件重命名为 \texttt{.zip} 文件,
 解压缩得到里面的 \texttt{.dic} 和 \texttt{.aff} 文件.
@@ -225,7 +225,6 @@
 打开 \menu{Side Panel},
 点击软件左侧边栏第 4 个图标 \menu{Symbols}.
 
-
 \subsubsection{插入、改写调整}
 
 与很多其他编辑器一样,
@@ -261,9 +260,9 @@
 则该命令会出现红色背景.
 
 \TeX studio 能够识别的命令全部被写入了
-\href{https://github.com/texstudio-org/texstudio/tree/master/completion}{cwl 文件}
+\href{https://github.com/texstudio-org/texstudio/tree/master/completion}{\texttt{cwl} 文件}
 中. 
-用户可以根据自己的需要更改 cwl 文件,
+用户可以根据自己的需要更改 \texttt{cwl} 文件,
 然后将其放入
 \texttt{<settings directory>\textbackslash completion\textbackslash user}
 文件夹%
@@ -354,7 +353,7 @@
 有一些用户喜欢深色的颜色方案.
 手动修改颜色不方便的话, 我们可以从网上找到一些现成的颜色方案,
 例如
-\href{https://tex.stackexchange.com/questions/108315/how-can-i-set-a-dark-theme-in-texstudio}{stackexchange 网站}%
+\href{https://tex.stackexchange.com/questions/108315/how-can-i-set-a-dark-theme-in-texstudio}{\textsf{Stack\textbf{Exchange}} 网站}%
 和%
 \href{https://robjhyndman.com/hyndsight/dark-themes-for-writing/}{某些用户的博客}.
 更改方案只需要打开 \texttt{ini} 文件,
@@ -430,7 +429,7 @@
   sudo apt install texstudio
 \end{lstlisting}
 即可安装 \TeX studio.
-注意安装过程中会产生一些依赖, 它们包括了源内的 \TeX{} live 包, 如 \texttt{tex-common}, \texttt{texlive-base}, \texttt{texlive-binaries}, \texttt{texlive-latex-base} 和 \texttt{texlive-latex-recommended}.
+注意安装过程中会产生一些依赖, 它们包括了源内的 \TeX\ live 包, 如 \texttt{tex-common}, \texttt{texlive-base}, \texttt{texlive-binaries}, \texttt{texlive-latex-base} 和 \texttt{texlive-latex-recommended}.
 用户需要卸载它们,
 参见 \ref{sec:ubuntu:aptremove}~节.
 
@@ -490,7 +489,7 @@
 
 \subsection{\TeX Shop}
 
-Mac\TeX{} 自带 \TeX Shop 编辑器 (注意不要与其他自带的程序混淆),
+Mac\TeX\ 自带 \TeX Shop 编辑器 (注意不要与其他自带的程序混淆),
 通常在安装完毕后便可立即使用.
 通过编辑器打开 \texttt{main.tex},
 将排版程序 (工具栏上面左数第二个下拉菜单) 由默认的 \menu{LaTeX} 切换到
@@ -534,7 +533,7 @@
 \href{https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop}{LaTeX Workshop}
 可以作为一款跨平台的编辑器来使用,
 具体设置方式建议阅读插件
-\href{https://github.com/James-Yu/LaTeX-Workshop/wiki}{wiki}
+\href{https://github.com/James-Yu/LaTeX-Workshop/wiki}{Wiki}
 了解更多内容,
 一些网友的教程可以参考,
 如
@@ -550,7 +549,7 @@
 但熟练掌握用法后,
 用户将很容易对其进行定制.
 \href{http://vim-latex.sourceforge.net/}{Vim-LaTeX}
-尝试提供一套全面的工具来查看、编辑和编译LaTeX文档,
+尝试提供一套全面的工具来查看、编辑和编译 \LaTeX\ 文档,
 用户可以考虑使用.
 
 更多编辑器可参考 TUG 的%
@@ -558,27 +557,28 @@
 
 \section{多款编辑器对比参考}
 
-显然, 能够支持 \LaTeX{} 的编辑器并不局限于本手册所介绍的几款.
-表~\ref{tab:editor} 是 \href{https://ddswhu.me/}{ddswhu} 在 \LaTeX{}
-小圈子内部对 \LaTeX{} 编辑器所进行的用户体验调查的结果, 比较主观, 仅供参考.
+显然, 能够支持 \LaTeX\ 的编辑器并不局限于本手册所介绍的几款.
+表~\ref{tab:editor} 是 \href{https://ddswhu.me/}{ddswhu}
+在 \LaTeX\ 小圈子内部对 \LaTeX\ 编辑器所进行的用户体验调查的结果,
+比较主观, 仅供参考.
 其中 Sublime Text 和 Visual Studio Code 为文本编辑器,
-它们需要借助插件才能支持 \LaTeX{} 编译.
+它们需要借助插件才能支持 \LaTeX\ 编译.
 对自己网络非常自信的用户也可以参考
-\href{https://en.wikipedia.org/wiki/Comparison_of_TeX_editors}{wikipedia}
+\href{https://en.wikipedia.org/wiki/Comparison_of_TeX_editors}{\textsc{V\kern-.5em V\kern -.125em ikipediA}}
 上的对比结果.
 
 \begin{table}[htbp]
   \centering
-  \caption{\LaTeX{} 编辑器对比}
+  \caption{\LaTeX\ 编辑器对比}
     \begin{tabular}{cccccc}
     \toprule
              &  WinEdt      &  \TeX studio  & \TeX works   &  Sublime Text &  VS Code     \\
              \cline{5-6}
-    插件依赖  &        &   &  &  \href{https://latextools.readthedocs.io/en/latest/}{\LaTeX{}Tools} &  \href{https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop}{\LaTeX{} Workshop}   \\
+    插件依赖  &        &   &  &  \href{https://latextools.readthedocs.io/en/latest/}{\LaTeX Tools} &  \href{https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop}{\LaTeX\ Workshop}   \\
     \midrule
     主流系统  &  Win          &  全平台        & Linux/Win     &  全平台        &  全平台       \\
     软件类型  &  商业软件      &  开源软件       & 开源软件       &  商业软件       &  开源软件     \\
-    软件价格  &  \href{https://item.taobao.com/item.htm?id=551105790596&skuId=4480070519923}{239 元}       &  0             &  0            &  \href{https://www.sublimehq.com/store/text}{80 美元}        &  0           \\
+    软件价格  &  \href{https://item.taobao.com/item.htm?id=551105790596&skuId=4480070519923}{179 元}       &  0             &  0            &  \href{https://www.sublimehq.com/store/text}{99 美元}        &  0           \\
     授权方式  &  终身/教育     &               &               &  终身/个人      &               \\
     % 附加信息  &  教育版本      &               &               &  三年更新       &               \\
     代码高亮  &  \stars{2.7}  &  \stars{3.2}  &  \stars{1.5}  &  \stars{4.3}  &  \stars{4.5}  \\
@@ -591,4 +591,4 @@
     \bottomrule
     \end{tabular}%
   \label{tab:editor}%
-\end{table}%
+\end{table}

Modified: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/macos.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/macos.tex	2025-04-01 19:58:42 UTC (rev 74815)
+++ trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/macos.tex	2025-04-01 19:59:58 UTC (rev 74816)
@@ -4,11 +4,11 @@
 
 \section{安装 Mac\TeX}
 
-Mac\TeX{} 是 \TeX{} Live 在 macOS 下的再打包版本,
+Mac\TeX\ 是 \TeX\ Live 在 macOS 下的再打包版本,
 并额外加入了一些辅助程序.
-在 macOS 上安装 Mac\TeX 可以选择以下两种方式: 
+在 macOS 上安装 Mac\TeX\ 可以选择以下两种方式: 
 \begin{description}
-  \item[直接下载 Mac\TeX{} 安装包进行安装]
+  \item[直接下载 Mac\TeX\ 安装包进行安装]
   将安装文件下载到本地,
   然后按照安装提示进行安装.
   \item[借助 Homebrew 以命令行方式安装]
@@ -16,14 +16,14 @@
   然后通过命令行进行在线安装.
 \end{description}
 
-目前比较推荐直接下载 Mac\TeX{} 安装包的安装方式,
+目前比较推荐直接下载 Mac\TeX\ 安装包的安装方式,
 因为最近一段时间以来,
 大陆用户对 GitHub 的访问极不稳定,
 有可能会导致 Homebrew 安装失败.
 
-\subsection{直接下载 Mac\TeX{} 安装包进行安装}
+\subsection{直接下载 Mac\TeX\ 安装包进行安装}
 
-\href{https://mirror.ctan.org/systems/mac/mactex/MacTeX.pkg}{下载} Mac\TeX{} 的安装包 \texttt{MacTeX.pkg},
+\href{https://mirror.ctan.org/systems/mac/mactex/MacTeX.pkg}{下载} Mac\TeX\ 的安装包 \texttt{MacTeX.pkg},
 在系统内点击已下载的 \texttt{MacTeX.pkg} 文件,
 根据系统提示进行安装即可.
 这个过程与安装 macOS 上的其他软件并无太多不同.
@@ -91,18 +91,18 @@
 如有输入密码等提示, 请根据屏幕指示操作.至于环境变量等繁琐细节, Homebrew 会自动进行处理,
 无须用户干预.
 
-如果用户完全不需要 Mac\TeX{} 附带的 GUI 组件, 也可以考虑仅安装其命令行工具, 通过在终端键入命令或者从其他文本编辑器调用.
+如果用户完全不需要 Mac\TeX\ 附带的 GUI 组件, 也可以考虑仅安装其命令行工具, 通过在终端键入命令或者从其他文本编辑器调用.
 \begin{lstlisting}[language=bash]
   brew install mactex-no-gui
 \end{lstlisting}
 
-完整的 Mac\TeX{} 会比较大. 如果磁盘空间实在紧张, 也可以考虑安装 Basic\TeX:
+完整的 Mac\TeX\ 会比较大. 如果磁盘空间实在紧张, 也可以考虑安装 Basic\TeX:
 \begin{lstlisting}[language=bash]
   brew install basictex
 \end{lstlisting}
-安装完成后 Basic\TeX{} 依然会缺很多包, 手动安装会比较麻烦, 所以不推荐没有经验的用户尝试.
+安装完成后 Basic\TeX\ 依然会缺很多包, 手动安装会比较麻烦, 所以不推荐没有经验的用户尝试.
 
-注意, Basic\TeX{} 的初始设定是不安装宏包文档和源码. 如有需要, 可以执行
+注意, Basic\TeX\ 的初始设定是不安装宏包文档和源码. 如有需要, 可以执行
 \begin{lstlisting}[language=bash]
   # 1 为安装, 0 为不安装
   sudo tlmgr option docfiles 1 # 安装文档, 推荐
@@ -136,7 +136,7 @@
 \begin{lstlisting}[language = {[LaTeX]TeX}]
   \documentclass{article}
   \begin{document}
-    Hello \LaTeX{} World!
+    Hello \LaTeX\ World!
   \end{document}
 \end{lstlisting}
 接下来在\textsf{终端}中执行
@@ -149,11 +149,11 @@
 可以打开 \texttt{main.pdf} 查看内容.
 
 对于中文文档, 可以编写以下最小示例%
-\footnote{注意使用 UTF-8 编码}%
+% \footnote{注意使用 UTF-8 编码}%
 \begin{lstlisting}[language={[LaTeX]TeX}]
-  \documentclass[UTF8]{ctexart}
+  \documentclass{ctexart}
   \begin{document}
-    你好 \LaTeX{} 世界!
+    你好 \LaTeX\ 世界!
   \end{document}
 \end{lstlisting}
 保存并退出.
@@ -164,18 +164,25 @@
 \end{lstlisting}
 等待系统完成编译过程.
 \texttt{xelatex} 可调用系统字体,
-为系统安装字体的方法请参考
-\href{https://support.apple.com/en-us/HT201749}{How to install and remove fonts on your Mac}.
+为系统安装字体的方法请参考%
+\href{https://support.apple.com/zh-cn/guide/font-book/fntbk1000/mac}{在 Mac 上的字体册中安装和验证字体}.
 安装完成后, 刷新字体缓存.
-注意到此时 \texttt{xelatex} 只能通过文件名来调用发行版预装的字体,
-解决此问题的方法请参考%
-\href{https://zhuanlan.zhihu.com/p/59774395}{慕子的文章}.
+另外 macOS 找字体用的是系统的 CoreText 库而非 fontconfig,
+将字体文件放到 \verb+~/Library/Fonts+ 目录下,
+\texttt{xelatex} 也可以调用.
 
+注意默认状态下 \texttt{xelatex} 只能通过文件名来调用发行版预装的字体,
+在\textsf{终端}执行下面两步即可用字体名调用发行版预装的字体
+\begin{lstlisting}[language=bash]
+  ln -s /usr/local/texlive/2025/texmf-dist/fonts/opentype ~/Library/Fonts/
+  ln -s /usr/local/texlive/2025/texmf-dist/fonts/truetype ~/Library/Fonts/
+\end{lstlisting}
+
 编译命令的相关参数, 这里不再赘述.
 
 \section{卸载 Mac\TeX}
 
-如果用户直接下载了 Mac\TeX{} 安装包进行安装,
+如果用户直接下载了 Mac\TeX\ 安装包进行安装,
 可以对照\href{https://www.tug.org/mactex/uninstalling.html}{这里}的介绍来卸载,
 通常我个人会比较建议在跨版本升级前卸载旧版本.
 
@@ -186,25 +193,33 @@
 \begin{lstlisting}
   brew uninstall mactex
 \end{lstlisting}
-卸载很成功,
+
+如果用户借助 Homebrew 安装 Mac\TeX\ 时选择仅安装其命令行工具,
+卸载时需使用
+\begin{lstlisting}[language=bash]
+  brew uninstall mactex-no-gui
+\end{lstlisting}
+
+以上卸载均很成功,
 只是有一些残留.
 
 \section{跨版本升级 Mac\TeX}
 
-如果用户直接下载了 Mac\TeX{} 安装包进行安装,
+如果用户直接下载了 Mac\TeX\ 安装包进行安装,
 可以先卸载旧版本,
 再安装新版本,
 或者干脆保留多个版本,
 具体见\href{https://www.tug.org/mactex/multipletexdistributions.html}{这里}.
 
-如果用户借助 Homebrew cask 安装了 Mac\TeX,
-跨版本升级 (Mac\TeX{} 的版本与 \TeX{} Live 保持一致), 可在\textsf{终端}借助 Homebrew 完成:
+如果用户借助 Homebrew 安装了 Mac\TeX,
+跨版本升级 (Mac\TeX\ 的版本与 \TeX\ Live 保持一致), 可在\textsf{终端}借助 Homebrew 完成:
 \begin{lstlisting}[language=bash]
   brew update
   brew upgrade mactex
 \end{lstlisting}
 
-如果安装 Mac\TeX{} 时选择仅安装 Mac\TeX{} 的命令行工具 (\texttt{-no-gui}), 跨版本升级时需输入
+如果用户借助 Homebrew 安装 Mac\TeX\ 时选择仅安装其命令行工具,
+跨版本升级时需使用
 \begin{lstlisting}[language=bash]
   brew update
   brew upgrade mactex-no-gui

Added: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/mirror.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/mirror.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/mirror.tex	2025-04-01 19:59:58 UTC (rev 74816)
@@ -0,0 +1,129 @@
+% !TeX root = ../install-latex-guide-zh-cn.tex
+
+\chapter{大陆地区的源}\label{chp:appendix:mirror}
+
+由于各种不知名的原因,
+下载 \TeX\ Live 的 \texttt{iso} 文件或升级宏包时,
+系统自动选择的源并没有满足用户关于``附近''的要求.
+因此,
+很多时候,
+用户需要手动选择 CTAN 的源.
+在 CTAN 上面,
+也可以找到\href{https://ctan.org/mirrors#Asia}{亚洲镜像列表}%
+和\href{https://ctan.org/mirrors/mirmon#cn}{连接情况}.
+我将列表中位于大陆地区的源整理到表~\ref{tab:appendix:mirror},
+并将我个人收集到的其他大陆地区的源整理到表~\ref{tab:appendix:mirror-addition}.
+接下来简述使用大陆地区的源下载 \texttt{iso} 文件和升级宏包.
+
+\begin{table}
+  \centering
+  \caption{CTAN 列表中大陆地区目前可用的源 (名称按拼音排序)}\label{tab:appendix:mirror}
+  \begin{tabular}{*{2}{l}}
+    \hline\hline
+    \href{https://developer.aliyun.com/mirror/}{阿里云}
+    & \url{https://mirrors.aliyun.com/CTAN/systems/texlive/}\\
+    \href{http://mirrors.pku.edu.cn/Mirrors}{北京大学}
+    & \url{http://mirrors.pku.edu.cn/ctan/systems/texlive/}\\
+    \href{https://mirror.bjtu.edu.cn/}{北京交通大学}
+    & \url{https://mirror.bjtu.edu.cn/ctan/systems/texlive/}\\
+    \href{https://mirrors.bfsu.edu.cn/}{北京外国语大学}
+    & \url{https://mirrors.bfsu.edu.cn/CTAN/systems/texlive/}\\
+    \href{https://mirrors.cqu.edu.cn/}{重庆大学}
+    & \url{https://mirrors.cqu.edu.cn/CTAN/systems/texlive/}\\
+    \href{https://mirrors.hust.edu.cn/}{华中科技大学}
+    & \url{https://mirrors.hust.edu.cn/CTAN/systems/texlive/}\\
+    \href{https://mirrors.jlu.edu.cn/}{吉林大学}
+    & \url{https://mirrors.jlu.edu.cn/CTAN/systems/texlive/}\\
+    \href{https://mirrors.sustech.edu.cn/}{南方科技大学}
+    & \url{https://mirrors.sustech.edu.cn/CTAN/systems/texlive/}\\
+    \href{https://mirrors.nju.edu.cn/}{南京大学}
+    & \url{https://mirrors.nju.edu.cn/CTAN/systems/texlive/}\\
+    \href{https://mirror.nyist.edu.cn/}{南阳理工学院}
+    & \url{https://mirror.nyist.edu.cn/CTAN/systems/texlive/}\\
+    \href{https://mirrors.tuna.tsinghua.edu.cn/}{清华大学}
+    & \url{https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/}\\
+    \href{https://mirrors.sjtug.sjtu.edu.cn/}{上海交通大学}
+    & \url{https://mirrors.sjtug.sjtu.edu.cn/ctan/systems/texlive/}\\
+    \href{https://mirrors.cloud.tencent.com/}{腾讯云}
+    & \url{https://mirrors.cloud.tencent.com/CTAN/systems/texlive/}\\
+    \href{https://mirrors.zju.edu.cn/}{浙江大学}
+    & \url{https://mirrors.zju.edu.cn/CTAN/systems/texlive/}\\
+    \href{https://mirrors.ustc.edu.cn/}{中国科学技术大学}
+    & \url{https://mirrors.ustc.edu.cn/CTAN/systems/texlive/}\\
+    \hline\hline
+  \end{tabular}
+\end{table}
+
+\begin{table}
+  \centering
+  \caption{自己额外收集的大陆地区目前可用的源 (名称按拼音排序)}\label{tab:appendix:mirror-addition}
+  \begin{tabular}{*{2}{l}}
+    \hline\hline
+    \href{https://mirrors.bit.edu.cn/web/}{北京理工大学}
+    & \url{https://mirrors.bit.edu.cn/CTAN/systems/texlive/}\\
+    % \href{https://mirrors.dgut.edu.cn/}{东莞理工学院}
+    % & \url{https://mirrors.dgut.edu.cn/CTAN/systems/texlive/}\\
+    % \href{https://mirrors.hit.edu.cn/}{哈尔滨工业大学}
+    % & \url{https://mirrors.hit.edu.cn/CTAN/systems/texlive/}\\
+    \href{https://mirrors.huaweicloud.com/}{华为云}
+    & \url{https://mirrors.huaweicloud.com/CTAN/systems/texlive/}\\
+    \href{https://mirror.lzu.edu.cn/}{兰州大学}
+    & \url{https://mirror.lzu.edu.cn/CTAN/systems/texlive/}\\
+    % \href{https://mirrors.geekpie.club/}{上海科技大学}
+    % & \url{https://mirrors.geekpie.club/CTAN/systems/texlive/}\\
+    \href{https://mirrors.sdu.edu.cn/}{山东大学}
+    & \url{https://mirrors.sdu.edu.cn/CTAN/systems/texlive/}\\
+    \href{https://mirrors.nwafu.edu.cn/}{西北农林科技大学}
+    & \url{https://mirrors.nwafu.edu.cn/ctan/systems/texlive/}\\
+    % \href{http://mirror.neu.edu.cn/}{东北大学}
+    % & \url{http://mirror.neu.edu.cn/CTAN/systems/texlive/}\\
+    \href{https://mirror.iscas.ac.cn/}{中国科学院软件研究所}
+    & \url{https://mirror.iscas.ac.cn/CTAN/systems/texlive/}\\
+    \hline\hline
+  \end{tabular}
+\end{table}
+
+使用最近的 CTAN 源下载 \texttt{iso} 文件,
+实际上是下载
+\begin{lstlisting}
+  https://mirrors.ctan.org/systems/texlive/Images/texlive2025.iso
+\end{lstlisting}
+使用大陆的源下载它,
+只需将以上网址中的
+\begin{lstlisting}
+  https://mirrors.ctan.org/systems/texlive/
+\end{lstlisting}
+替换为相应的源的地址,
+而将
+\begin{lstlisting}
+  Images/texlive2025.iso
+\end{lstlisting}
+予以保留.
+以清华大学为例,
+从清华大学源中下载 \texttt{iso} 镜像文件,
+实际上是下载
+\begin{lstlisting}
+  https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/Images/texlive2025.iso
+\end{lstlisting}
+
+同理,
+升级宏包也只需要将对应的网址替换为源地址即可.
+前面正文中所设置的
+\begin{lstlisting}
+  tlmgr option repository ctan
+\end{lstlisting}
+等价于
+\begin{lstlisting}
+  tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet
+\end{lstlisting}
+使用大陆的源升级宏包,
+只需将
+\begin{lstlisting}
+  http://mirror.ctan.org/systems/texlive/
+\end{lstlisting}
+替换为大陆源的地址而保留其他部分即可.
+依旧以清华大学为例,
+那么设置将变为
+\begin{lstlisting}
+  tlmgr option repository https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/tlnet
+\end{lstlisting}


Property changes on: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/mirror.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/offline.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/offline.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/offline.tex	2025-04-01 19:59:58 UTC (rev 74816)
@@ -0,0 +1,62 @@
+% !TeX root = ../install-latex-guide-zh-cn.tex
+
+\chapter{离线安装宏包}
+
+由于一些原因,
+有些电脑不能联网,
+这对升级宏包不利.
+这里介绍离线升级标准 \TeX\ Live 的包 (pkg) 的方法,
+主要是用 \texttt{tlmgr install} 的 \texttt{--file} 参数来实现.
+
+首先在能够联网的电脑上访问
+\href{https://ctan.org/tex-archive/systems/texlive/tlnet/archive}{\texttt{archive}}
+页面, 下载 \texttt{<archivename>.tar.xz} 文件.
+文件列表很长, 加载需花费些时间.
+注意 \texttt{<archivename>} 未必是 \href{https://ctan.org/pkg/}{pkg} 上的 \texttt{<pkgname>},
+例如在 \texttt{pkg} 上的
+\href{https://ctan.org/pkg/lshort-zh-cn}{lshort-zh-cn}
+对应着 \texttt{archive} 上的
+\href{http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-chinese.tar.xz}{\texttt{lshort-chinese.tar.xz}}
+和
+\href{http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-chinese.doc.tar.xz}{\texttt{lshort-chinese.doc.tar.xz}}.
+
+这里多解释一点 \texttt{<archivename>}.
+前面已经看到一个 \texttt{<pkgname>} 可能会对应多个 \texttt{<archivename>},
+但基本上 \texttt{<archivename>} 的命名规则是 \texttt{<xxx>},
+\texttt{<xxx.source>} 和 \texttt{<xxx.doc>}.
+\texttt{<xxx>} 是必装的宏包文件;
+\texttt{<xxx.source>} 是选择安装的源码, 如 \texttt{dtx} 文件;
+\texttt{<xxx.doc>} 是选择安装的文档, 如 \texttt{pdf} 文件等.
+这三者未必同时存在, 例如前面提到的 \texttt{lshort-chinese}.
+
+另外, 如果需要安装的是一个可执行文件, 例如 \texttt{pdftex} 或 \texttt{xetex},
+那么会涉及到根据操作系统进行下载的相关判断.
+如果要升级本地已安装的可执行文件, 可以在命令行输入以下语句查询:
+\begin{lstlisting}[language=bash, title={\small\sffamily Windows 系统}]
+  tlmgr info --only-installed | findstr "pdftex"
+\end{lstlisting}
+%\begin{lstlisting}[title={\small\sffamily Windows 系统}]
+%  tlmgr info --only-installed | Select-String -Pattern 'pdftex'
+%\end{lstlisting}
+\begin{lstlisting}[language=bash, title={\small\sffamily Ubuntu 和 Mac 系统}]
+  tlmgr info --only-installed | grep 'pdftex'
+\end{lstlisting}
+在输出结果中可看到带系统信息的名称.
+如果是升级本地未安装的可执行文件,
+那么用户就需要根据经验自行判断.
+
+下载正确的 \texttt{<archivename>.tar.xz} 后,
+可先检查一下该压缩文件中是否包含了 \texttt{tlpobj} 文件.
+之后将压缩文件拷贝到未联网电脑上,
+在命令行执行
+\begin{lstlisting} 
+  tlmgr install --file <archivename>.tar.gz 
+\end{lstlisting}
+系统便可自行安装.
+
+对于部分提供了 \texttt{l3build} 脚本 \texttt{build.lua} 文件的宏包,
+用户可在下载压缩文件后解压,在解压后的目录中执行
+\begin{lstlisting} 
+  l3build install
+\end{lstlisting}
+系统便可自行安装.


Property changes on: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/offline.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/overleaf.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/overleaf.tex	2025-04-01 19:58:42 UTC (rev 74815)
+++ trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/overleaf.tex	2025-04-01 19:59:58 UTC (rev 74816)
@@ -1,25 +1,27 @@
 % !TeX root = ../install-latex-guide-zh-cn.tex
 
-\chapter{在线的 \LaTeX{} 平台}
+\chapter{在线的 \LaTeX\ 平台}
 
 在特定场合,
 有些用户并不需要也没条件在本地安装发行版,
-因此这里额外补充 \href{www.overleaf.com}{Overleaf} 和 \href{https://www.texpage.com/}{TeXPage} 的相关内容.
+因此这里额外补充 \href{www.overleaf.com}{Overleaf},
+\href{https://www.texpage.com}{TeXPage} 和
+\href{https://www.loongtex.com}{LoongTeX} 的相关内容.
 
 \section{Overleaf}
 
 \subsection{注册 Overleaf}
 
-Overleaf 是全球范围内首屈一指的在线 \LaTeX{} 编辑平台.
-它为每位用户提供了 Ubuntu 系统下的 \TeX{} Live.
+Overleaf 是全球范围内首屈一指的在线 \LaTeX\ 编辑平台.
+它为每位用户提供了 Ubuntu 系统下的 \TeX\ Live.
 它优秀的协作功能、丰富的模板仓库已吸引全球科研工作者成为它的用户.
 Overleaf 提供了包括%
 \href{https://cn.overleaf.com}{中文}%
 在内的多种语言供用户使用.
 2024年6月27日,
-\href{https://www.overleaf.com/blog/tex-live-2024-is-now-available}{它将后台的 \TeX{} Live 升级为 2024 版本},
+\href{https://www.overleaf.com/blog/tex-live-2024-is-now-available}{它将后台的 \TeX\ Live 升级为 2024 版本},
 同时,
-\href{https://www.overleaf.com/blog/new-feature-select-your-tex-live-compiler-version}{Overleaf 还允许用户自主选择项目中的 \TeX{} Live 版本}.
+\href{https://www.overleaf.com/blog/new-feature-select-your-tex-live-compiler-version}{Overleaf 还允许用户自主选择项目中的 \TeX\ Live 版本}.
 
 目前 Overleaf 允许用户%
 \href{https://www.overleaf.com/learn/latex/Chinese}{使用中文},
@@ -26,7 +28,7 @@
 并为用户预先准备了一些%
 \href{https://www.overleaf.com/learn/latex/Questions/Which_OTF_or_TTF_fonts_are_supported_via_fontspec%3F#Fonts_for_CJK}{中文字体}.
 这些中文字体可通过%
-\href{https://www.overleaf.com/latex/templates/using-the-ctex-package-on-overleaf-zai-overleafping-tai-shang-shi-yong-ctex/gndvpvsmjcqx}{C\TeX{} 宏集}%
+\href{https://www.overleaf.com/latex/templates/using-the-ctex-package-on-overleaf-zai-overleafping-tai-shang-shi-yong-ctex/gndvpvsmjcqx}{C\TeX\ 宏集}%
 调用.
 特别推荐用户使用%
 \href{https://www.overleaf.com/latex/examples/demonstration-of-noto-serif-cjk-and-noto-sans-cjk-fonts/sgrwgcddtqsq}{思源宋体和思源黑体}%
@@ -52,13 +54,13 @@
 新建项目是用户首先使用的功能.
 Overleaf 提供了多种渠道为用户新建项目:
 可以通过 Overleaf 中的模板,
-也可以通过上传本地的 \textsf{zip} 压缩文件包.
+也可以通过上传本地的 \texttt{zip} 压缩文件包.
 
 新建项目后,
 用户便可进入编辑界面.
 在编辑界面用户需要先在左上角 \menu{Menu} 中选择合适的编译命令.
 由于默认字体和文件编码等原因,
-强烈建议用户在处理中文文档时使用 \texttt{XeLaTeX}.
+强烈建议用户在处理中文文档时使用 \hologo{XeLaTeX}.
 编写文档后,
 用户可通过鼠标点击按钮进行编译,
 也可使用快捷键 \keys{ctrl + enter}.
@@ -70,7 +72,7 @@
 出现报错就立即停止编译.
 它可以让用户高度关注报错信息并改正,
 也可以帮助纠正一些会导致超时 (timeout) 的代码错误,
-例如 tikz 里的 \verb+\draw+ 忘了最后的 \verb+;+.
+例如 Ti\textit kZ 里的 \verb+\draw+ 忘了最后的 \verb+;+.
 
 用户编写的文件会保存在网站.
 编写完成后,
@@ -81,10 +83,10 @@
 
 \subsection{选择不同发行版版本}
 
-Overleaf 将后台 \TeX{} Live 升级后,
-用户新建项目默认使用 \TeX{} Live 2024,
-而老项目还是使用 \TeX{} Live 的老版本.
-如果用户不打算使用 \TeX{} Live 2024,
+Overleaf 将后台 \TeX\ Live 升级后,
+用户新建项目默认使用 \TeX\ Live 2024,
+而老项目还是使用 \TeX\ Live 的老版本.
+如果用户不打算使用 \TeX\ Live 2024,
 只需在 \menu{Menu > Settings > TeX Live version} 选择版本即可.
 
 \subsection{学习与帮助}
@@ -106,7 +108,7 @@
 
 \subsection{注册 TeXPage}
 
-TeXPage 是由国内公司开发的在线 \LaTeX{} 平台.
+TeXPage 是由国内公司开发的在线 \LaTeX\ 平台.
 相较于 Overleaf 的注册困难,
 TeXPage 的注册则要方便得多.
 用户只需访问它的主页,
@@ -128,7 +130,7 @@
 
 \subsection{文档和帮助}
 
-TeXPage 有自己的 \href{https://www.texpage.com/docs/}{文档中心},
+TeXPage 有自己的 \href{https://www.texpage.com/docs}{文档中心},
 文档数量不多,
 但涵盖了相当一部分基础知识.
 同时,
@@ -139,7 +141,7 @@
 \subsection{TeXPage 的优势}
 
 在全球范围内,
-Overleaf 依然是在线 \LaTeX{} 平台的主流,
+Overleaf 依然是在线 \LaTeX\ 平台的主流,
 然而由于种种原因,
 大陆地区用户体验不佳,
 因此 TeXPage 就成为了一个稳定有效的新的选择.
@@ -149,6 +151,51 @@
 如果未来 TeXPage 能够再尽可能收录大陆各个高校的毕业论文模板的话,
 那可能是一件非常有趣的事情.
 
+\section{LoongTeX}
+
+\subsection{注册 LoongTeX}
+
+\href{https://www.loongtex.com}{LoongTeX (龙文)}
+是为科研人员打造的新一代 \LaTeX\ 工作平台,
+集成了白板、类 Notion 笔记管理、异步协作和 AI 辅助功能, 助力高效完成论文与文档.
+新用户可通过%
+\href{https://app.loongtex.com/user/login}{微信、谷歌账号或邮箱快速注册登录},
+即刻进入专属工作台界面.
+
+\subsection{使用 LoongTeX}
+
+LoongTeX 工作台提供「创建项目」「新建笔记」「发起白板」三类核心创作入口,
+「创建项目」特别支持三种高效启动方式: 上传 \texttt{zip} 压缩包快速迁移本地 \LaTeX\ 工程、从% 
+\href{https://www.loongtex.com/templates}{超过 200 套毕业论文库}%
+精准生成框架、或绑定 Git 仓库地址实现云端同步协作,
+满足研究者从零开始创作、模板化写作到团队协同开发的全场景需求.
+
+新建项目后, 系统自动进入三栏式编辑器页面: 左侧导航栏集成文件树管理(支持拖拽调整多级目录)、
+可视化 Git 版本历史 (一键回溯任意版本) 及协作成员面板 (实时状态显示与异步留言);
+中央编辑区搭载智能 \LaTeX\ 编辑器 (语法高亮/自动补全/实时纠错)
+与分屏 PDF 预览 (注释联动定位);
+右侧功能面板提供 AI 助手 (语法修正、术语优化)
+和智能批注系统 (支持 Markdown 与公式嵌入的私有/团队注释),
+形成「创作 --- 调试 --- 协作」一体化的沉浸式科研写作环境.
+
+\subsection{学习与帮助}
+
+为保障科研用户的专注体验, LoongTeX 官网内嵌%
+\href{https://www.loongtex.com/docs/app/help}{帮助中心},
+提供分场景的 \LaTeX\ 写作指南、异步协作操作手册及AI助手使用技巧 (含视频教程与学术案例).
+LoongTeX 提供专业技术支持, 用户可发送邮件至
+\href{mailto:loongtex at gmail.com}{\ttfamily loongtex at gmail.com}
+咨询使用过程中遇到的问题.
+
+\subsection{LoongTeX 的优势}
+
+LoongTeX 针对科研场景深度优化, 相较 Overleaf 提供更专注的解决方案:
+基于 Git 的异步协作避免实时同步对深度思考的干扰,
+融合 Notion 式知识管理实现论文写作、数据整理与灵感记录的一站式操作,
+内置 AI 学术助手精准优化语言表达与格式规范,
+并通过贡献度追踪、双盲评审流程等机制满足科研协作的严谨性与合规性需求,
+让复杂学术写作更专注高效.
+
 \section{其他在线平台}
 
 除以上介绍的两个平台外,
@@ -164,13 +211,13 @@
 \href{https://www.cstcloud.cn/resources/452}{这里}.
 
 南京一家公司筹建了
-\href{https://www.slager.link/#/Home}{Slager} 在线 \LaTeX{} 编辑工具.
+\href{https://www.slager.link/#/Home}{Slager} 在线 \LaTeX\ 编辑工具.
 目前看来,
 Slager 的用法也比较简单,
 并且有关于起步的%
 \href{https://www.slager.link/#/HelpCenter}{帮助文档}.
 
-\href{https://online.latexstudio.net/}{latexstudio} 也建立了一个在线平台,
+\href{https://online.latexstudio.net}{\LaTeX\ 工作室}也建立了一个在线平台,
 这个平台目前只有一台服务器,
 响应有点慢,
 但是会免费供用户使用.

Modified: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/preface.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/preface.tex	2025-04-01 19:58:42 UTC (rev 74815)
+++ trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/preface.tex	2025-04-01 19:59:58 UTC (rev 74816)
@@ -2,16 +2,16 @@
 
 \chapter*{前言}
 
-以``啸行''名义加入 QQ 群 91940767、478023327 和 640633524 后,
+以``啸行''名义加入 QQ 群 91940767、478023327、640633524 和 200392395 后,
 经常有群友咨询如何安装 \LaTeX.
 实际上,
-用户安装的是 \LaTeX{} 的\textbf{发行版}和相关的\textbf{编辑器}.
-本手册将介绍在\textbf{不存在其他 \LaTeX{} 发行版 (如 C\TeX{} 套装) 的前提下},
+用户安装的是 \LaTeX\ 的\textbf{发行版}和相关的\textbf{编辑器}.
+本手册将介绍在\textbf{不存在其他 \LaTeX\ 发行版 (如 C\TeX\ 套装) 的前提下},
 在 Windows 11、Ubuntu 22.04 和 macOS 系统中安装
-\TeX{}~Live (macOS 中介绍 Mac\TeX)、升级宏包、编译简易文档等相关操作,
+\TeX\ Live (macOS 中介绍 Mac\TeX)、升级宏包、编译简易文档等相关操作,
 并多以介绍命令行操作为主.
-有关 MiK\TeX{} 的安装,
-可以参考 \href{https://camusecao.top/2021-06-16/MiKTeX/}{MiK\TeX{} 的基本使用}.
+有关 MiK\TeX\ 的安装,
+可以参考 \href{https://camusecao.top/2021-06-16/MiKTeX/}{MiK\TeX\ 的基本使用}.
 
 本手册还将简要介绍几款常见编辑器的使用方法,
 其他编辑器如 \href{https://code.visualstudio.com/}{VS Code},
@@ -23,8 +23,8 @@
 的自用配置单,
 仅供参考.
 
-除在本地安装 \LaTeX{} 发行版和编辑器之外,
-本手册还额外补充两款在线的 \LaTeX 平台,
+除在本地安装 \LaTeX\ 发行版和编辑器之外,
+本手册还额外补充三款在线的 \LaTeX\ 平台,
 即 \href{http://www.overleaf.com}{Overleaf} 和 \href{https://www.texpage.com/}{TeXPage} 的相关内容.
 
 本手册所涉及到的代码需结合上下文说明, 不能简单地复制粘贴. 红色文字都是可点的超链接, 可直接跳转.
@@ -43,21 +43,22 @@
 本手册大部分内容是个人过去一段时间的使用总结, 其中难免有不甚合理或晦涩难懂的部分. 
 若用户在阅读本手册的过程中有任何意见和建议,
 请发\href{mailto:ranwang.osbert at outlook.com}{邮件}或在
-\href{https://github.com/OsbertWang/install-latex-guide-zh-cn/}{GitHub} 中提 issue.
+\href{https://github.com/OsbertWang/install-latex-guide-zh-cn}{GitHub} 中提
+\href{https://github.com/OsbertWang/install-latex-guide-zh-cn/issues}{issue}.
 本手册另在\href{https://gitee.com/OsbertWang/install-latex-guide-zh-cn}{码云}%
 有备份,
 并于 2020 年 7 月提交至 CTAN.
 
-
 本手册发布后,
 \href{https://github.com/EthanDeng}{Dongsheng Deng},
 \href{https://github.com/muzimuzhi}{muzimuzhi},
 \href{https://github.com/stone-zeng}{Xiangdong Zeng},
-\href{https://github.com/tauyoungsama}{tauyoung}
+\href{https://github.com/tauyoungsama}{tauyoung},
+\href{https://github.com/myhsia}{myhsia},
 对本手册提出了很好的建议, 并提供了帮助,
 其中, 有关 macOS 的内容最初由 Xiangdong Zeng 草拟完成,
-而后 Dongsheng Deng 进行了补充,
-最近一次更新则由 tauyoung 提供.
+而后 Dongsheng Deng, tauyoung 进行了补充,
+最近一次更新则由 myhsia 提供.
 在此一并感谢.
 
 本手册自 2024 年 4 月开通捐赠渠道.
@@ -70,12 +71,10 @@
 衷心感谢你的支持.
 
 \begin{center}
-    \begin{tikzpicture}
-        \node{\qrcode[height=2cm]{https://qr.alipay.com/fkx19739ugrexpytkwirbe5}};
-        \node[rectangle,rounded corners,fill=white]{\faAlipay};
-    \end{tikzpicture}
-    \begin{tikzpicture}
-        \node{\qrcode[height=2cm]{wxp://f2f1ngYJgHLcAYkvo8VUlpSbF5_J5KiktdpOGmnA0ienTGgAgR2x20yWxEjzHWmIZfcT}};
-        \node[rectangle,rounded corners,fill=white]{\faWeixin};
-      \end{tikzpicture}
-\end{center}
\ No newline at end of file
+  \fancyqr[ image = \small\textcolor{blue!90!black}\faAlipay,
+            image padding = 1, color = black, classic
+          ]{https://qr.alipay.com/fkx10265yq7niozotwocae3} \qquad
+  \fancyqr[ image = \small\textcolor{green!90!black}\faWeixin, classic,
+            image x padding = 0, image y padding = 1, color = black
+          ]{wxp://f2f1ngYJgHLcAYkvo8VUlpSbF5_J5KiktdpOGmnA0ienTGgAgR2x20yWxEjzHWmIZfcT}
+\end{center}

Modified: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/ubuntu.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/ubuntu.tex	2025-04-01 19:58:42 UTC (rev 74815)
+++ trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/ubuntu.tex	2025-04-01 19:59:58 UTC (rev 74816)
@@ -2,11 +2,11 @@
 
 \chapter{Ubuntu 22.04 系统}
 
-\section{安装 \TeX{} Live}\label{chap:ubuntu:sec:install}
+\section{安装 \TeX\ Live}\label{chap:ubuntu:sec:install}
 
 这里只阐述如何用镜像安装.
-为使用户顺利使用 \TeX{} Live 2025,
-建议用户首先卸载从源内安装的 \TeX{} Live 的相关包,
+为使用户顺利使用 \TeX\ Live 2025,
+建议用户首先卸载从源内安装的 \TeX\ Live 的相关包,
 具体方法见 \ref{sec:ubuntu:uninstall}~节.
 为了减少后续字体问题和文本编辑问题,
 安装前在 \textsf{Terminal} 中执行
@@ -175,7 +175,7 @@
   sudo fc-cache -fsv
 \end{lstlisting}
 刷新字体缓存.
-这样一来, \TeX{} Live 中的字体才能够被正确调用.
+这样一来, \TeX\ Live 中的字体才能够被正确调用.
 更多内容请参考 \href{https://tug.org/texlive/doc/texlive-zh-cn/texlive-zh-cn.pdf}{texlive-zh-cn}.
 
 如果用户更改了安装路径,
@@ -187,7 +187,7 @@
 
 \subsection{在用户文件夹安装}\label{subsec:ubuntu-user-folder}
 
-如果有用户打算在用户文件夹安装 \TeX{} Live,
+如果有用户打算在用户文件夹安装 \TeX\ Live,
 那么可以不必调用权限,
 直接执行
 \begin{lstlisting}[language=bash]
@@ -218,7 +218,7 @@
   fc-cache -fv
 \end{lstlisting}
 实际上,
-无论将 \TeX{} Live 安装到哪里,
+无论将 \TeX\ Live 安装到哪里,
 字体的配置文件都可以仿照上面只复制于用户文件夹中.
 
 \section{升级宏包}\label{sec:ubuntu:update}
@@ -291,7 +291,7 @@
 \begin{lstlisting}[language = {[LaTeX]TeX}]
   \documentclass{article}
   \begin{document}
-    Hello \LaTeX{} World!
+    Hello \LaTeX\ World!
   \end{document}
 \end{lstlisting}
 保存并退出. 
@@ -313,9 +313,9 @@
 对于中文文档, 可以在 \texttt{gedit} 中编写以下最小示例%
 \footnote{gedit 默认使用 UTF-8 编码}%
 \begin{lstlisting}[language={[LaTeX]TeX}]
-  \documentclass[UTF8,fontset=fandol]{ctexart}
+  \documentclass[fontset=fandol]{ctexart}
   \begin{document}
-    你好 \LaTeX{} 世界!
+    你好 \LaTeX\ 世界!
   \end{document}
 \end{lstlisting}
 保存并退出.
@@ -329,7 +329,7 @@
 
 编译命令可添加参数, 这里与 \ref{sec:windows:compile}~节中的情形一致.
 
-\section{卸载 \TeX{} Live}\label{sec:ubuntu:uninstall}
+\section{卸载 \TeX\ Live}\label{sec:ubuntu:uninstall}
 
 下面提供几种卸载方法,
 卸载后需注意清理环境变量.
@@ -336,7 +336,7 @@
 
 \subsection{卸载源内的版本}\label{sec:ubuntu:aptremove}
 
-如果要卸载从源内安装的 \TeX{} Live, 个人比较推荐使用 synaptic package manager.
+如果要卸载从源内安装的 \TeX\ Live, 个人比较推荐使用 \texttt{synaptic package manager}.
 在 \textsf{Terminal} 中执行
 \begin{lstlisting}[language = bash]
   sudo apt install synaptic
@@ -405,12 +405,12 @@
   sudo tlmgr remove --all
 \end{lstlisting}
 
-\section{跨版本升级 \TeX{} Live}\label{sec:ubuntu:version}
+\section{跨版本升级 \TeX\ Live}\label{sec:ubuntu:version}
 
-在 \href{https://www.tug.org/texlive/upgrade.html}{tug.org}
+在 \href{https://www.tug.org/texlive/upgrade.html}{\texttt{tug.org}}
 网站上提供了相应的方法.
 但网站也声明:
 默认情况下,
-请通过执行新安装来获取新版本的 \TeX{} Live%
+请通过执行新安装来获取新版本的 \TeX\ Live%
 \footnote{原文是: By default,
-  please get the new TL by doing a new installation instead of proceeding here}.
\ No newline at end of file
+  please get the new TL by doing a new installation instead of proceeding here}.

Added: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/updateinfo.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/updateinfo.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/updateinfo.tex	2025-04-01 19:59:58 UTC (rev 74816)
@@ -0,0 +1,360 @@
+% !TeX root = ../install-latex-guide-zh-cn.tex
+
+\chapter{版本信息}
+
+\section*{v2025.4.1}
+
+\begin{itemize}
+  \item 更正 WSL 中的错误
+  \item 添加山东大学镜像
+  \item 解释 Mac\TeX\ 字体问题
+  \item 增加 \texttt{Cygwin} 的提示
+  \item 增加 Mac\TeX\ 命令行卸载相关内容
+  \item 删除了示例中已被
+  \href{http://mirrors.ctan.org/language/chinese/ctex/ctex.pdf#page6}{C\TeX\ 宏集默认使用的 \texttt{UTF8} 选项}
+  \item 给出 \texttt{build.lua}
+  \item 更新了商用编辑器的最新价格
+  \item 添加了 \texttt{l3build} 的离线安装方式
+  \item 调整大陆镜像地址
+  \item 新增 LoongTeX 在线平台
+  \item 更新捐赠二维码
+\end{itemize}
+
+\section*{v2025.3.10}
+
+\begin{itemize}
+  \item 更新 \TeX\ Live 2025
+\end{itemize}
+
+\section*{v2025.3.1}
+
+\begin{itemize}
+  \item 增加了开启 \textsf{cmd} 界面的介绍
+\end{itemize}
+
+\section*{v2025.1.1}
+
+\begin{itemize}
+  \item 强调了记录 Ubuntu 安装时用的 \texttt{x86\_64}
+  \item 将卸载和跨版本升级内容调整至章末
+  \item 增加 \TeX Studio PDF 阅读器内容
+\end{itemize}
+
+\section*{v2024.9.1}
+
+\begin{itemize}
+  \item Overleaf 升级为 2024 版
+\end{itemize}
+
+\section*{v2024.6.1}
+
+\begin{itemize}
+  \item 添加镜像
+  \item 修改对于不安装第三方安全软件的建议
+\end{itemize}
+
+\section*{v2024.4.1}
+
+\begin{itemize}
+  \item 添加 \TeX studio 的 AppImage 内容
+  \item 调整编辑器售价
+  \item 调整大陆镜像地址
+  \item 增加捐赠渠道
+\end{itemize}
+
+\section*{v2024.3.15}
+
+\begin{itemize}
+  \item 更新 \TeX\ Live 2024
+\end{itemize}
+
+\section*{v2024.1.1}
+
+\begin{itemize}
+  \item 订正前言超链接
+\end{itemize}
+
+\section*{v2023.12.1}
+
+\begin{itemize}
+  \item 订正 Ubuntu 系统下环境变量生效的内容
+  \item 修订 Windows 中文用户名的一处年份错误
+\end{itemize}
+
+\section*{v2023.11.1}
+
+\begin{itemize}
+  \item 更新 MacTeX 安装内容 (感谢 \href{https://github.com/tauyoungsama}{tauyoung} 起草)
+\end{itemize}
+
+\section*{v2023.10.1}
+
+\begin{itemize}
+  \item Overleaf 升级为 2023 版
+\end{itemize}
+
+\section*{v2023.9.1}
+
+\begin{itemize}
+  \item Ubuntu 下 fontconfig 路径问题
+\end{itemize}
+
+\section*{v2023.7.1}
+
+\begin{itemize}
+  \item 补充在线平台
+\end{itemize}
+
+\section*{v2023.6.1}
+
+\begin{itemize}
+  \item 在 PDF 书签中显示章节序号
+\end{itemize}
+
+\section*{v2023.5.1}
+
+\begin{itemize}
+  \item 更新 Ubuntu 环境变量和字体安装
+  \item 添加 TUG 的编辑器列表
+\end{itemize}
+
+\section*{v2023.4.1}
+
+\begin{itemize}
+  \item 重构有关 Ubuntu 和 WSL 的内容
+  \item 补北京大学和华为云镜像
+  \item 订正 Windows 系统下安装目录的错误
+\end{itemize}
+
+\section*{v2023.3.23}
+
+\begin{itemize}
+  \item 更新 \TeX\ Live 2023 相关内容
+  \item 更改有关编辑器的内容
+  \item 添加一些可以直接用包管理器安装字体的信息
+\end{itemize}
+
+\section*{v2023.1.1}
+
+\begin{itemize}
+  \item 订正拼写细节错误
+  \item 更新大陆可用源列表
+  \item 更新有关 \TeX studio 部分设置
+\end{itemize}
+
+\section*{v2022.10.1}
+
+\begin{itemize}
+  \item Overleaf 添加 Stop on first error 功能
+\end{itemize}
+
+\section*{v2022.9.1}
+
+\begin{itemize}
+  \item Overleaf 升级至 \TeX\ Live 2022
+\end{itemize}
+
+\section*{v2022.8.1}
+
+\begin{itemize}
+  \item 补充 Mac\TeX\ 卸载和跨版本升级的一些内容
+  \item 添加了一个编译参数的例子
+  \item 删除了失效的国内镜像
+\end{itemize}
+
+\section*{v2022.7.1}
+
+\begin{itemize}
+  \item 补充 TeXPage 相关内容
+\end{itemize}
+
+\section*{v2022.5.1}
+
+\begin{itemize}
+  \item Windows、Ubuntu 和 WSL 下安装 \TeX\ Live 2022 的内容更新
+  \item 统一挂载、加载为装载, 与现行 Windows 系统名称统一
+\end{itemize}
+
+\section*{v2022.4.1}
+
+\begin{itemize}
+  \item 根据 Dongsheng Deng 提供的内容, 修改 macOS 安装文本
+\end{itemize}
+
+\section*{v2022.3.1}
+
+\begin{itemize}
+  \item 更改 \TeX works 的编译命令设置
+\end{itemize}
+
+\section*{v2021.12.1}
+
+\begin{itemize}
+  \item \TeX studio Qt6 版本在 Windows 系统上存在问题
+\end{itemize}
+
+\section*{v2021.11.1}
+
+\begin{itemize}
+  \item Overleaf 升级为 \TeX\ Live 2021
+\end{itemize}
+
+\section*{v2021.10.1}
+
+\begin{itemize}
+  \item 添加 ubuntu 和 WSL 在用户文件夹安装的相关内容
+\end{itemize}
+
+\section*{v2021.8.1}
+
+\begin{itemize}
+  \item 改动一些文本上的小问题
+  \item 改动错误的链接
+  \item 添加南方科技大学镜像
+  \item 添加 Windows 10 系统内注册表位置
+\end{itemize}
+
+\section*{v2021.7.3}
+
+\begin{itemize}
+  \item 添加 Windows 中文用户名处理方法的提示
+  \item 添加 \TeX works 拼写检查文件夹建立的提示
+\end{itemize}
+
+\section*{v2021.5.1}
+
+\begin{itemize}
+  \item 添加 Windows 中文用户名导致安装失败的解决方法
+  \item 添加升级宏包的必要性
+  \item 更正两处超链接
+\end{itemize}
+
+\section*{v2021.4.7}
+
+\begin{itemize}
+  \item 更新安装 \TeX\ Live 2021 内容
+  \item 添加东莞理工学院源
+  \item 补充 \TeX studio 下载方法
+  \item 补充 WSL 中使用 \texttt{texdoc} 的方法
+\end{itemize}
+
+\section*{v2021.2.1}
+
+\begin{itemize}
+  \item 更新 \texttt{l3backend-*} 解决方案
+  \item 补充调整安装路径后的操作
+  \item 调整大陆镜像地址
+\end{itemize}
+\section*{v2020.12.1}
+
+\begin{itemize}
+  \item 更新哈工大源
+  \item 添加 CTAN 镜像列表和连接情况网址
+  \item 调整 Ubuntu 和 WSL 字体相关内容
+\end{itemize}
+
+\section*{v2020.11.1}
+
+\begin{itemize}
+  \item Overleaf 后台更新为 \TeX\ Live 2020
+  \item 补充卸载方法
+  \item 补充 PPA 反向代理安装 \TeX Studio 的方法
+\end{itemize}
+
+\section*{v2020.10.1}
+
+\begin{itemize}
+  \item 增加北京外国语大学镜像链接
+  \item 修正 Windows 10 中用 \texttt{sudo} 命令的错误
+  \item 完善 Windows 下手动删除涉及的注册表位置
+\end{itemize}
+
+\section*{v2020.8.2}
+
+\begin{itemize}
+  \item 增加验证 sha512 的内容
+  \item 将本文提交至 CTAN 而进行必要更改
+  \item 利用 \texttt{texdoc} 调出本手册
+  \item 给出直接下载 Mac\TeX\ 的链接
+\end{itemize}
+
+\section*{v2020.7.1}
+
+\begin{itemize}
+  \item \TeX works 拼写检查调整
+  \item VS Code 是开源软件
+  \item 改摘要为前言并增加内容
+  \item 增加调出宏包手册内容
+\end{itemize}
+
+\section*{v2020.6.1}
+
+\begin{itemize}
+  \item 重述大陆地区的源的相关内容
+  \item 为适应 Ubuntu 20.04 调整某些内容
+  \item 调整有关管理员权限的内容
+  \item 调整有关编辑器的内容
+  \item 借助网站加速下载 TeXstudio
+  \item 提示卸载时的权限
+  \item 给出 \texttt{make.bat} 与 \texttt{makefile}
+  \item 增加 MD5 的说明
+  \item 更正设置主文档的错误
+\end{itemize}
+
+\section*{v2020.5.1}
+
+\begin{itemize}
+  \item 更新 MiK\TeX\ 相关网址
+  \item 更新 至 \TeX\ Live 2020
+  \item 更新 Windows 10 手动卸载 \TeX\ Live 的内容
+  \item 调整 \TeX studio 图标大小
+  \item 更新镜像网址
+  \item 更改 \textsf{OpenOffice} 网址
+  \item 更新 Windows 10 升级宏包描述
+  \item 更新 Overleaf 的介绍
+\end{itemize}
+
+\section*{v2020.4.1}
+
+\begin{itemize}
+  \item 简要介绍 WSL 辅助程序
+  \item 添加 Overleaf 学习与帮助
+  \item 添加两处与 WSL 有关的内容
+  \item 增加几处软件菜单栏的讲解
+  \item 更清晰查看 Windows 10 环境变量的代码
+  \item Windows 10 直接以管理员身份打开命令行安装
+  \item 调整标点
+\end{itemize}
+
+\section*{v2020.3.1}
+
+\begin{itemize}
+    \item 摘要中明确提到 C\TeX\ 套装和发行版、编辑器
+    \item 更改 Windows 10 安装 \TeX\ Live 的描述, 如路径名, 文件扩展名等
+    \item 将文件名要求写入注释
+    \item 添加 \TeX studio 数学符号表和插入、改写调整
+    \item 解决 \LaTeXe\ 版本不匹配导致 \texttt{xelatex} 失败的问题
+    \item 添加打开 \textsf{cmd} 的方法
+    \item 改写 \TeX studio 显示行号的设置
+    \item 更新 MiK\TeX\ 相关网址
+    \item 添加调整 \TeX works 字体的内容
+    \item 添加 Windows 中手动卸载 \TeX\ Live 的方法
+    \item 添加 Overleaf 中文网址
+\end{itemize}
+
+\section*{v2020.2.1}
+
+\begin{itemize}
+    \item 添加版本信息列表
+    \item 改变 Windows 10 的 \TeX studio 的下载网址
+    \item 添加 macOS 中 \texttt{xelatex} 用字体名调用字体的方法
+    \item 详述 WSL 中不懂 \textsf{vim} 的处理方法和阅读宏包手册的方法
+    \item 强调路径为不带空格的英文
+    \item 订正若干拼写错误
+    \item 给出 \texttt{jdk} 环境变量的处理
+    \item 添加北京交通大学镜像
+    \item 注明安装需卸载国产安全软件
+    \item 更正 \TeX works 自动补全的教程网址
+    \item 给出更换 2345 好压的建议
+    \item 补充 Overleaf 升级内容
+\end{itemize}


Property changes on: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/updateinfo.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/windows.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/windows.tex	2025-04-01 19:58:42 UTC (rev 74815)
+++ trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/windows.tex	2025-04-01 19:59:58 UTC (rev 74816)
@@ -2,15 +2,15 @@
 
 \chapter{Windows 11 系统}
 
-\section{安装 \TeX{} Live}\label{sec:windows:install}
+\section{安装 \TeX\ Live}\label{sec:windows:install}
 
-在安装 \TeX{} Live 之前,
+在安装 \TeX\ Live 之前,
 在文件夹菜单栏 \menu{查看 > 显示} 中选择 \menu{文件扩展名}.
 
-用户可以从最近的 CTAN 源\footnote{这里所谓的最近, 其实是由系统判定的, 实际上系统可能会误判}下载 \TeX{} Live 的
-\href{https://mirrors.ctan.org/systems/texlive/Images/texlive2025.iso}{iso 镜像文件},
+用户可以从最近的 CTAN 源\footnote{这里所谓的最近, 其实是由系统判定的, 实际上系统可能会误判}下载 \TeX\ Live 的
+\href{https://mirrors.ctan.org/systems/texlive/Images/texlive2025.iso}{\texttt{iso} 镜像文件},
 也可以找大陆地区的源自行下载\footnote{新版本发布时, 各镜像网站同步的进度会有不同}.
-通过大陆地区的源下载 iso 文件的方法请参考附录~\ref{chp:appendix:mirror}.
+通过大陆地区的源下载 \texttt{iso} 文件的方法请参考附录~\ref{chp:appendix:mirror}.
 
 假设镜像文件被下载到本地后,
 其存放路径为 \texttt{X:\textbackslash Y}%
@@ -20,8 +20,6 @@
 默认路径名称为不带空格的英文}.
 下载完毕后, 用户打开 \textsf{cmd} 窗口%
 \footnote{点击 \keys{\faWindows},
-输入 \textsf{cmd},
-点击 \keys{\enter};
 或在任意文件夹中按 \keys{\ctrl + L},
 输入 \textsf{cmd},
 点击 \keys{\enter}},
@@ -29,6 +27,9 @@
 \begin{lstlisting}[language = bash]
   C:\Users\username>
 \end{lstlisting}
+%\begin{lstlisting}
+%  PS C:\Users\username>
+%\end{lstlisting}
 它显示了当前所在路径并等待用户下一步操作,
 通常在开启 \textsf{cmd} 或上一程序运行结束时会显示.
 
@@ -36,6 +37,9 @@
 \begin{lstlisting}[language = bash]
   echo %path:;=&echo.%
 \end{lstlisting}
+%\begin{lstlisting}
+%  $env:Path -split ';'
+%\end{lstlisting}
 查看环境变量. 
 若 \texttt{C:\textbackslash Windows\textbackslash system32}
 不在结果中\footnote{这里默认系统盘为\textsf{C}盘},
@@ -42,22 +46,22 @@
 则关闭 \textsf{cmd} 窗口,
 将 \texttt{C:\textbackslash Windows\textbackslash system32}
 添加到环境变量中\footnote{在 \menu{桌面 > 此电脑 > 属性 > 高级系统设置 > 环境变量 > 系统变量 > Path} 中添加}.
-\textbf{根据以往经验, 安装老版 C\TeX{} 套装的用户往往会有} \texttt{system32} \textbf{丢失的问题}. 
+\textbf{根据以往经验, 安装老版 C\TeX\ 套装的用户往往会有} \texttt{system32} \textbf{丢失的问题}. 
 
-另外, 如果环境变量中有 \texttt{mingw} 或 \texttt{jdk} 相关的内容,
-也请暂时删除\footnote{具体原因参见
-\href{https://tex.stackexchange.com/questions/445086/error-installing-latest-version-of-tex-live-on-windows-10}{stackexchange} 
-的解释, 待安装结束后, 再将 \texttt{mingw} 或 \texttt{jdk} 环境变量添加至 \TeX{} Live 的环境变量之后}.
+另外, 如果环境变量中有 \texttt{mingw}、\texttt{jdk}、\texttt{Cygwin} 相关的内容,
+也请暂时删除\footnote{前两者具体原因参见
+\href{https://tex.stackexchange.com/questions/445086/error-installing-latest-version-of-tex-live-on-windows-10}{\textsf{Stack\textbf{Exchange}}}
+的解释, 待安装结束后, 再将环境变量重新添加至 \TeX\ Live 的环境变量之后}.
 同时国内常见的 2345 好压也会对安装构成影响,
-建议删除它并在安装 \TeX{} Live 后更换其他同类软件%
+建议删除它并在安装 \TeX\ Live 后更换其他同类软件%
 \footnote{推荐 \href{http://www.winrar.com.cn/}{WinRAR}
 或 \href{https://www.7-zip.org/}{7-Zip}}.
 \textbf{最重要的是, 不要安装第三方安全软件}\footnote{Windows 11 中已经内置了安全软件,
 用户尤其没有必要安装国产的第三方杀毒软件,
 根据经验,
-它们会干扰 \TeX{} Live 安装}.
+它们会干扰 \TeX\ Live 安装}.
 
-下面我们要确保下载到的 iso 文件没有损坏, 一种常用做法是检查其 MD5 值.
+下面我们要确保下载到的 \texttt{iso} 文件没有损坏, 一种常用做法是检查其 MD5 值.
 当然, 如果确信自己下载到的文件没有问题, 也可以跳过这一步.
 打开 \textsf{cmd} 窗口依次执行以下代码
 \begin{lstlisting}[language = bash]
@@ -64,6 +68,9 @@
   cd /d X:\Y
   certutil -hashfile texlive2025.iso md5
 \end{lstlisting}
+%\begin{lstlisting}
+%  (Get-FileHash 'X:\Y\texlive2025.iso' -Algorithm MD5).Hash
+%\end{lstlisting}
 若系统显示
 \begin{lstlisting}
   MD5 的 texlive2025.iso 哈希:
@@ -78,6 +85,9 @@
   cd /d X:\Y
   certutil -hashfile texlive2025.iso sha512
 \end{lstlisting}
+%\begin{lstlisting}
+%  (Get-FileHash 'X:\Y\texlive2025.iso' -Algorithm SHA512).Hash
+%\end{lstlisting}
 若系统显示
 \begin{lstlisting}[language=bash,literate={a}{a}{1} {b}{b}{1} {c}{c}{1} {d}{d}{1} {e}{e}{1} {f}{f}{1}]
   SHA512 的 texlive2025.iso 哈希:
@@ -87,7 +97,7 @@
 即为验证成功.
 
 接下来开始安装.
-推荐用户先手动建立 \TeX{} Live 的安装路径 (文件夹) 再进行安装,
+推荐用户先手动建立 \TeX\ Live 的安装路径 (文件夹) 再进行安装,
 注意路径的名称是\textbf{不带空格的英文},
 默认路径为 \texttt{C:\textbackslash texlive\textbackslash 2025}.
 假如系统用了中文作为用户名,
@@ -97,12 +107,15 @@
 可在文件夹菜单栏
 \menu{装载};
 第三方虚拟光驱软件可考虑 WinCDEmu 或 UltraISO;
-不鼓励解压缩镜像文件}. 
+不鼓励解压缩镜像文件}.
 假设加载后的路径为 \texttt{Z:\textbackslash}.
 打开 \textsf{cmd} 窗口并执行
 \begin{lstlisting}[language = bash]
   Z:\install-tl-windows.bat --no-gui
 \end{lstlisting}
+%\begin{lstlisting}
+%  & 'Z:\install-tl-windows.bat' --no-gui
+%\end{lstlisting}
 即可看到如下结果
 \begin{lstlisting}
   ======================> TeX Live installation procedure <=====================
@@ -157,7 +170,7 @@
 
   Enter command:
 \end{lstlisting}
-这时, 用户可可直接按键盘 \keys{I} 在默认路径中直接安装 \TeX{} Live,
+这时, 用户可可直接按键盘 \keys{I} 在默认路径中直接安装 \TeX\ Live,
 也可按键盘 \keys{D} 来更改安装路径.
 按 \keys{D} 后, 用户可看到
 \begin{lstlisting}
@@ -195,7 +208,7 @@
 \footnote{Windows 11 默认采取快速编辑模式, 一旦点击 \textsf{cmd} 窗口,
 将显示``选择命令提示符''而导致进程暂停}. 
 安装完成后, 关闭再打开 \textsf{cmd} 窗口%
-\footnote{正常安装 \TeX{} Live 后, 环境变量会变化,
+\footnote{正常安装 \TeX\ Live 后, 环境变量会变化,
 关闭原 \textsf{cmd} 窗口再重新打开才能获取新的环境变量},
 执行
 \begin{lstlisting}[language = bash]
@@ -231,6 +244,9 @@
 \begin{lstlisting}[language = bash]
   wget http://mirrors.ctan.org/systems/texlive/Images/texlive2025.iso
 \end{lstlisting}
+%\begin{lstlisting}
+%  Invoke-WebRequest -Uri 'http://mirrors.ctan.org/systems/texlive/Images/texlive2025.iso' -OutFile 'texlive2025.iso'
+%\end{lstlisting}
 即可下载最近的镜像.
 类似地,
 也可以指定国内的源进行下载,
@@ -238,6 +254,9 @@
 \begin{lstlisting}[language = bash]
   wget https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/Images/texlive2025.iso
 \end{lstlisting}
+%\begin{lstlisting}
+%  Invoke-WebRequest -Uri 'https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/Images/texlive2025.iso' -OutFile 'texlive2025.iso'
+%\end{lstlisting}
 其他国内镜像只需要将链接替换即可,
 链接和方法请参考附录~\ref{chp:appendix:mirror}.
 
@@ -248,7 +267,7 @@
 输入 \textsf{cmd},
 按 \keys{\ctrl + \shift + \enter} 三个键.
 一般而言,
-在系统盘内直接安装 \TeX{} Live 会碰到此类问题,
+在系统盘内直接安装 \TeX\ Live 会碰到此类问题,
 因此鼓励用户在安装前先手动建立安装路径.
 直接使用管理员身份打开 \textsf{cmd} 窗口进行安装可能会对以后的升级造成影响.
 
@@ -255,7 +274,7 @@
 \subsection{系统用中文作为用户名}\label{sec:chinesename}
 
 很多中文 Windows 用户习惯于用中文作为用户名,
-但是这样会导致 \TeX{} Live 安装失败.
+但是这样会导致 \TeX\ Live 安装失败.
 更改系统的 \texttt{TEMP} 和 \texttt{TMP} 这两个环境变量可以避免这样的问题.
 在 \textsf{cmd} 中执行
 \begin{lstlisting}
@@ -263,8 +282,13 @@
   set TEMP=C:\temp
   set TMP=C:\temp
 \end{lstlisting}
+%\begin{lstlisting}
+%  New-Item -ItemType Directory -Path 'C:\temp' -Force
+%  $env:TEMP = 'C:\temp'
+%  $env:TMP = 'C:\temp'
+%\end{lstlisting}
 便可更改这两个环境变量为 \texttt{C:\textbackslash temp}.
-更改后按照前述内容安装 \TeX{} Live 即可.
+更改后按照前述内容安装 \TeX\ Live 即可.
 这样的更改是临时的,
 待 \textsf{cmd} 窗口关闭,
 环境变量将恢复为原始状态.
@@ -296,8 +320,8 @@
 
 \subsection{\texttt{tlmgr} 本身无法成功升级}
 
-遇到这种情况时, 用户需自行下载
-\href{https://mirrors.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.exe}{update-tlmgr-latest.exe},
+遇到这种情况时, 用户需自行下载并运行
+\href{https://mirrors.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.exe}{\texttt{update-tlmgr-latest.exe}},
 然后再执行升级命令即可%
 \footnote{这里依旧让系统自动选择镜像源,
 用户可以自行选择国内镜像以加快下载速度}. 
@@ -320,7 +344,7 @@
 
 \section{安装宏包}
 
-在默认状态下, 用户将完整安装 \TeX{} Live, 因此用户极少碰到需要手动安装宏包的情形. 
+在默认状态下, 用户将完整安装 \TeX\ Live, 因此用户极少碰到需要手动安装宏包的情形. 
 同时, 在
 \href{http://mirrors.ctan.org/info/lshort/chinese/lshort-zh-cn.pdf}{lshort-zh-cn}
 中也明确提到, \textbf{如非万不得已, 尽量不要手动安装宏包}. 
@@ -347,7 +371,7 @@
 这两本手册中都有讲解安装的相关内容,
 建议用户阅读.
 
-本手册业已被 \TeX{} Live 收录,
+本手册业已被 \TeX\ Live 收录,
 调出本手册的命令为
 \begin{lstlisting}[language=bash]
   texdoc install-latex-guide-zh-cn
@@ -364,6 +388,10 @@
   cd /d D:\work-latex
   notepad main.tex
 \end{lstlisting}
+%\begin{lstlisting}
+%  Set-Location (New-Item -ItemType Directory -Path 'D:\work-latex' -Force)
+%  notepad.exe main.tex
+%\end{lstlisting}
 第1行表示创建一个工作路径 \texttt{D:\textbackslash work-latex},
 第2行表示进入工作路径, 第3行表示用记事本打开 \texttt{main.tex} 文件,
 若文件不存在, 系统将询问用户是否创建该文件%
@@ -373,7 +401,7 @@
 \begin{lstlisting}[language={[LaTeX]TeX}]
   \documentclass{article}
   \begin{document}
-    Hello \LaTeX{} World!
+    Hello \LaTeX\ World!
   \end{document}
 \end{lstlisting}
 保存并退出. 
@@ -392,9 +420,9 @@
 若使用其他编辑器,
 请注意规定文档编码为 UTF-8}%
 \begin{lstlisting}[language={[LaTeX]TeX}]
-  \documentclass[UTF8,fontset=windows]{ctexart}
+  \documentclass[fontset=windows]{ctexart}
   \begin{document}
-    你好 \LaTeX{} 世界!
+    你好 \LaTeX\ 世界!
   \end{document}
 \end{lstlisting}
 保存并退出.
@@ -408,7 +436,7 @@
 \texttt{xelatex} 可以使用系统内安装的字体,
 用户在安装字体时需右键字体文件的快捷菜单 \menu{显示更多选项 > 为所有用户安装}.
 
-总结一下, 在使用 \LaTeX{} 时, 用户首先要在工作路径%
+总结一下, 在使用 \LaTeX\ 时, 用户首先要在工作路径%
 \footnote{建议不同的工程放入不同的工作路径}%
 中建立一个完整的 \texttt{tex} 文件%
 \footnote{该文件必须包含 \texttt{\textbackslash documentclass},
@@ -446,10 +474,10 @@
 \footnote{如使用 \texttt{bibtex} 或 \texttt{biblatex} 处理参考文献时需要多次编译,
 详情见相关文档}. 
 
-\subsection{\LaTeXe 版本不匹配导致 \texttt{xelatex} 失败}
+\subsection{\LaTeXe\ 版本不匹配导致 \texttt{xelatex} 失败}
 
 使用 \texttt{xelatex} 编译文档,
-系统有时会提示目前 \LaTeXe 的版本低于某宏包的要求版本.
+系统有时会提示目前 \LaTeXe\ 的版本低于某宏包的要求版本.
 这种情况是由于 \textsf{fmt} 文件未能更新所导致.
 此时可考虑在命令行运行
 \begin{lstlisting}[language=bash]
@@ -457,7 +485,7 @@
 \end{lstlisting}
 待结束后再用 \texttt{xelatex} 编译文档.
 更多内容参考
-\href{https://github.com/CTeX-org/forum/issues/70}{github 上的讨论}.
+\href{https://github.com/CTeX-org/forum/issues/70}{GitHub 上的讨论}.
 
 另外也可考虑重装 \texttt{xetex}.
 在命令行执行
@@ -474,9 +502,9 @@
 \end{lstlisting}
 刷新 \texttt{fmt} 文件后再编译 \texttt{tex} 文件.
 
-\section{卸载 \TeX{} Live}
+\section{卸载 \TeX\ Live}
 
-在跨版本升级 \TeX{} Live 时, 通常需要卸载旧版 \TeX{} Live.
+在跨版本升级 \TeX\ Live 时, 通常需要卸载旧版 \TeX\ Live.
 下面介绍几种卸载方法.
 
 \subsection{使用批处理文件}
@@ -486,7 +514,7 @@
   kpsewhich -var-value TEXMFROOT
 \end{lstlisting}
 可以查看 \texttt{TEXMFROOT} 的值,
-该值即为 \TeX{} Live 的安装路径%
+该值即为 \TeX\ Live 的安装路径%
 \footnote{%
   除这里提供的 \texttt{TEXMFROOT}, 还有很多其他变量, 可在
   \href{https://www.tug.org/texlive/doc/texlive-zh-cn/texlive-zh-cn.pdf}{texlive-zh-cn}
@@ -494,32 +522,31 @@
 }. 
 接下来,
 用户只需执行%
-\footnote{双击或在 \texttt{cmd} 中运行}%
+\footnote{双击或在 \textsf{cmd} 中运行}%
 安装路径中的卸载批处理文件即可实现卸载, 如默认安装时执行
 \begin{lstlisting}[language=bash]
   C:\texlive\2025\tlpkg\installer\uninst.bat
 \end{lstlisting}
+%\begin{lstlisting}
+%  & 'C:\texlive\2025\tlpkg\installer\uninst.bat'
+%  Remove-Item -Recurse -Force -Path '$env:USERPROFILE\.texlive2025'
+%\end{lstlisting}
 结束以上步骤后,
 手动删除用户文件夹中的 \texttt{.texlive2025}.
-如果用户安装 \TeX{} Live 时需要管理员权限,
+如果用户安装 \TeX\ Live 时需要管理员权限,
 那么在卸载时同样需要管理员权限.
 
 卸载后,
 用户需要清理注册表
 \begin{lstlisting}
-  HKEY_CURRENT_USER\Software\Classes\TL.bitmap2eps.convert.2025
   HKEY_CURRENT_USER\Software\Classes\TL.DVIOUT.view.2025
   HKEY_CURRENT_USER\Software\Classes\TL.TeXworks.edit.2025
   HKEY_CURRENT_USER\Software\Classes\TL.PSViewer.view.2025
-  HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts\TL.bitmap2eps.convert.2025_.jpg
-  HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts\TL.bitmap2eps.convert.2025_.png
-  HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts\TL.TeXworks.edit.2025_.sty
-  HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts\TL.TeXworks.edit.2025_.tex
+  HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts\TL.TeXworks.edit.2025_.tex
 \end{lstlisting}
 但若在安装时使用管理员权限``为所有人安装'',
 则注册表位置将变为
 \begin{lstlisting}
-  HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TL.bitmap2eps.convert.2025
   HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TL.DVIOUT.view.2025
   HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TL.TeXworks.edit.2025
   HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TL.PSViewer.view.2025
@@ -529,10 +556,10 @@
 
 如果执行批处理文件 \texttt{uninst.bat} 出错,
 用户也可手动删除安装文件夹,
-之后再清理 \TeX{} Live 的环境变量,
+之后再清理 \TeX\ Live 的环境变量,
 并且清理注册表.
 
-\section{跨版本升级 \TeX{} Live}
+\section{跨版本升级 \TeX\ Live}
 
 目前在 \href{https://www.tug.org/texlive/upgrade.html}{tug.org}
 上面提供的说法是:
@@ -539,4 +566,4 @@
 Windows 没有类似 Unix 的升级程序,
 需要进行新安装%
 \footnote{原文是: There is no comparable upgrade procedure for Windows.
-  Doing a new installation is necessary.}.
\ No newline at end of file
+  Doing a new installation is necessary.}.

Modified: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/wsl.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/wsl.tex	2025-04-01 19:58:42 UTC (rev 74815)
+++ trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/wsl.tex	2025-04-01 19:59:58 UTC (rev 74816)
@@ -3,13 +3,13 @@
 \chapter{Windows Subsystem for Linux}
 
 目前微软推出了 Windows Subsystem for Linux (WSL) 供开发人员使用.
-在这里简要介绍如何在 WSL 中安装 \TeX{} Live.
+在这里简要介绍如何在 WSL 中安装 \TeX\ Live.
 我选择的是 Windows 11 微软商店中的 Ubuntu.
 此篇安装教程仅供参考.
 这里称 WSL 中使用的命令行为 \textsf{bash}.
 \textbf{不建议}对操作系统了解不多的用户阅读本章内容.
 
-\section{安装 \TeX{} Live}
+\section{安装 \TeX\ Live}
 
 在主系统%
 \footnote{在 Windows 11 中直接进行的操作即为在主系统中的操作}%
@@ -172,7 +172,7 @@
 \section{调出宏包手册}
 
 由于 WSL 的 \textsf{bash} 默认是无窗口化的纯命令行,
-因此将 \TeX{} Live 安装至 WSL 后,
+因此将 \TeX\ Live 安装至 WSL 后,
 用户无法直接通过命令 \texttt{texdoc} 打开相应的手册.
 下面几种方法均为收集而来的方案,
 其中比较推荐更改 \texttt{texdoc.cnf}.
@@ -195,7 +195,8 @@
 这里给出了 \texttt{texdoc} 的配置文件所在位置.
 打开用户文件夹下的配置文件
 \begin{lstlisting}[language=bash]
-  vim ~/texmf/texdoc/texdoc.cnf
+  mkdir -p ~/texmf/texdoc && touch ~/texmf/texdoc/texdoc.cnf
+  gedit ~/texmf/texdoc/texdoc.cnf
 \end{lstlisting}
 在文件内写入
 \begin{lstlisting}
@@ -248,17 +249,21 @@
   cd /d D:\work-latex
   notepad main.tex
 \end{lstlisting}
+%\begin{lstlisting}
+%  Push-Location (New-Item -ItemType Directory -Path 'D:\work-latex' -Force)
+%  notepad.exe main.tex
+%\end{lstlisting}
 建立文档,
 内容为
 \begin{lstlisting}[language = {[LaTeX]TeX}]
   \documentclass{article}
   \begin{document}
-    Hello \LaTeX{} World!
+    Hello \LaTeX\ World!
   \end{document}
 \end{lstlisting}
 接下来在 \textsf{cmd} 中执行
 \begin{lstlisting}[language=bash]
-  bash -i -c "pdflatex main"
+  bash -l -c "pdflatex main"
 \end{lstlisting}
 实现编译.
 
@@ -285,14 +290,14 @@
 可以编写以下最小示例%
 \footnote{注意使用 UTF-8 编码}%
 \begin{lstlisting}[language={[LaTeX]TeX}]
-  \documentclass[UTF8,fontset=fandol]{ctexart}
+  \documentclass[fontset=fandol]{ctexart}
   \begin{document}
-    你好 \LaTeX{} 世界!
+    你好 \LaTeX\ 世界!
   \end{document}
 \end{lstlisting}
 在 \textsf{cmd} 中执行
 \begin{lstlisting}[language=bash]
-  bash -i -c "xelatex main"
+  bash -l -c "xelatex main"
 \end{lstlisting}
 或在 \textsf{bash} 中执行
 \begin{lstlisting}[language=bash]
@@ -305,15 +310,15 @@
 见
 \href{https://github.com/OsbertWang/install-latex-guide-zh-cn/issues/14}{github 上的讨论},
 鉴于 WSL2 和主系统文件系统互访速度慢,
-该方法很可能拖慢 xelatex 速度},
+该方法很可能拖慢 \texttt{xelatex} 速度},
 在 WSL 中安装字体的方法见 \ref{sec:addition:font}~节.
 
 编译命令可添加参数, 这里与 \ref{sec:windows:compile}~节中的情形一致, 不再赘述.
 
-\section{卸载 \TeX{} Live}
+\section{卸载 \TeX\ Live}
 
 WSL 中的方法同 \ref{sec:ubuntu:uninstall}~节.
 
-\section{跨版本升级 \TeX{} Live}
+\section{跨版本升级 \TeX\ Live}
 
 WSL 中的方法同 \ref{sec:ubuntu:version}~节.

Modified: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/install-latex-guide-zh-cn.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/install-latex-guide-zh-cn.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/install-latex-guide-zh-cn.tex	2025-04-01 19:58:42 UTC (rev 74815)
+++ trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/install-latex-guide-zh-cn.tex	2025-04-01 19:59:58 UTC (rev 74816)
@@ -1,12 +1,4 @@
-\documentclass[fontset=fandol]{ctexrep}
-\usepackage{accsupp}
-\usepackage[margin=2.4cm]{geometry}
-\usepackage{listings}
-\usepackage{xcolor}
-\usepackage{fontawesome5}
-\usepackage[pdfpagelayout=SinglePage,bookmarksnumbered]{hyperref}
-\usepackage[os=win,hyperrefcolorlinks]{menukeys}
-\usepackage[nolinks]{qrcode}
+\documentclass[fontset=fandol, AutoFakeSlant=0]{ctexrep}
 
 \ctexset{
   chapter        = {
@@ -18,6 +10,17 @@
   section/format = \Large\bfseries\raggedright,
 }
 
+\usepackage{accsupp}
+\usepackage[margin=2.4cm]{geometry}
+\usepackage{booktabs}
+\usepackage{array}
+\usepackage{listings}
+\usepackage{fontawesome5}
+\usepackage[colorlinks, pdfpagelayout=SinglePage, bookmarksnumbered]{hyperref}
+\usepackage[os=win]{menukeys}
+\usepackage{fancyqr}
+\usepackage{hologo}
+
 \lstset{
   backgroundcolor = \color{lightgray!30},
   keywordstyle    = \color{blue},
@@ -39,23 +42,15 @@
 \newcommand\emptyaccsupp[1]{%
   \BeginAccSupp{ActualText={}}#1\EndAccSupp{}%
 }
-
+\newcommand\buildinclude[1]{%
+  \InputIfFileExists{#1}{}{\include{./chapter/#1}}
+}
 \renewmenumacro{\menu}[>]{angularmenus}
 \renewmenumacro{\keys}[+]{shadowedroundedkeys}
+\renewcommand\RSsmallest{5pt}
 
-\title{\bfseries 一份简短的关于 \LaTeX{} 安装的介绍%
-  \thanks{\url{https://github.com/OsbertWang/install-latex-guide-zh-cn}}%
-}
-\author{王然%
-  \thanks{\href{mailto:ranwang.osbert at outlook.com}%
-    {\ttfamily ranwang.osbert at outlook.com}}%
-}
-\date{\today}
-
-\usepackage{booktabs}
 \usepackage{tikz}
 \usetikzlibrary{shapes.geometric, calc}
-
 \tikzset{
   score stars/.style={
     % shape
@@ -93,24 +88,33 @@
   \end{tikzpicture}%
 }
 
+\title{\bfseries 一份简短的关于 \LaTeX 安装的介绍%
+  \thanks{\url{https://github.com/OsbertWang/install-latex-guide-zh-cn}}%
+}
+\author{王然%
+  \thanks{\href{mailto:ranwang.osbert at outlook.com}%
+    {\ttfamily ranwang.osbert at outlook.com}}%
+}
+\date{\today}
+
 \begin{document}
   
 \maketitle
-\include{./chapter/preface}
+\buildinclude{preface}
 
 \tableofcontents
 
-\include{./chapter/windows}
-\include{./chapter/ubuntu}
-\include{./chapter/macos}
-\include{./chapter/wsl}
-\include{./chapter/editor}
-\include{./chapter/overleaf}
+\buildinclude{windows}
+\buildinclude{ubuntu}
+\buildinclude{macos}
+\buildinclude{wsl}
+\buildinclude{editor}
+\buildinclude{overleaf}
 
 \appendix
-\include{./appendix/mirror}
-\include{./appendix/addition}
-\include{./appendix/offline}
-\include{./appendix/updateinfo}
+\buildinclude{mirror}
+\buildinclude{addition}
+\buildinclude{offline}
+\buildinclude{updateinfo}
 
 \end{document}

Modified: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/make.bat
===================================================================
--- trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/make.bat	2025-04-01 19:58:42 UTC (rev 74815)
+++ trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/make.bat	2025-04-01 19:59:58 UTC (rev 74816)
@@ -3,7 +3,7 @@
 set INSTALLLATEX=install-latex-guide-zh-cn
 set PDF=%INSTALLLATEX%.pdf
 set TEMP=%INSTALLLATEX%.xdv %INSTALLLATEX%.aux %INSTALLLATEX%.log %INSTALLLATEX%.toc %INSTALLLATEX%.out %INSTALLLATEX%.synctex.gz ^
-         .\appendix\*.aux .\chapter\*.aux
+         .\chapter\*.aux
 
 if "%1"=="clean" goto clean
 

Modified: trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/makefile
===================================================================
--- trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/makefile	2025-04-01 19:58:42 UTC (rev 74815)
+++ trunk/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/makefile	2025-04-01 19:59:58 UTC (rev 74816)
@@ -1,8 +1,8 @@
 INSTALLLATEX  = install-latex-guide-zh-cn
 PDF       = $(INSTALLLATEX).pdf
-REQUIRE   = $(INSTALLLATEX).tex $(wildcard ./chapter/*.tex) $(wildcard ./appendix/*.tex)
+REQUIRE   = $(INSTALLLATEX).tex $(wildcard ./chapter/*.tex)
 TEMP      = $(INSTALLLATEX).xdv $(INSTALLLATEX).aux $(INSTALLLATEX).log $(INSTALLLATEX).toc $(INSTALLLATEX).out $(INSTALLLATEX).synctex.gz \
-            $(wildcard ./chapter/*.aux) $(wildcard ./appendix/*.aux)
+            $(wildcard ./chapter/*.aux)
 
 TEX       = xelatex
 MODE      = -synctex=1

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2025-04-01 19:58:42 UTC (rev 74815)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2025-04-01 19:59:58 UTC (rev 74816)
@@ -2317,6 +2317,7 @@
  'ifmslide',    '[^n]\.(eps|pdf|jpg)|' . $standardtex,  # not ifmman.pdf
  'ijsra',	'ijsra_logo.*|' . $standardtex,
  'insbox',      'insbox.tex',
+ 'install-latex-guide-zh-cn','NULL',		# doc package
  'interactiveworkbook', 'NULL', # done in POSTinteractiveworkbook
  'interpreter', 'interpreter.(tex|lua)|' . $standardtex,
  'iodhbwm',	'logo\.png$|' . $standardtex,



More information about the tex-live-commits mailing list.