summaryrefslogtreecommitdiff
path: root/macros/xetex/latex/hfutthesis/hfut-chapters/notation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/xetex/latex/hfutthesis/hfut-chapters/notation.tex')
-rw-r--r--macros/xetex/latex/hfutthesis/hfut-chapters/notation.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/macros/xetex/latex/hfutthesis/hfut-chapters/notation.tex b/macros/xetex/latex/hfutthesis/hfut-chapters/notation.tex
new file mode 100644
index 0000000000..e0e4a36b0d
--- /dev/null
+++ b/macros/xetex/latex/hfutthesis/hfut-chapters/notation.tex
@@ -0,0 +1,27 @@
+% !TeX root = ../main.tex
+
+\begin{notation}
+
+ \begin{notationlist}{2em}
+ \item[$\displaystyle a$] The number of angels per unit area
+ \item[$\displaystyle N$] The number of angels per needle point
+ \item[$\displaystyle A$] The area of the needle point
+ \item[$\displaystyle \sigma$] The total mass of angels per unit area
+ \item[$\displaystyle m$] The mass of one angel
+ \item[$\displaystyle \sum_{i=1}^n a_i$] The sum of $a_i$
+ \end{notationlist}
+
+\end{notation}
+
+
+
+% 也可以使用 nomencl 宏包
+
+% \printnomenclature
+
+% \nomenclature{$\displaystyle a$}{The number of angels per unit are}
+% \nomenclature{$\displaystyle N$}{The number of angels per needle point}
+% \nomenclature{$\displaystyle A$}{The area of the needle point}
+% \nomenclature{$\displaystyle \sigma$}{The total mass of angels per unit area}
+% \nomenclature{$\displaystyle m$}{The mass of one angel}
+% \nomenclature{$\displaystyle \sum_{i=1}^n a_i$}{The sum of $a_i$}