From 1a363dc72f5c002d177d434d2b9825b597f3618a Mon Sep 17 00:00:00 2001 From: AlphaZTX <71686644+AlphaZTX@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:04:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 临时删去附录中的 texdoc GUI (texdoctk) 介绍,texdoctk 可能崩溃。 --- src/chap/app.B.error.help.tex | 6 +++--- src/chap/chap.02.text.tex | 2 +- src/chap/chap.03.elements.tex | 2 +- src/chap/chap.04.math.tex | 4 ++-- src/chap/preface.contrib.tex | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/chap/app.B.error.help.tex b/src/chap/app.B.error.help.tex index ddd85ba..d6340ef 100644 --- a/src/chap/app.B.error.help.tex +++ b/src/chap/app.B.error.help.tex @@ -133,7 +133,7 @@ \subsubsection{常见的 \LaTeX{} 错误信息} \section{查找帮助文档}\label{sec:texdoc} \index{texdoc@\texttt{texdoc} 工具} -无论是 \hologo{TeXLive} 还是 \hologo{MiKTeX},提供了一个命令行模式的程序 \texttt{texdoc}。 +无论是 \hologo{TeXLive} 还是 \hologo{MiKTeX},都提供了一个命令行模式的程序 \texttt{texdoc}。 比如对 \ref{subsec:fancyhdr} 小节的 \pkg{fancyhdr} 宏包感兴趣,这时在 Windows 命令提示符或者 Linux 终端输入以下命令, 则会弹出宏包的帮助文档 \texttt{fancyhdr.pdf}: \begin{verbatim} @@ -142,8 +142,8 @@ \section{查找帮助文档}\label{sec:texdoc} 除了宏包的帮助文档外,\TeX{} 发行版还包括了各类有用的文档,有一部分在参考文献中给出。 -如果不熟悉命令行工具的话,\hologo{TeXLive} 提供了一个图形界面的程序 TeXdoc GUI。打开后,可以看到程序里的许多按钮,分别代表某一类的帮助文档。 -除此之外,点击 File Search 弹出搜索框,输入想要搜索的宏包和文件并按回车键,TeXdoc GUI 会弹出它搜索到的所有结果,可点击任意一项来打开文档。 +%如果不熟悉命令行工具的话,\hologo{TeXLive} 提供了一个图形界面的程序 TeXdoc GUI。打开后,可以看到程序里的许多按钮,分别代表某一类的帮助文档。 +%除此之外,点击 File Search 弹出搜索框,输入想要搜索的宏包和文件并按回车键,TeXdoc GUI 会弹出它搜索到的所有结果,可点击任意一项来打开文档。 当然对于初学者,有一个现实而棘手的问题:\textbf{某个命令到底是 \LaTeX{} 自有的,还是哪个宏包提供的?} 很遗憾地说,除了通过慢慢积累、熟悉较多宏包之外,没有很方便的办法解决这个问题,因为 \LaTeX{} 的宏包实在太丰富了。 diff --git a/src/chap/chap.02.text.tex b/src/chap/chap.02.text.tex index 90a0b54..78db47c 100644 --- a/src/chap/chap.02.text.tex +++ b/src/chap/chap.02.text.tex @@ -295,7 +295,7 @@ \subsection{单词间距}\label{subsec:interword} 通常用在英文人名、图表名称等上下文环境: \begin{example} Fig.~2a \\ -Donald~E. Knuth +Donald~E.~Knuth \end{example} \subsection{手动断行和断页}\label{subsec:manual-break} diff --git a/src/chap/chap.03.elements.tex b/src/chap/chap.03.elements.tex index 07d15b7..887e960 100644 --- a/src/chap/chap.03.elements.tex +++ b/src/chap/chap.03.elements.tex @@ -176,7 +176,7 @@ \section{标题页}\label{sec:titlepage} Louis \end{tabular}\par}% \vskip 1em% - {\large \csname CTEX@todayold\endcsname}% + {\large \CTEX@todayold}% \end{minipage} \makeatother \caption{\LaTeX{} 默认的标题页示例和效果。}\label{code:titlepage} diff --git a/src/chap/chap.04.math.tex b/src/chap/chap.04.math.tex index 3c23914..90be4a1 100644 --- a/src/chap/chap.04.math.tex +++ b/src/chap/chap.04.math.tex @@ -167,7 +167,7 @@ \subsection{指数、上下标和导数}\label{subsec:math-scripts} \end{example} \pinyinindex{daoshu}{导数符号\texttt' ($a'$)} -导数符号\texttt'(${}'$)是一类特殊的上标,可以适当连用表示多阶导数,也可以在其后连用上标: +导数符号\texttt'(${}'$)是一类特殊的上标,可连续使用,但只能在\textbf{其后}添加其他上标: \begin{example} $f(x) = x^2 \quad f'(x) = 2x \quad f''^{2}(x) = 4$ @@ -191,7 +191,7 @@ \subsection{分式和根式}\label{subsec:frac-sqrt} \end{example} \mathindex{sqrt} -一般的根式使用 \cmd{sqrt}\marg*{...};表示 $n$ 次方根时写成 \cmd{sqrt}\oarg*{\textit{n}}\marg*{...}。 +一般的根式使用 \cmd{sqrt}\marg*{…};表示 $n$ 次方根时写成 \cmd{sqrt}\oarg*{\textit{n}}\marg*{…}。 \begin{example} $\sqrt{x} \Leftrightarrow x^{1/2} \quad \sqrt[3]{2} diff --git a/src/chap/preface.contrib.tex b/src/chap/preface.contrib.tex index b4203bc..9d1e3f1 100644 --- a/src/chap/preface.contrib.tex +++ b/src/chap/preface.contrib.tex @@ -5,7 +5,7 @@ \section*{\lshortversioncn{} 中文版致谢} 参与此次修订的朋友包括: \begin{center} -\begin{tabular}{cccc} +\begin{tabular}{llll} atxy-blip & SainoNamkho & OsbertWang & syvshc \\ chenxijun & yunhao94 & hushidong \end{tabular}