summaryrefslogtreecommitdiff
path: root/info/lshort/chinese/src/chap/chap.04.math.tex
diff options
context:
space:
mode:
Diffstat (limited to 'info/lshort/chinese/src/chap/chap.04.math.tex')
-rw-r--r--info/lshort/chinese/src/chap/chap.04.math.tex9
1 files changed, 5 insertions, 4 deletions
diff --git a/info/lshort/chinese/src/chap/chap.04.math.tex b/info/lshort/chinese/src/chap/chap.04.math.tex
index 13eed06f31..3c23914c37 100644
--- a/info/lshort/chinese/src/chap/chap.04.math.tex
+++ b/info/lshort/chinese/src/chap/chap.04.math.tex
@@ -609,8 +609,9 @@ x_{n1} & x_{n2} & \ldots & x_{nn}\\
\index{,@\cmd{,}} % The only one which cannot use \cmdindex, oops..
\mathindex{:,;,"!}
前文提到过,绝大部分时候,数学公式中各元素的间距是根据符号类型自动生成的,需要我们手动调整的情况极少。
-我们已经认识了两个生成间距的命令 \cmd{quad} 和 \cmd{qquad}。在公式中我们还可能用到的间距包括 \cmd{,}、\cmd{:}、\cmd{;}
-以及负间距 \cmd{!},其中 \cmd{quad} 、 \cmd{qquad} 和 \cmd{,} 在文本和数学环境中可用,后三个命令只用于数学环境。
+我们已经认识了两个生成间距的命令 \cmd{quad} 和 \cmd{qquad}。在公式中我们可能用到的间距还包括
+\cmd{,}、\cmd{:}、\cmd{;} 以及负间距 \cmd{!}%
+\footnote{\LaTeX{} 2020-10-01 版本之前,\cmd{:}、\cmd{;} 和 \cmd{!} 只能用于数学环境。}。
文本中的 \cmd{\textvisiblespace} 也能使用在数学公式中。
\newdimen\testdimen \testdimen=\fontdimen6\textfont2 \divide\testdimen18\relax
@@ -705,7 +706,7 @@ $\mathbb{ABCDE}$ & \cmd{mathbb}\marg*{\ldots} & \pkg{amssymb}
\cmdindex[amsmath]{boldsymbol}
表 \ref{tbl:math-fonts} 中的 \cmd{mathbf} 命令只能获得直立、加粗的字母。如果想得到粗斜体%
-\footnote{国内使用粗斜体符号表示矢量,见 GB 3102.11---93。},可以使用 \pkg{amsmath} 宏包提供的
+\footnote{国内使用粗斜体符号表示矢量,见 GB/T 3102.11---1993。},可以使用 \pkg{amsmath} 宏包提供的
\amscmd{boldsymbol} 命令:
\begin{example}
$\mu, M \qquad
@@ -795,7 +796,7 @@ described in theorem \ref{thm:light}.
\subsection{\pkg{amsthm} 宏包}\label{subsec:amsthm}
-\LaTeX{} 默认的定理环境格式为粗体标签、斜体正文、定理名用小括号包裹。如果需要修改格式,
+\LaTeX{} 默认的定理环境格式为粗体标签、斜体内容、定理名用小括号包裹。如果需要修改格式,
则要依赖其它的宏包,如 \pkg{amsthm}、\pkg{ntheorem} 等等。本小节简单介绍一下 \pkg{amsthm} 的用法。
\pkgindex{amsthm}