diff --git a/BIT-thesis-template-grd/BIT-thesis-grd.cls b/BIT-thesis-template-grd/BIT-thesis-grd.cls index 8e62ff9..3da766d 100644 --- a/BIT-thesis-template-grd/BIT-thesis-grd.cls +++ b/BIT-thesis-template-grd/BIT-thesis-grd.cls @@ -820,7 +820,26 @@ footskip=0.7cm% 页脚 1.8cm % \fangsong} {} - + %%%============================术语===================== + \newcommand{\bit@denotation@name}{主要符号对照表} + \newenvironment{denotation}[1][2.5cm]{ + \chapter{\bit@denotation@name} % no tocline + \noindent\begin{list}{}% + {\vskip-30bp\zihao{-4} + \renewcommand\makelabel[1]{##1\hfil} + \setlength{\labelwidth}{#1} % 标签盒子宽度 + \setlength{\labelsep}{0.5cm} % 标签与列表文本距离 + \setlength{\itemindent}{0cm} % 标签缩进量 + \setlength{\leftmargin}{\labelwidth+\labelsep} % 左边界 + \setlength{\rightmargin}{0cm} + \setlength{\parsep}{0cm} % 段落间距 + \setlength{\itemsep}{0cm} % 标签间距 + \setlength{\listparindent}{0cm} % 段落缩进量 + \setlength{\topsep}{0pt} % 标签与上文的间距 + }}{\end{list}} +%====增加化学、国际单位宏包 + \RequirePackage[version=4]{mhchem} + \RequirePackage{siunitx} \setcounter{secnumdepth}{4} % 章节编号深度 (part 对应 -1) \setcounter{tocdepth}{2} % 目录深度 (part 对应 -1) diff --git a/BIT-thesis-template-grd/chapters/denotation.tex b/BIT-thesis-template-grd/chapters/denotation.tex new file mode 100644 index 0000000..fd75fa3 --- /dev/null +++ b/BIT-thesis-template-grd/chapters/denotation.tex @@ -0,0 +1,12 @@ +\begin{denotation} + +\item[BIT] 北京理工大学的英文缩写 +\item[\LaTeX] 一个很棒的排版系统 +\item[\LaTeXe] 一个很棒的排版系统的最新稳定版 +\item[\XeTeX] \LaTeX{}的好兄弟,事实上他有很多个兄弟,但是这个兄弟对各种语言的支持能力都很强 +\item[ctex] 成套的中文\LaTeX{}解决方案,由一帮天才们开发 +\item[\ce{H2SO4}] 硫酸 +\item[$ e^{\pi{}i}+1=0$] 一个集自然界五大常数一体的炫酷方程 +\item[\ce{2H2 + O2 -> 2H2O}] 一个昂贵的生成生命之源的方程式 + +\end{denotation} diff --git a/BIT-thesis-template-grd/demo.pdf b/BIT-thesis-template-grd/demo.pdf index 48ade17..27f3fba 100644 Binary files a/BIT-thesis-template-grd/demo.pdf and b/BIT-thesis-template-grd/demo.pdf differ diff --git a/BIT-thesis-template-grd/demo.tex b/BIT-thesis-template-grd/demo.tex index b6f3292..c382a9e 100644 --- a/BIT-thesis-template-grd/demo.tex +++ b/BIT-thesis-template-grd/demo.tex @@ -68,7 +68,8 @@ % 摘要 \include{chapters/abstract} - +%% 符号对照表,可选,如不用可注释掉 +\input{chapters/denotation} % 加入目录 \tableofcontents