summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/thuthesis/data/chap03.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/thuthesis/data/chap03.tex')
-rw-r--r--macros/latex/contrib/thuthesis/data/chap03.tex10
1 files changed, 2 insertions, 8 deletions
diff --git a/macros/latex/contrib/thuthesis/data/chap03.tex b/macros/latex/contrib/thuthesis/data/chap03.tex
index 2efdc1db96..8cd4344fbb 100644
--- a/macros/latex/contrib/thuthesis/data/chap03.tex
+++ b/macros/latex/contrib/thuthesis/data/chap03.tex
@@ -17,11 +17,6 @@
注意有限增量符号 $\increment$ 固定使用正体,模板提供了 \cs{increment} 命令。
\item 小于等于号和大于等于号使用倾斜的字形 $\le$、$\ge$。
\item 积分号使用正体,比如 $\int$、$\oint$。
- \item 行间公式积分号的上下限位于积分号的上下两端,比如
- \begin{equation*}
- \int_a^b f(x) \dif x.
- \end{equation*}
- 行内公式为了版面的美观,统一居右侧,如 $\int_a^b f(x) \dif x$ 。
\item
偏微分符号 $\partial$ 使用正体。
\item
@@ -66,12 +61,11 @@
\section{数学公式}
数学公式可以使用 \env{equation} 和 \env{equation*} 环境。
-注意数学公式的引用应前后带括号,建议使用 \cs{eqref} 命令,比如式\eqref{eq:example}。
+注意数学公式的引用应前后带括号,通常使用 \cs{eqref} 命令,比如式\eqref{eq:example}。
\begin{equation}
- \frac{1}{2 \uppi \symup{i}} \int_\gamma f = \sum_{k=1}^m n(\gamma; a_k) \mathscr{R}(f; a_k)
+ \frac{1}{2 \uppi \symup{i}} \int_\gamma f = \sum_{k=1}^m n(\gamma; a_k) \mathscr{R}(f; a_k).
\label{eq:example}
\end{equation}
-注意公式编号的引用应含有圆括号,可以使用 \cs{eqref} 命令。
多行公式尽可能在“=”处对齐,推荐使用 \env{align} 环境。
\begin{align}