summaryrefslogtreecommitdiff
path: root/info/install-latex-guide-zh-cn
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-08-03 03:01:12 +0000
committerNorbert Preining <norbert@preining.info>2020-08-03 03:01:12 +0000
commite5053aca346b6b429f77806ea89e37d67da94b29 (patch)
tree49b473636d2663448ca7031ae9eb6b3b28b06f3d /info/install-latex-guide-zh-cn
parent1498fd91bffe57cfb36b3164ea5237cff0915559 (diff)
CTAN sync 202008030301
Diffstat (limited to 'info/install-latex-guide-zh-cn')
-rw-r--r--info/install-latex-guide-zh-cn/README.md4
-rw-r--r--info/install-latex-guide-zh-cn/appendix/updateinfo.tex4
-rw-r--r--info/install-latex-guide-zh-cn/chapter/macos.tex6
-rw-r--r--info/install-latex-guide-zh-cn/chapter/preface.tex8
-rw-r--r--info/install-latex-guide-zh-cn/chapter/ubuntu.tex9
-rw-r--r--info/install-latex-guide-zh-cn/chapter/windows.tex6
-rw-r--r--info/install-latex-guide-zh-cn/install-latex-guide-zh-cn.pdfbin699375 -> 700965 bytes
-rw-r--r--info/install-latex-guide-zh-cn/install-latex-guide-zh-cn.tex2
8 files changed, 31 insertions, 8 deletions
diff --git a/info/install-latex-guide-zh-cn/README.md b/info/install-latex-guide-zh-cn/README.md
index 05e5d2a0f7..b8f3d0d532 100644
--- a/info/install-latex-guide-zh-cn/README.md
+++ b/info/install-latex-guide-zh-cn/README.md
@@ -10,7 +10,7 @@ The code involved in this article also asks users to do more, don't simply copy
If you need to compile the source files, please make sure to install the fandol font and use the xelatex command.
TeX Live users are recommended to use the following commands
```
-latexmk -xelatex -synctex=1 install-latex-zh-cn
+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.
@@ -32,7 +32,7 @@ This work is released under the LaTeX Project Public License, v1.3c or later.
若需要编译源文件, 请确保安装 fandol 字体, 并使用 `xelatex` 命令.
推荐 TeX Live 用户使用如下命令
```
-latexmk -xelatex -synctex=1 install-latex-zh-cn
+latexmk -xelatex -synctex=1 install-latex-guide-zh-cn
```
无法使用 `latexmk` 的用户可以根据自己的操作系统执行 `make.bat` 或 `make`.
diff --git a/info/install-latex-guide-zh-cn/appendix/updateinfo.tex b/info/install-latex-guide-zh-cn/appendix/updateinfo.tex
index 50efd37c11..b97fce69df 100644
--- a/info/install-latex-guide-zh-cn/appendix/updateinfo.tex
+++ b/info/install-latex-guide-zh-cn/appendix/updateinfo.tex
@@ -2,11 +2,13 @@
\chapter{版本信息}
-\section*{v2020.8.1}
+\section*{v2020.8.2}
\begin{enumerate}
\item 增加验证 sha512 的内容
\item 将本文提交至 CTAN 而进行必要更改
+ \item 利用 \texttt{texdoc} 调出本手册
+ \item 给出直接下载 Mac\TeX 的链接
\end{enumerate}
\section*{v2020.7.1}
diff --git a/info/install-latex-guide-zh-cn/chapter/macos.tex b/info/install-latex-guide-zh-cn/chapter/macos.tex
index 5cf3089b57..400325a36e 100644
--- a/info/install-latex-guide-zh-cn/chapter/macos.tex
+++ b/info/install-latex-guide-zh-cn/chapter/macos.tex
@@ -55,6 +55,12 @@ Mac\TeX{} 是 \TeX{} Live 在 macOS 下的再打包版本, 额外加入了一些
\end{lstlisting}
安装完成后 Basic\TeX{} 依然会缺很多包, 手动安装会比较麻烦, 所以不推荐没有经验的用户尝试.
+如果不通过 Homebrew 安装 Mac\TeX,
+可以直接\href{https://mirrors.ctan.org/systems/mac/mactex/MacTeX.pkg}{下载}%
+它的安装包而后手动安装.
+同样可以考虑更换大陆镜像进行下载,
+具体请参考附录~\ref{chp:appendix:mirror}.
+
\section{卸载 Mac\TeX}
如果用户借助 Homebrew cask 安装了 Mac\TeX,
diff --git a/info/install-latex-guide-zh-cn/chapter/preface.tex b/info/install-latex-guide-zh-cn/chapter/preface.tex
index f425be3213..dfd2f693b2 100644
--- a/info/install-latex-guide-zh-cn/chapter/preface.tex
+++ b/info/install-latex-guide-zh-cn/chapter/preface.tex
@@ -2,7 +2,7 @@
\chapter*{前言}
-在 QQ 群 91940767、478023327 和 640633524 中,
+以``啸行''名义加入 QQ 群 91940767、478023327 和 640633524 后,
经常有群友咨询如何安装 \LaTeX.
实际上,
用户安装的是 \LaTeX{} 的\textbf{发行版}和相关的\textbf{编辑器}.
@@ -37,7 +37,11 @@
本文大部分内容是个人过去一段时间的使用总结, 其中难免有不甚合理或晦涩难懂的部分.
若用户在阅读本文档的过程中有任何意见和建议,
请发\href{mailto:ranwang.osbert@outlook.com}{邮件}或在
-\href{https://github.com/OsbertWang/install-latex-zh-cn/}{GitHub} 中提 issue.
+\href{https://github.com/OsbertWang/install-latex-guide-zh-cn/}{GitHub} 中提 issue.
+本文另在\href{https://gitee.com/OsbertWang/install-latex-guide-zh-cn}{码云}%
+有备份,
+并于 2020 年 7 月提交至 CTAN.
+
本手册发布后,
\href{https://github.com/EthanDeng}{Dongsheng Deng},
diff --git a/info/install-latex-guide-zh-cn/chapter/ubuntu.tex b/info/install-latex-guide-zh-cn/chapter/ubuntu.tex
index 2f8d67ba6b..168dc64aae 100644
--- a/info/install-latex-guide-zh-cn/chapter/ubuntu.tex
+++ b/info/install-latex-guide-zh-cn/chapter/ubuntu.tex
@@ -260,11 +260,16 @@ Ubuntu 20.04 下安装宏包的要求与 Windows 10 下没有多少区别, 只
\begin{lstlisting}[language=bash]
texdoc texlive-zh-cn
\end{lstlisting}
-或
\begin{lstlisting}[language=bash]
texdoc lshort-zh-cn
\end{lstlisting}
-就可分别调出 \texttt{texlive-zh-cn.pdf} 和 \texttt{lshort-zh-cn.pdf}.
+\begin{lstlisting}[language=bash]
+ texdoc install-latex-guide-zh-cn
+\end{lstlisting}
+就可分别调出 \texttt{texlive-zh-cn.pdf},
+\texttt{lshort-zh-cn.pdf}
+或本手册.
+
\section{编译文件}
diff --git a/info/install-latex-guide-zh-cn/chapter/windows.tex b/info/install-latex-guide-zh-cn/chapter/windows.tex
index 7c45b7c99e..0eb19a40e3 100644
--- a/info/install-latex-guide-zh-cn/chapter/windows.tex
+++ b/info/install-latex-guide-zh-cn/chapter/windows.tex
@@ -365,6 +365,12 @@ Doing a new installation is necessary.}.
这两本手册中都有讲解安装的相关内容,
建议用户阅读.
+本手册业已被 \TeX{} Live 收录,
+调出本手册的命令为
+\begin{lstlisting}[language=bash]
+ texdoc install-latex-guide-zh-cn
+\end{lstlisting}
+
\section{编译文档}\label{sec:windows:compile}
升级宏包完成后, 用户可以编译文档.
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 f7f13da4d7..cc64b633a2 100644
--- 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
Binary files differ
diff --git a/info/install-latex-guide-zh-cn/install-latex-guide-zh-cn.tex b/info/install-latex-guide-zh-cn/install-latex-guide-zh-cn.tex
index 8afc83ae52..ed3c3e2a73 100644
--- a/info/install-latex-guide-zh-cn/install-latex-guide-zh-cn.tex
+++ b/info/install-latex-guide-zh-cn/install-latex-guide-zh-cn.tex
@@ -42,7 +42,7 @@
\renewmenumacro{\keys}[+]{shadowedroundedkeys}
\title{\bfseries 一份简短的关于 \LaTeX{} 安装的介绍%
- \thanks{\url{https://github.com/OsbertWang/install-latex}}%
+ \thanks{\url{https://github.com/OsbertWang/install-latex-guide-zh-cn}}%
}
\author{王然%
\thanks{\href{mailto:ranwang.osbert@outlook.com}%