From 809279687ad6a85c7a45c9a469725248da509220 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 2 May 2023 03:04:36 +0000 Subject: CTAN sync 202305020304 --- .../appendix/updateinfo.tex | 7 +++++++ info/install-latex-guide-zh-cn/chapter/editor.tex | 3 +++ info/install-latex-guide-zh-cn/chapter/ubuntu.tex | 4 ++-- info/install-latex-guide-zh-cn/chapter/wsl.tex | 2 +- .../install-latex-guide-zh-cn.pdf | Bin 790584 -> 790843 bytes 5 files changed, 13 insertions(+), 3 deletions(-) (limited to 'info') diff --git a/info/install-latex-guide-zh-cn/appendix/updateinfo.tex b/info/install-latex-guide-zh-cn/appendix/updateinfo.tex index 0e154e9214..454951aa71 100644 --- a/info/install-latex-guide-zh-cn/appendix/updateinfo.tex +++ b/info/install-latex-guide-zh-cn/appendix/updateinfo.tex @@ -2,6 +2,13 @@ \chapter{版本信息} +\section*{v2023.5.1} + +\begin{enumerate} + \item 更新 Ubuntu 环境变量和字体安装 + \item 添加 TUG 的编辑器列表 +\end{enumerate} + \section*{v2023.4.1} \begin{enumerate} diff --git a/info/install-latex-guide-zh-cn/chapter/editor.tex b/info/install-latex-guide-zh-cn/chapter/editor.tex index 8a7f99a68f..0c55638f74 100644 --- a/info/install-latex-guide-zh-cn/chapter/editor.tex +++ b/info/install-latex-guide-zh-cn/chapter/editor.tex @@ -523,6 +523,9 @@ Mac\TeX{} 自带 \TeX Shop 编辑器 (注意不要与其他自带的程序混淆 尝试提供一套全面的工具来查看、编辑和编译LaTeX文档, 用户可以考虑使用. +更多编辑器可参考 TUG 的% +\href{https://tug.org/interest.html#editors}{列表}. + \section{多款编辑器对比参考} 显然, 能够支持 \LaTeX{} 的编辑器并不局限于本手册所介绍的几款. diff --git a/info/install-latex-guide-zh-cn/chapter/ubuntu.tex b/info/install-latex-guide-zh-cn/chapter/ubuntu.tex index 2a38d4e789..a54b1d882f 100644 --- a/info/install-latex-guide-zh-cn/chapter/ubuntu.tex +++ b/info/install-latex-guide-zh-cn/chapter/ubuntu.tex @@ -125,7 +125,7 @@ 用户需要设置环境变量. 执行 \begin{lstlisting}[language = bash] - gedit ~/.bashrc + gedit ~/.profile \end{lstlisting} 在打开的文件末尾添加 \begin{lstlisting} @@ -253,7 +253,7 @@ 卸载完成后,可以进一步移除之前设置的环境变量. 在 \textsf{Terminal} 中执行 \begin{lstlisting}[language = bash] - gedit ~/.bashrc + gedit ~/.profile \end{lstlisting} 然后移除之前在文件末尾添加的 \begin{lstlisting} diff --git a/info/install-latex-guide-zh-cn/chapter/wsl.tex b/info/install-latex-guide-zh-cn/chapter/wsl.tex index 1b29973868..f2eee01936 100644 --- a/info/install-latex-guide-zh-cn/chapter/wsl.tex +++ b/info/install-latex-guide-zh-cn/chapter/wsl.tex @@ -111,7 +111,7 @@ WSL 已经能够自动完成可视化工作, 默认安装完成后, 用户需要设置环境变量. 继续在 \textsf{bash} 中执行 \begin{lstlisting}[language = bash] - gedit ~/.bashrc + gedit ~/.profile \end{lstlisting} 在打开的文件末尾添加 \begin{lstlisting} diff --git a/info/install-latex-guide-zh-cn/install-latex-guide-zh-cn.pdf b/info/install-latex-guide-zh-cn/install-latex-guide-zh-cn.pdf index f6ff5f2c5f..0171a31ec8 100644 Binary files a/info/install-latex-guide-zh-cn/install-latex-guide-zh-cn.pdf and b/info/install-latex-guide-zh-cn/install-latex-guide-zh-cn.pdf differ -- cgit v1.2.3