summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/xduthesis/examples
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/xduthesis/examples
Initial commit
Diffstat (limited to 'macros/latex/contrib/xduthesis/examples')
-rw-r--r--macros/latex/contrib/xduthesis/examples/abstract.tex66
-rw-r--r--macros/latex/contrib/xduthesis/examples/achievements.tex110
-rw-r--r--macros/latex/contrib/xduthesis/examples/acknowledgments.tex35
-rw-r--r--macros/latex/contrib/xduthesis/examples/appendix01.tex320
-rw-r--r--macros/latex/contrib/xduthesis/examples/biography.tex56
-rw-r--r--macros/latex/contrib/xduthesis/examples/ch01-intro.tex48
-rw-r--r--macros/latex/contrib/xduthesis/examples/ch02-options.tex88
-rw-r--r--macros/latex/contrib/xduthesis/examples/ch03-frontmatter.tex96
-rw-r--r--macros/latex/contrib/xduthesis/examples/ch04-mainmatter.tex106
-rw-r--r--macros/latex/contrib/xduthesis/examples/ch05-backmatter.tex32
-rw-r--r--macros/latex/contrib/xduthesis/examples/ch06-bibliography.tex38
-rw-r--r--macros/latex/contrib/xduthesis/examples/ch07-conclusions.tex24
-rw-r--r--macros/latex/contrib/xduthesis/examples/photo.pngbin0 -> 14232 bytes
-rw-r--r--macros/latex/contrib/xduthesis/examples/refs.bib116
-rw-r--r--macros/latex/contrib/xduthesis/examples/thesis-bachelor.tex92
-rw-r--r--macros/latex/contrib/xduthesis/examples/thesis-doctor.pdfbin0 -> 331427 bytes
-rw-r--r--macros/latex/contrib/xduthesis/examples/thesis-doctor.tex127
-rw-r--r--macros/latex/contrib/xduthesis/examples/thesis-master.tex121
-rw-r--r--macros/latex/contrib/xduthesis/examples/thesis-masterpro.tex122
19 files changed, 1597 insertions, 0 deletions
diff --git a/macros/latex/contrib/xduthesis/examples/abstract.tex b/macros/latex/contrib/xduthesis/examples/abstract.tex
new file mode 100644
index 0000000000..cef1887b83
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/abstract.tex
@@ -0,0 +1,66 @@
+%% ----------------------------------------------------------------------
+%% START OF FILE
+%% ----------------------------------------------------------------------
+%%
+%% Filename: abstract.tex
+%% Author: Fred Qi
+%% Created: 2008-06-25 11:34:44(+0800)
+%%
+%% ----------------------------------------------------------------------
+%%% CHANGE LOG
+%% ----------------------------------------------------------------------
+%% Last-Updated: 2016-02-09 15:17:07(-0700) [by Fred Qi]
+%% Update #: 62
+%% ----------------------------------------------------------------------
+
+\begin{cabstract}
+ 摘要部分使用以下四个环境进行排版,
+ \begin{itemize}
+ \item \texttt{cabstract}
+ \item \texttt{ckeywords}
+ \item \texttt{eabstract}
+ \item \texttt{ekeywords}
+ \end{itemize}
+ 分别用于排版\textit{中文摘要}、\textit{中文关键词}、\textit{英文摘
+ 要}和\textit{英文关键词}。具体使用示例参见~\texttt{examples/abstract.tex}文件。
+ 请注意不同学位论文对于关键词分割符的要求。
+
+ 在研究生学位论文中,需要提供中英文的\textit{论文类型}信息,请使用命令
+ \texttt{cthesistype} 和 \texttt{ethesistype} 。
+\end{cabstract}
+
+\begin{ckeywords}
+ 关键词一; 关键词二; 关键词三; 关键词四; 关键词五
+\end{ckeywords}
+
+\cthesistype{应用基础技术}
+
+
+\begin{eabstract}
+ The following four environments are designed for typesetting abstracts in both
+ Chinese and English,
+ \begin{itemize}
+ \item \texttt{cabstract}
+ \item \texttt{ckeywords}
+ \item \texttt{eabstract}
+ \item \texttt{ekeywords},
+ \end{itemize}
+ which are for \textit{Chinese abstract}, \textit{Chinese keywords},
+ \textit{English abstract}, and \textit{English keywords}, respectively. An
+ example of using these environments is available in the file
+ \texttt{examples/abstract.tex}。Please note the different requirements on the
+ separation symbol between sequencing keywords.
+
+ In graduate thesis, the information of thesis type is required. Please use the
+ command \texttt{cthesistype} and \texttt{ethesistype} to typeset.
+\end{eabstract}
+
+\begin{ekeywords}
+ Keyword 1, Keyword 2, Keyword 3, Keyword 4, Keyword 5
+\end{ekeywords}
+
+\ethesistype{Applied Basic Technology}
+
+%% ----------------------------------------------------------------------
+%%% END OF FILE
+%% ---------------------------------------------------------------------- \ No newline at end of file
diff --git a/macros/latex/contrib/xduthesis/examples/achievements.tex b/macros/latex/contrib/xduthesis/examples/achievements.tex
new file mode 100644
index 0000000000..a7a25eb25c
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/achievements.tex
@@ -0,0 +1,110 @@
+%%% achievements.tex ---
+%%
+%% Filename: achievements.tex
+%% Author: Fred Qi
+%% Created: 2012-11-26 14:13:57(-0700)
+%%
+%% Last-Updated: 2016-02-09 14:14:23(-0700) [by Fred Qi]
+%% Update #: 8
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%
+%%% Commentary:
+%%
+%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%
+%%% Change Log:
+%%
+%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\chapter*{作者简介}
+\label{chap:author}
+
+% Some dirty tricks
+\section*{\textbf{\normalsize 1. 基本情况}}
+
+某某某,男,某某省某某市人,XXXX 年 XX 月出生,西安电子科技大学某某学院某某专
+业 XXXX 级 硕士(或博士)研究生。
+
+\section*{\textbf{\normalsize 2. 教育背景}}
+
+\begin{description}
+ \item[XXXX.XX -- 今] 西安电子科技大学某某学院某某专业,某某专业硕士研究生
+ \item[XXXX.XX -- XXXX.XX] 某某大学某某学院某某专业,获工学学士学位
+\end{description}
+
+\section*{\textbf{\normalsize 3. 攻读博士/硕士学位期间的研究成果}}
+
+\noindent\textbf{\small 3.1 发表的学术论文}
+
+\begin{enumerate}[{[}1{]}] \wuhao
+\item XXX, XXX, XXX. et al. Title of your paper [J]. Publication Title, 2016,
+ 10(1): 104--110. (SCI: 672CZ, EI: 03187452127)
+\item XXX,XXX,XXX.论文题目[J].期刊名称,发表年份,卷(期): 935--939.(EI:
+ 02226959521)
+\end{enumerate}
+
+\noindent\textbf{\small 3.2 发明专利和科研情况}
+
+\begin{enumerate}[{[}1{]}] \wuhao
+\item XXX,XXX,XXX等.专利名称[P].国别,专利种类, 专利号, 2006.8.
+\item XXX,XXX,XXX等.科研项目名称.陕西省科技进步三等奖, 2003.12.
+\item XXX项目,项目名称,起止时间,完成情况,作者贡献.
+\end{enumerate}
+
+
+%% Another example contributed by Xin Wu 2014-11-26
+%% --------------------------------------------------------------------
+
+% \chapter*{作者简介}
+% \setlength{\parindent}{1.2em}
+% \linespread{1.5}
+
+% \noindent\textbf{1. 基本情况}
+
+% {\wuhao男,陕西西安人,1982年8月出生,西安电子科技大学电子工程学院信号与信息处理专业2007级博士研究生。}
+% \vspace{4ex}
+
+% \noindent\textbf{2. 教育背景}
+% %将以下命令写入 cls 中方可使用 entry list 环境 by Xin Wu 2014-11-26
+% %-----------------------------------------
+% %\newenvironment{entrylist}{%
+% % \begin{tabular*}{\textwidth}{ll}}{%
+% % \end{tabular*}
+% %}
+% %\newcommand{\entry}[2]{#1&\parbox[t]{11.2cm}{#2\vspace{\parsep}}\\}
+% %-----------------------------------------
+% \vspace{1ex}
+
+% \setlength{\parindent}{0.7em}
+% {\wuhao
+% \begin{entrylist}
+% \entry {2000.08 $\sim$ 2004.07} {就读于西安电子科技大学电子工程学院电子信息工程专业,获工学学士学位}
+% \entry {2001.08 $\sim$ 2005.07}{就读于西安电子科技大学电子工程学院电子信息工程专业,获工学硕士士学位}
+% \entry {2008.08 $\sim$}{西安电子科技大学电子工程学院信号与信息处理专业博士研究生}
+% \end{entrylist}}
+% \vspace{4ex}
+
+% \noindent\textbf{3. 攻读博士学位期间的研究成果}
+% \setlength{\parindent}{1.2em}
+% \setlength{\parindent}{1em}
+
+% \wuhao{
+% \textbf{3.1 发表的学术论文}
+% \begin{enumerate}[{[}1{]}]
+% \item XXX, XXX, XXX. et al. Rapid development technique for drip irrigation emitters[J]. RP Journal,2003,9 (2): 104-110.(SCI: 672CZ, EI: 03187452127)
+% \item XXX,XXX,XXX.基于快速成型制造的滴管快速制造技术研究[J].西安交通大学学报,2001,15(9):935-939.(EI:02226959521)
+% \end{enumerate}
+
+% \textbf{3.2 发明专利和科研情况}
+
+% \begin{enumerate}[{[}1{]}]
+% \item XXX,XXX,XXX等.专利名称[P].国别,专利种类,专利号,2006.8.
+% \item XXX,XXX,XXX等.科研项目名称.陕西省科技进步三等奖,2003,12.
+% \item XXX项目,项目名称,起止时间,完成情况,作者贡献.
+% \end{enumerate}
+% }
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%% achievements.tex ends here
diff --git a/macros/latex/contrib/xduthesis/examples/acknowledgments.tex b/macros/latex/contrib/xduthesis/examples/acknowledgments.tex
new file mode 100644
index 0000000000..026cb60251
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/acknowledgments.tex
@@ -0,0 +1,35 @@
+%%% acknowledgments.tex ---
+%%
+%% Filename: acknowledgments.tex
+%% Author: Fred Qi
+%% Created: 2012-11-26 14:09:16(-0700)
+%%
+%% Last-Updated: 2016-02-09 14:09:58(-0700) [by Fred Qi]
+%% Update #: 8
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%
+%%% Commentary:
+%%
+%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%
+%%% Change Log:
+%%
+%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\begin{acknowledgments}
+
+ 在此论文完成之际,... 谨向 ... 的人表示由衷的感谢!
+
+ 首先,我要衷心感谢我的指导老师...
+
+ ...
+
+ 感谢齐飞副教授提供的 \xduthesis{} 模版,它的存在让我的论文写作轻松自在了许多,
+ 让我的论文格式规整漂亮了许多。
+
+\end{acknowledgments}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%% acknowledgments.tex ends here
diff --git a/macros/latex/contrib/xduthesis/examples/appendix01.tex b/macros/latex/contrib/xduthesis/examples/appendix01.tex
new file mode 100644
index 0000000000..43d84bbeb3
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/appendix01.tex
@@ -0,0 +1,320 @@
+%% ----------------------------------------------------------------------
+%% START OF FILE
+%% ----------------------------------------------------------------------
+%%
+%% Filename: appendix01.tex
+%% Author: Fred Qi
+%% Created: 2013-01-18 20:20:46(+0800)
+%%
+%% ----------------------------------------------------------------------
+%%% CHANGE LOG
+%% ----------------------------------------------------------------------
+%% Last-Updated: 2015-05-14 20:59:33(+0300) [by Fred Qi]
+%% Update #: 32
+%% ----------------------------------------------------------------------
+
+
+\chapter[2014年版研究生学位论文撰写要求]{西安电子科技大学研究生学位论文撰写要
+ 求\\(2014年修订)}
+\label{cha:guidance-graduates}
+
+学位论文是体现作者从事科学研究取得的创造性成果和创新见解,并以此为内容撰写的、作
+为提出申请授予相应的学位评审用的学术论文。为统一规范我校研究生学位论文撰写和编辑
+格式,按照国家标准《学位论文编写规则》 (GB/T 7713.1--2006)规定,现对我校研究生
+学位论文撰写要求如下:
+
+\section{研究生学位论文撰写的总体要求}
+
+研究生学位论文必须是学位申请者本人在导师的指导下独立完成的学术成果,要求立论正确,
+推理严谨,数据可靠,层次分明,文字通畅,不得抄袭和剽窃他人成果。研究生学位论文的
+撰写语言为中文和英文两种,硕士学位论文篇幅一般不低于3万字,博士学位论文篇幅一般
+不低于5万字。
+
+研究生学位论文中使用的术语、符号、代号必须全文统一并符合规范化要求,计量单位一律
+采用国务院1984年2月27日发布的《中华人民共和国法定计量单位》标准。
+
+\section{研究生学位论文撰写的内容要求}
+
+我校研究生学位论文包括以下几个部分:
+
+\subsection{封面}
+
+\begin{enumerate}
+\item 题目:题目是以最恰当、最简明的词语反映论文中最重要的特定内容的逻辑组合,力
+ 求简短切题。中文题目(包括副标题和标点符号)一般不超过20个字,英文题目一般不超
+ 过10个实词。
+\item 责任者姓名:包括论文作者姓名、指导教师姓名及职称(博士学位论文、学术型和同
+ 等学力硕士学位论文)以及学校、企业导师姓名及职称(专业学位硕士学位论文)。
+\item 一级学科和二级学科(博士学位论文、学术型和同等学力硕士学位论文):学科名称
+ 的填写必须严格按照国务院学位委员会1997年颁布的《授予博士、硕士学位和培养研究生
+ 的学科、专业目录》的规定填写。
+\item 领域(专业学位硕士学位论文):按照专业学位领域填写,如电子与通信工程、计算
+ 机技术、机械工程等。
+\item 申请学位类别:按照学科门类和学位层次填写,如工学博士、工学硕士、工程硕士、
+ 工商管理硕士等。
+\item 提交学位论文日期:填写学位论文送审的日期。
+\end{enumerate}
+
+学位论文题目居于封面空白处中间位置,字体为宋体,字号为二号加粗。作者姓名、导师姓
+名职称、一级学科、二级学科、领域、申请学位类别、提交学位论文日期的标题字体为黑体,
+字号为四号加粗,具体内容的字体为宋体,字号为四号加粗。博士学位论文封面中缝字体为
+黑体,字号为小四号加粗。
+
+\subsection{题名页}
+
+包括中文题名页和英文题名页,主要由学校代码、分类号、学号、密级、“论文题目”、“作
+者姓名”、“一级学科”、“二级学科”(博士学位论文、学术型和同等学力硕士学位论文)、
+“领域”(专业学位硕士学位论文)、“申请学位类别”、“指导教师姓名、职称”(博士学位论
+文、学术型和同等学力硕士学位论文)、“学校、企业导师姓名、职称”(专业学位硕士学位
+论文)以及“论文提交日期”等部分组成。撰写方式见《西安电子科技大学博士/硕士/专业学
+位硕士学位论文模板》范例。
+
+\begin{enumerate}
+\item 学校代码:指本单位编号,我校代码是“10701”。
+\item 分类号:指在《中国图书资料分类法》中的分类号(填写前四位即可),可在校图书
+ 馆网站上查询。
+\item 学号:按照入学时研究生院编制的统一编号填写。
+\item 密级:密级由导师确定,分为公开和秘密两种。
+\end{enumerate}
+
+中文题名页中的学校代码、分类号、学号和密级的字体为宋体,字号为五号加粗;学位论文
+题目字体为宋体,字号为二号加粗;作者姓名、导师姓名职称、一级学科、二级学科、领域、
+申请学位类别、提交学位论文日期的标题和具体内容的字体为宋体,标题字号为四号加粗,
+具体内容的字号为四号不加粗。
+
+英文题名页中的学科填写一级学科(专业学位填写领域),学位论文题目字体为Times New
+Roman,字号二号加粗,其他内容的字体为Times New Roman,字号三号。
+
+\subsection{声明}
+
+是对学位论文创新性和使用授权的声明和说明,论文提交图书馆和存档时作者本人和指导教
+师必须签名确认。
+
+\subsection{摘要}
+
+摘要是学位论文的内容不加注释和评论的简短陈述,简明扼要陈述学位论文的研究目的、内
+容、方法、成果和结论,重点突出学位论文的创造性成果和观点。摘要包括中文摘要和英文
+摘要,中文摘要力求精炼准确,硕士学位论文中文摘要字数一般为1000字左右,博士学位论
+文中文摘要字数一般为1500字左右。英文摘要内容与中文摘要内容保持一致,翻译力求简明
+精准。摘要页的下方注明论文的关键词和论文类型,关键词一般为3~5个,关键词和关键词
+之间用逗号并空一格;论文类型一般分为2种:应用基础研究类和基础研究类。全日制工程
+硕士学位论文类型分为8种:工程(规划)设计、调研报告、应用基础技术、实用新型技术、
+应用软件技术、技术报告、工程(项目)管理和案例分析以及技术论文,具体要求见《西安
+电子科技大学全日制工程硕士学位论文写作要求及范文》。
+
+中文摘要标题字体为宋体,字号为三号加粗,上下各空一行;正文字体为宋体,字号为小四
+号;关键词和正文之间空一行,关键词和论文类型字体为宋体,字号为五号,标题加粗。英
+文摘要标题字体为Times New Roman,字号为三号加粗,上下各空一行;正文的每一段落首
+行不空格,段落与段落之间空一行;正文字体为Times New Roman,字号为小四号;关键词
+和论文类型字体为Times New Roman,字号为五号,标题加粗。
+
+\subsection{插图索引}
+
+学位论文中插图的目录索引。插图索引标题字体为宋体,字号为三号加粗,上下各空一行;
+正文内容字体为宋体,字号为小四号。
+
+\subsection{表格索引}
+
+学位论文中表格的目录索引。表格索引标题字体为宋体,字号为三号加粗,上下各空一行;
+正文内容字体为宋体,字号为小四号。
+
+\subsection{符号对照表}
+
+学位论文中符号代表的意义及单位(或量纲)的说明。符号对照表标题字体为宋体,字号为
+三号加粗,上下各空一行;正文内容字体为宋体,字号为小四号。
+
+\subsection{缩略语对照表}
+
+学位论文中缩略语代表意义的说明。缩略语对照表标题字体为宋体,字号为三号加粗,上下
+各空一行;正文内容中文字体为宋体,字号为小四号,英文字体为Times New Roman,字号
+为小四号。
+
+\subsection{目录}
+
+目录是学位论文的提纲,是论文各组成部分的小标题,应分别依次列出并注明页码。各级标
+题分别以第一章、1.1、1.1.1等数字依次标出,目录中最多列出三级标题,正文中如果确需
+四级标题,用1)、2)形式标出。学位论文的前置部分(摘要、插图索引、表格索引、符号
+对照表、缩略语对照表)和学位论文的主体部分(正文、参考文献、致谢、作者简介)都要
+在目录中列出。
+
+目录标题字体为宋体,字号为三号加粗,上下各空一行;目录内容字体为宋体,字号为小四
+号。
+
+\subsection{正文}
+
+正文是学位论文的主体和核心部分。正文的一级标题居中排列,字体为宋体,字号为三号加
+粗,上下各空一行;二级标题段前不空格,字体为宋体,字号为小三号,段前设置为“自动”;
+三级标题段前空2字符,字体为宋体,字号为四号;正文内容字体为宋体,字号为小四号。
+正文一般包括以下几个方面:
+
+\paragraph{1.绪论}
+
+绪论是学位论文主体部分的开端,切忌与摘要雷同或成为摘要的注解。绪论除了要说明论文
+的研究目的、研究方法和研究结果外,还应评述与论文研究内容相关的国内外研究现状和相
+关领域中已有的研究成果;其次还要介绍本项研究工作的前提和任务、理论依据、实验基础、
+涉及范围、预期结果以及该论文在已有基础上所要解决的问题。
+
+\paragraph{2.各章节}
+
+各章节一般由标题、文字叙述、图、表、公式等构成,章节内容总体要求立论正确,逻辑清
+晰,数据可靠,层次分明,文字通畅,编排规范。论文中若有与指导教师或他人共同研究的
+成果,必须明确标注;如果引用他人的结论,必须明确注明出处,并与参考文献保持一致。
+
+(1)图:包括曲线图、示意图、流程图、框图等。图序号一律用阿拉伯数字分章依序编码,
+如:图1.3、图2.11。每一个图应有简短确切的图名,连同图序号置于图的正下方。图名称
+字体为宋体,字号为五号。图中坐标上标注的符号和缩略词必须与正文保持一致。引用图应
+在图题右上角标出文献来源;曲线图的纵横坐标必须标注“量、标准规定符号、单位”,这三
+者只有在不必要标明(如无量纲等)的情况下方可省略。
+
+(2)表:包括分类项目和数据,一般要求分类项目由左至右横排,数据从上到下竖列。分
+类项目横排中必须标明符号或单位,竖列的数据栏中不要出现“同上”、“同左”等词语,一律
+要填写具体的数字或文字。表序号一律用阿拉伯数字分章依序编码,如:表2.5、表10.3。
+每一表应有简短确切的题名,连同表序号置于表的正上方。表名称字体为宋体,字号为五号。
+
+(3)公式:正文中的公式、算式、方程式等必须编排序号,序号一律用阿拉伯数字分章依序
+编码,如:(3-32)、(6-21)。对于较长的公式,另起行居中横排,只可在符号处(
+如:+、-、*、/、$<$ $>$等)转行。公式序号标注于该式所在行(当有续行时,应标注于最后一
+行)的最右边。连续性的公式在“=”处排列整齐。大于999的整数或多于三位的小数,一律用
+半个阿拉伯数字符的小间隔分开;小于1的数应将0置于小数点之前。
+
+(4)计量单位:学位论文中出现的计量单位一律采用国务院1984年2月27日发布的《中华人
+民共和国法定计量单位》标准。
+
+\paragraph{3. 结论}
+是学位论文最终和总体的结论,不是正文中各段的小结的简单重复,应准确、精炼、完整,
+其中要着重阐述作者研究的创造性成果以及在本研究领域中的重大意义,还可提出有待进一
+步研究和探讨的问题。
+
+\subsection{参考文献}
+
+参考文献是文中引用的有具体文字来源的文献集合,博士学位论文参考文献一般不少于80篇,
+硕士学位论文参考文献一般不少于30篇。参考文献标题字体为宋体,字号为三号加粗,上下
+各空一行;参考文献若是中文文献,字体为宋体,字号为五号,若是英文文献,字体为
+Times New Roman,字号为五号。学位论文的撰写要本着严谨求实的科学态度,凡有引用他
+人成果之处,引用处右上角用方括号标注阿拉伯数字编排的序号(必须与参考文献一致),
+同时所有引用的文献必须用全称,不能缩写,并按论文中所引用的顺序列于文末。引用文献
+的作者不超过3位时全部列出,超过时列前3位,后加“等”字或“et al.”。参考文献的著录要
+符合《文后参考文献著录规则》(GB/T7714-2005)要求:
+
+\begin{enumerate}
+\item 期刊(报纸)参考文献:[序号] 主要责任者.文献名称[文献类型标
+ 志].期刊(报纸)名,年份, 卷(期):引文页码.
+\item 专著参考文献:[序号] 主要责任者.专著名称[文献类型标志].其他责任者.出版地:出
+ 版单位,出版年份:引文页码.
+\item 专利参考文献:[序号] 主要责任者.专利名称[文献类型标志].国别,专利种类,专利
+ 号,出版日期.
+\item 技术标准参考文献:[序号] 起草责任者.标准代号-标准顺序号-发布年.标准名称[文
+ 献类型标志].出版地:出版单位,出版年份.
+\item 电子参考文献:[序号] 主要责任者.题名[文献类型标志].[引用日期].获取和访问路
+ 径.
+\item 会议论文集参考文献:[序号] 析出责任者.析出题名[文献类型标志]//编者.论文
+ 集名.(供选择项:会议名,会址,开会年)出版地:出版者,出版年份:引文页码.
+\item 学位论文参考文献:[序号] 主要责任者.文献题名[文献类型标志].保存地:
+ 保存单位,年份.
+\item 国际、国家标准参考文献:[序号] 标准代号.标准名称[文献类型标志].出版
+ 地:出版者,出版年.
+\item 报告类参考文献:[序号] 主要责任者.文献题名[文献类型标志].报告地:报告
+ 会主办单位,年份.
+\end{enumerate}
+
+参考文献著录中的文献类别代码:
+\begin{enumerate}
+\item 普通图书:M
+\item 会议录:C
+\item 汇编:G
+\item 报纸:N
+\item 期刊:J
+\item 学位论文:D
+\item 报告:R
+\item 标准:S
+\item 专利:P
+\item 数据库:DB
+\item 计算机程序:CP
+\item 电子公告:EB
+\end{enumerate}
+
+参考文献的具体著录方式参见《西安电子科技大学博士/硕士/专业学位硕士学位论文模板》
+范例。
+
+\subsection{致谢}
+
+作者对完成论文提供帮助和支持的组织和个人表示感谢的文字记载。
+
+\subsection{作者简介}
+
+对作者的简要介绍,主要包括个人基本情况、教育背景、攻读博士/硕士学位期间的研究成
+果等三个部分内容。攻读博士/硕士学位期间的研究成果是指本人攻读博士/硕士学位期间发
+表(或录用)的学术论文,获得的科研成果、专利以及参与的科研项目等,分别按时间顺序
+列出。其中,发表论文、发明专利、科研获奖只列出作者排名前3名的,参与的科研项目按
+重要程度最多列出5项。此部分内容严格按照《西安电子科技大学博士/硕士/专业学位硕士
+学位论文模板》范例书写。
+
+\subsection{其他}
+
+学位论文中如果需要注释,可作为脚注在页下分别著录,切忌在文中注释;如果有附录部分,
+可编写在正文之后,与正文连续编页码,每一附录均另页起,附录依次用大写英文字母A、B、
+C……编序号,如:附录A、附录B等。
+
+\section{ 研究生学位论文的编辑、打印、装订要求}
+
+\subsection{学位论文封面的编辑和打印要求}
+
+学位论文的封面由研究生院按国家规定统一制定印刷,封面内容必须打印,不得手写。
+
+\subsection{学位论文的版面设置要求}
+
+\begin{enumerate}
+\item 行间距:固定值20磅(题名页除外);
+\item 字符间距:标准;
+\item 页眉设置:单面页码页眉标题为章节题目,每一章节的起始页必须在单面页码,双面
+ 页码页眉标题统一为“西安电子科技大学博/硕士学位论文”,页眉标题居中排列,字体为
+ 宋体,字号为五号。
+\item 页码设置:学位论文的前置部分和主体部分分开设置页码,前置部分的页码用罗马数
+ 字标识,字体为Times New Roman,字号为小五号;主体部分的页码用阿拉伯数字标识,
+ 字体为宋体,字号为小五号。页码统一居于页面底端中部,不加任何修饰;
+\item 页面设置:为了便于装订,要求每页纸的四周留有足够的空白边缘,其中页边距为
+ 上3厘米、下2厘米;内侧3厘米、外侧2厘米;装订线为1厘米;页眉2厘米,页脚1.75厘
+ 米。
+\end{enumerate}
+
+\section{学位论文的打印、装订要求}
+
+\begin{enumerate}
+\item 打印:学位论文必须用A4纸页面排版,双面打印;
+\item 装订:依次按照中文题名页、英文
+ 题名页、声明、摘要、插图索引、表格索引、符号对照表、缩略语对照表、目录、正文、
+ 附录(可选)、参考文献、致谢、作者简介的顺序,用学校统一印制的学位论文封面装订
+ 成册。盲审论文必须删除致谢部分以及封面和研究成果中的作者和指导教师姓名。
+\end{enumerate}
+\section{其他说明}
+
+\begin{enumerate}
+\item 学位论文模板为简单范例,仅供参考,论文的编辑、排版、打印等以本撰写要求为
+ 准;
+\item 本规定由研究生院负责解释,从申请2014年12月毕业和授位的研究生开始执行,其它
+ 有关规定同时废止。学位申请人员必须严格按照本规定撰写学位论文,不遵照本规定
+ 者, 一律不予送审学位论文。研究生毕业论文撰写要求参照学位论文撰写要求执行。
+\end{enumerate}
+
+\begin{flushright}
+ 研究生院\\ 2014年11月
+\end{flushright}
+
+\chapter{公式推导}
+
+\section{一些常用公式}
+\label{sec:someeq}
+
+$$ c^{2} = a^{2} + b^{2} $$
+
+\section{一些重要公式}
+\label{sec:importanteq}
+
+$$ E=mc^{2}$$
+
+$$ e^{i\theta} = \frac{cos\theta + i \sin\theta}{2} $$
+
+
+%% ----------------------------------------------------------------------
+%%% END OF FILE
+%% ---------------------------------------------------------------------- \ No newline at end of file
diff --git a/macros/latex/contrib/xduthesis/examples/biography.tex b/macros/latex/contrib/xduthesis/examples/biography.tex
new file mode 100644
index 0000000000..4e19516f3c
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/biography.tex
@@ -0,0 +1,56 @@
+%% ----------------------------------------------------------------------
+%% START OF FILE
+%% ----------------------------------------------------------------------
+%%
+%% Filename: biography.tex
+%% Author: Fred Qi
+%% Created: 2012-12-14 17:52:29(+0800)
+%%
+%% ----------------------------------------------------------------------
+%%% CHANGE LOG
+%% ----------------------------------------------------------------------
+%% Last-Updated: 2016-02-09 15:16:51(-0700) [by Fred Qi]
+%% Update #: 22
+%% ----------------------------------------------------------------------
+
+\begin{cauthorbio}{\includegraphics[height=1.25in]{photo}}
+ 某某某,某省某市人。XXXX年毕业于某某某大学、获学士学位。简要介绍攻读硕士、博士学位
+ 经历。主要研究方向:略。指导老师:某某某~教授。
+
+ 代表性成果及经历:(获奖、专利、专著、论文等信息、参与或完成实际工程、访学经历)。
+
+ 2012年版研究生学位论文中要求提供学位申请人的中英文科研简历,并提供照片。
+ 在2014年修改后无此要求。排版学术简历的环境在模板中保留了下来,供必要的时候使
+ 用。
+
+ 用于排版中英文简历的环境分别为
+ \begin{itemize}
+ \item \texttt{cauthorbio}
+ \item \texttt{eauthorbio}.
+ \end{itemize}
+ 需要注意的是中文简历需要提供作者脸部照片。具体使用方法
+ 见\texttt{examples/biography.tex}。
+ % \vspace{1cm}
+\end{cauthorbio}
+
+\begin{eauthorbio}
+ \hspace{0.6cm} Author biography in English.
+
+ There is a requirement to provide the author's biography with a portrait photo
+ in the thesis writing guidelines published in 2012. But this requirement was
+ removed in the guidelines updated in 2014. However, the environments for
+ typesetting the author's biography was kept in the template for later use.
+
+ The environments designed for biography are
+ \begin{itemize}
+ \item \texttt{cauthorbio}
+ \item \texttt{eauthorbio}.
+ \end{itemize}
+ Please note that the two environment are designed differently since the
+ Chinese version are with the author's portrait photo. An example is provided
+ in the file \texttt{examples/biography.tex}.
+\end{eauthorbio}
+
+%% ----------------------------------------------------------------------
+%%% END OF FILE
+%% ---------------------------------------------------------------------- \ No newline at end of file
diff --git a/macros/latex/contrib/xduthesis/examples/ch01-intro.tex b/macros/latex/contrib/xduthesis/examples/ch01-intro.tex
new file mode 100644
index 0000000000..10703131d1
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/ch01-intro.tex
@@ -0,0 +1,48 @@
+%% ----------------------------------------------------------------------
+%% START OF FILE
+%% ----------------------------------------------------------------------
+%%
+%% Filename: ch01-intro.tex
+%% Author: Fred Qi
+%% Created: 2011-03-14 18:22:25(+0800)
+%%
+%% ----------------------------------------------------------------------
+%%% CHANGE LOG
+%% ----------------------------------------------------------------------
+%% Last-Updated: 2014-11-24 16:57:28(+0300) [by Fred Qi]
+%% Update #: 43
+%% ----------------------------------------------------------------------
+
+\chapter{\texorpdfstring{\XeLaTeX{}}{XeLaTeX}模板简介}
+\label{cha:intro}
+
+本模板的示例论文体例结构仅供学习使用本模板之用,并不是撰写学位论文的所必需遵守的
+模式。具体写作时请根据自己所做的工作内容组织文章结构。
+
+\section{学位论文格式要求}
+\label{sec:motivation}
+
+在这里介绍论文工作的目标,即做什么,为什么做。
+
+\section{\texorpdfstring{\XeLaTeX{}}{XeLaTeX}模板简介}
+\label{sec:related-works}
+
+本文后续部分安排如下,本模板的示例论文体例结构仅供学习使用本模板之用,并不是撰写
+学位论文的所必需遵守的模式。具体写作时请根据自己所做的工作内容组织文章结构。
+
+\section{本文组织结构}
+\label{sec:organization}
+
+\subsection{文章结构}
+\label{sec:suborganization}
+
+本文后续部分安排如下,本模板的示例论文体例结构仅供学习使用本模板之用,并不是撰写
+学位论文的所必需遵守的模式。具体写作时请根据自己所做的工作内容组织文章结构。
+
+
+%%% Local Variables:
+%%% TeX-master: "thesis-doctor.tex"
+%%% End:
+%% ----------------------------------------------------------------------
+%%% END OF FILE
+%% ---------------------------------------------------------------------- \ No newline at end of file
diff --git a/macros/latex/contrib/xduthesis/examples/ch02-options.tex b/macros/latex/contrib/xduthesis/examples/ch02-options.tex
new file mode 100644
index 0000000000..c4511c6b88
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/ch02-options.tex
@@ -0,0 +1,88 @@
+%% ----------------------------------------------------------------------
+%% START OF FILE
+%% ----------------------------------------------------------------------
+%%
+%% Filename: ch02-options.tex
+%% Author: Fred Qi
+%% Created: 2012-12-26 09:15:56(+0800)
+%%
+%% ----------------------------------------------------------------------
+%%% CHANGE LOG
+%% ----------------------------------------------------------------------
+%% Last-Updated: 2015-05-14 20:48:32(+0300) [by Fred Qi]
+%% Update #: 77
+%% ----------------------------------------------------------------------
+
+
+\chapter{\texorpdfstring{\XeLaTeX{}}{XeLaTeX}%
+ 论文模板的功能选项}
+\label{cha:options}
+
+本章介绍本论文模板提供的可用功能选项。在使用模板时,最先声明的是使用文档类与及选
+项,典型的形式如下:
+\begin{lstlisting}[emph={doctor,print}, emphstyle=\textbf]
+ \documentclass[doctor,print]{xduthesis}
+\end{lstlisting}
+其中使用逗号分割开的内容\texttt{doctor,print}为模板的调用选项。下面分别进行介绍。
+
+\section{学位选项}
+\label{sec:degree}
+
+学校对不同学位论文模板格式有不同的规定。为此提供学位选项使模板按照对应学位论文的
+格式要求进行排版。目前模板支持从本科到博士各个阶段的学位论文格式,提供了下述选
+项:
+
+\begin{description}
+\item [\texttt{bachelor}] 学士学位论文(即本科毕业设计论文)
+\item [\texttt{master}] 学术型硕士学位论文
+\item [\texttt{masterpro}] 专业型硕士学位论文
+\item [\texttt{doctor}] 博士学位论文
+\end{description}
+
+\section{打印选项}
+\label{sec:print}
+
+使用\texttt{print}选项后论文章节排版为单开(即章的首页保持为奇数页);为双面打印
+方便,还在需要的部分插入了空白页;论文中的超链接使用黑色,以便清晰打印。在电脑上
+保存与查看时,可以不选该选项。
+
+该选项默认为关闭,此时章节排版连续,章节之间不会插入空白页;论文中的公式、图表及
+参考文献等引用会加入超链接,实现跳转;超链接使用彩色显示。这些设置非常便于在电脑
+上查看,建议在编辑阶段使用。当最终打印交付纸质版本时,
+请\textbf{务必}打开\texttt{print}选项,以便生成符合学校排版要求的论文。
+
+电子阅读的时代已经到来,\texttt{print}开关选项的设置是为了更多的使用电子文档的便
+利特性。因此后续的某些特性可能会导致与学校排版要求的不一致。请以打印选项开启的排
+版结果为准检查。
+
+
+\section{其他选项}
+\label{sec:others}
+
+
+\begin{description}
+\item [\texttt{english}] 此选项供使用英文撰写学位论文时使用。启用此选项后,论文
+ 中除页眉页脚中的“西安电子科技大学某某学位论文”字样保持中文之外,其他部分均使用
+ 英文。
+\item [\texttt{msfonts}] 如果操作系统中安装了微软公司的中文字体时,使用相应字体排版
+ 论文。为确保论文能够正确排版,需要确认操作系统中安装了宋体(SimSun)、黑体
+ (SimHei)、以及楷体(Kaiti\_GB2312)等字体。进行确认时可以使用命令 \texttt{fc-list
+ :lang=zh-cn} 查看确认。此选项不能与 \texttt{adobefonts} 选项同时使用。
+\item [\texttt{adobefonts}] 如果操作系统中安装了 Adobe 公司的中文字体时,使用相
+ 应字体排版论文。为了正确排版论文,需要安装宋体(Adobe Song Std)与黑体(Adobe
+ Heiti Std)两种字体。此选项与 \texttt{msfonts} 不可同时使用。此选项为默认使用的
+ 字体选项。
+\item [\texttt{secret}] 是否为涉密论文,目前此选项对论文排版没有作用。只要使
+ 用 \texttt{$\backslash$secretlevel} 命令设置了密级,论文封面的相应部分就会显示
+ 密级。
+\end{description}
+% \DeclareOption{secret}{\xdu@secrettrue}
+% \DeclareOption{english}{\xdu@englishtrue}
+% \DeclareOption{print}{\xdu@printtrue}
+% \DeclareOption{msfonts}{\xdu@msfontstrue}
+% \DeclareOption{adobefonts}{\xdu@msfontsfalse}
+
+
+%% ----------------------------------------------------------------------
+%%% END OF FILE
+%% ---------------------------------------------------------------------- \ No newline at end of file
diff --git a/macros/latex/contrib/xduthesis/examples/ch03-frontmatter.tex b/macros/latex/contrib/xduthesis/examples/ch03-frontmatter.tex
new file mode 100644
index 0000000000..887ce3177e
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/ch03-frontmatter.tex
@@ -0,0 +1,96 @@
+%% ----------------------------------------------------------------------
+%% START OF FILE
+%% ----------------------------------------------------------------------
+%%
+%% Filename: ch03-frontmatter.tex
+%% Author: Fred Qi
+%% Created: 2012-12-26 09:12:47(+0800)
+%%
+%% ----------------------------------------------------------------------
+%%% CHANGE LOG
+%% ----------------------------------------------------------------------
+%% Last-Updated: 2016-02-08 16:55:23(-0700) [by Fred Qi]
+%% Update #: 53
+%% ----------------------------------------------------------------------
+
+
+\chapter{论文的前置部分}
+\label{cha:frontmatter}
+
+论文的前置部分是指~\LaTeX{}~文档中命令\texttt{$\backslash$mainmatter}之前的部分。
+研究生学位论文的前置部分包括如下内容:
+\begin{itemize}
+\item 封面
+\item 题名页(中英文)
+\item 声明(学位论文创新性声明和使用授权说明)
+\item 摘要(中英文)
+\item 插图索引
+\item 表格索引
+\item 符号对照表
+\item 缩略语对照表
+\item 目录
+\end{itemize}
+关于这些内容的具体写作要求,请参考2014年版《西安电子科技大学研究生学位论文撰写要
+求》。为方便起见,本文档附录~\ref{cha:guidance-graduates}提供了该要求的内容。
+
+{\color{red} \textbf{TODO}\\
+ 增加本科学位论文前置部分内容的说明,补充本科毕业设计论文撰写要求。}
+
+论文前置部分多为表格式的内容,需要使用模板的同学提供相应的内容。为实现论文前置部
+分的正确排版,本模板定义了一系列的命令与环境。
+
+\section{需要填写的内容}
+\label{sec:db-commands}
+
+需要填写的内容
+
+\begin{description}
+\item [\texttt{universitycode}] 学校代码
+\item [\texttt{catelognumber}] 分类号
+\item [\texttt{classid}] 班号
+\item [\texttt{studentid}] 学号
+\item [\texttt{secretlevel}] 密级
+\item [\texttt{ctitle}] 中文题目
+\item [\texttt{etitle}] 英文题目
+\item [\texttt{cschool}] 学院/系别
+\item [\texttt{cmajor}] 专业
+\item [\texttt{cfirstdiscipline}] 一级学科
+\item [\texttt{efirstdiscipline}] 一级学科英文
+\item [\texttt{cseconddiscipline}] 二级学科
+\item [\texttt{eseconddiscipline}] 二级学科英文
+\item [\texttt{cauthor}] 作者名
+\item [\texttt{eauthor}] 作者名英文(拼音)
+\item [\texttt{cdegree}] 学位
+\item [\texttt{edegree}] 学位英文
+\item [\texttt{csupervisor}] 导师姓名
+\item [\texttt{esupervisor}] 导师姓名英文(拼音)
+\item [\texttt{ccosupervisor}] 副导师/合作导师/企业导师姓名
+\item [\texttt{ecosupervisor}] 副导师/合作导师/企业导师姓名英文(拼音)
+\item [\texttt{cdate}] 论文提交日期
+\item [\texttt{edate}] 论文提交日期英文
+\item [\texttt{cthesistype}] 论文类型
+\item [\texttt{ethesistype}] 论文类型英文
+\end{description}
+
+\section{论文封面}
+\label{sec:cover}
+
+\section{作者简介}
+\label{sec:author}
+
+\section{中文摘要}
+\label{sec:abstract-chs}
+
+
+\section{英文摘要}
+\label{sec:abstract-eng}
+
+\section{目录}
+\label{sec:toc}
+
+\texttt{$\backslash$tableofcontents}
+
+
+%% ----------------------------------------------------------------------
+%%% END OF FILE
+%% ---------------------------------------------------------------------- \ No newline at end of file
diff --git a/macros/latex/contrib/xduthesis/examples/ch04-mainmatter.tex b/macros/latex/contrib/xduthesis/examples/ch04-mainmatter.tex
new file mode 100644
index 0000000000..b40d71bd26
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/ch04-mainmatter.tex
@@ -0,0 +1,106 @@
+%% ----------------------------------------------------------------------
+%% START OF FILE
+%% ----------------------------------------------------------------------
+%%
+%% Filename: ch04-mainmatter.tex
+%% Author: Fred Qi
+%% Created: 2012-12-26 09:20:28(+0800)
+%%
+%% ----------------------------------------------------------------------
+%%% CHANGE LOG
+%% ----------------------------------------------------------------------
+%% Last-Updated: 2015-04-11 14:11:37(+0300) [by Fred Qi]
+%% Update #: 19
+%% ----------------------------------------------------------------------
+
+\chapter{论文主体部分}
+\label{cha:mainmatter}
+
+论文主体部分为各章节内容,通常结论一章,相关背景知识一章,具体方法两至四章,结论
+一章。
+
+各章节使用下述命令即可
+\begin{itemize}
+\item \texttt{chapter}
+\item \texttt{section}
+\item \texttt{subsection}
+\item \texttt{subsubsection} (必要的时候可以使用,通常不建议使用)
+\end{itemize}
+
+
+\section{测试插图、表格及其索引}
+\label{sec:testing}
+
+\begin{figure}
+ \centering
+
+ \caption{插图测试A}
+ \label{fig:test:a}
+\end{figure}
+
+\subsection{随机小节}
+\label{sec:random-tf}
+
+\begin{table}
+ \centering
+ \begin{tabular}{ccccc}
+ \hline
+ Col 1 & Col 2 & Col 3 & Col 4 & Col 5\\
+ \hline
+ \end{tabular}
+ \caption{表格测试A}
+ \label{tab:test}
+\end{table}
+
+
+\begin{table}
+ \centering
+ \begin{tabular}{ccccc}
+ \hline
+ \end{tabular}
+ \caption{表格测试B}
+ \label{tab:test:b}
+\end{table}
+
+
+\begin{figure}
+ \centering
+
+ \caption{插图测试B}
+ \label{fig:test:b}
+\end{figure}
+
+
+\begin{figure}
+ \centering
+
+ \caption{Testing for English version list of figures with a very long caption.}
+ \label{fig:test:english}
+\end{figure}
+
+
+\begin{table}
+ \centering
+ \begin{tabular}{cc}
+
+ \end{tabular}
+ \caption{A table for testing the English version list of tables with long
+ caption. Try to make this caption longer than one line.}
+ \label{tab:test:english}
+\end{table}
+
+
+\begin{table}
+ \centering
+ \begin{tabular}{cc}
+
+ \end{tabular}
+ \caption[Short table caption]{A table for testing the English version list of
+ tables with long caption.}
+ \label{tab:test:eng-short}
+\end{table}
+
+
+%% ----------------------------------------------------------------------
+%%% END OF FILE
+%% ---------------------------------------------------------------------- \ No newline at end of file
diff --git a/macros/latex/contrib/xduthesis/examples/ch05-backmatter.tex b/macros/latex/contrib/xduthesis/examples/ch05-backmatter.tex
new file mode 100644
index 0000000000..14b5a69a18
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/ch05-backmatter.tex
@@ -0,0 +1,32 @@
+%% ----------------------------------------------------------------------
+%% START OF FILE
+%% ----------------------------------------------------------------------
+%%
+%% Filename: ch05-backmatter.tex
+%% Author: Fred Qi
+%% Created: 2012-12-26 13:08:53(+0800)
+%%
+%% ----------------------------------------------------------------------
+%%% CHANGE LOG
+%% ----------------------------------------------------------------------
+%% Last-Updated: 2012-12-26 13:10:54(+0800) [by Fred Qi]
+%% Update #: 9
+%% ----------------------------------------------------------------------
+
+
+\chapter{论文后置部分}
+\label{cha:backmatter}
+
+主要包括:
+\begin{itemize}
+\item 表格索引(可选,非学位论文要求的必须部分)
+\item 图片索引(可选,非学位论文要求的必须部分)
+\item 公式索引(可选,非学位论文要求的必须部分)
+\item 参考文献
+\item 致谢
+\item 在学期间申请学位人员所取得的研究成果
+\end{itemize}
+
+%% ----------------------------------------------------------------------
+%%% END OF FILE
+%% ---------------------------------------------------------------------- \ No newline at end of file
diff --git a/macros/latex/contrib/xduthesis/examples/ch06-bibliography.tex b/macros/latex/contrib/xduthesis/examples/ch06-bibliography.tex
new file mode 100644
index 0000000000..c879a5e6fb
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/ch06-bibliography.tex
@@ -0,0 +1,38 @@
+%% ----------------------------------------------------------------------
+%% START OF FILE
+%% ----------------------------------------------------------------------
+%%
+%% Filename: ch06-bibliography.tex
+%% Author: Fred Qi
+%% Created: 2012-12-26 13:11:58(+0800)
+%%
+%% ----------------------------------------------------------------------
+%%% CHANGE LOG
+%% ----------------------------------------------------------------------
+%% Last-Updated: 2012-12-26 13:37:34(+0800) [by Fred Qi]
+%% Update #: 6
+%% ----------------------------------------------------------------------
+
+
+\chapter{参考文献}
+\label{cha:bibliography}
+
+参考文献是把自己工作放入整个研究领域以至整个科学领域的参照,是他人完整理解整个论
+文工作的桥梁。参考文献格式严格来讲,应该遵照国家标准执行。由于西安电子科技大学与
+IEEE研究领域相同,故目前使用IEEE会刊的参考文献格式。
+
+
+在这里介绍与论文内容相关的他人工作。通常需要引用一些文献。下面内容可以做为引用文
+献的例子\footnote{文献格式的工作尚未开始,拟基于\texttt{biblatex}实现文献引用,工
+ 作量较大。}。
+
+文献\onlinecite{lastname11:_examp_artic}给出了期刊文章的例
+子,文献\onlinecite{ln111:_examp_confer_artic_title}则给出了会议文章的例子,另外
+一个是学术专著\cite{book11:_examp_book_title}的例子。对期刊与会议文章,为避免期刊
+名或会议名过长,常采用其缩写形式。IEEE给出了其期刊的标准缩写格式,如文
+献\onlinecite{naseem_linear_2010}所给出的示例。这段内容请给
+合~\texttt{refs.bib}~进行阅读。
+
+%% ----------------------------------------------------------------------
+%%% END OF FILE
+%% ---------------------------------------------------------------------- \ No newline at end of file
diff --git a/macros/latex/contrib/xduthesis/examples/ch07-conclusions.tex b/macros/latex/contrib/xduthesis/examples/ch07-conclusions.tex
new file mode 100644
index 0000000000..788edfa5a4
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/ch07-conclusions.tex
@@ -0,0 +1,24 @@
+%% ----------------------------------------------------------------------
+%% START OF FILE
+%% ----------------------------------------------------------------------
+%%
+%% Filename: ch06-conclusions.tex
+%% Author: Fred Qi
+%% Created: 2012-12-26 13:11:10(+0800)
+%%
+%% ----------------------------------------------------------------------
+%%% CHANGE LOG
+%% ----------------------------------------------------------------------
+%% Last-Updated: 2012-12-26 13:11:25(+0800) [by Fred Qi]
+%% Update #: 1
+%% ----------------------------------------------------------------------
+
+
+\chapter{结论}
+\label{cha:conclusions}
+
+
+
+%% ----------------------------------------------------------------------
+%%% END OF FILE
+%% ---------------------------------------------------------------------- \ No newline at end of file
diff --git a/macros/latex/contrib/xduthesis/examples/photo.png b/macros/latex/contrib/xduthesis/examples/photo.png
new file mode 100644
index 0000000000..d6ef6bf003
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/photo.png
Binary files differ
diff --git a/macros/latex/contrib/xduthesis/examples/refs.bib b/macros/latex/contrib/xduthesis/examples/refs.bib
new file mode 100644
index 0000000000..42479dedc2
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/refs.bib
@@ -0,0 +1,116 @@
+
+@Article{lastname11:_examp_artic,
+ author = {FirstName LastName and FN2 LN2},
+ title = {Example Journal Article Title},
+ journal = {Example Journal},
+ year = 2011,
+ volume = 15,
+ number = 3,
+ pages = {41--48},
+ month = {Mar.}}
+
+@article{naseem_linear_2010,
+ title = {Linear Regression for Face Recognition},
+ volume = {32},
+ issn = {0162-8828},
+ doi = {10.1109/TPAMI.2010.128},
+ number = {11},
+ journal = IEEE_J_PAMI,
+ author = {I. Naseem and R. Togneri and M. Bennamoun},
+ year = {2010},
+ keywords = {face recognition},
+ pages = {2106--2112}
+}
+
+@InProceedings{ln111:_examp_confer_artic_title,
+ author = {FN1 LN1},
+ title = {Example Conference Article Title},
+ booktitle = {Example Conference Proceeding Title},
+ pages = {33--100},
+ year = 2011,
+ address = {City, Nation},
+ month = {Feb.}}
+
+@Book{book11:_examp_book_title,
+ author = {Author Book},
+ title = {Example Book Title},
+ publisher = {The Publisher},
+ year = 2011}
+
+@article{Marr75,
+ title = {Approaches to Biological Information Processing},
+ volume = {190},
+ issn = {4217},
+ journal = {Science},
+ author = {Conrad, M. and Dal Cin, M. and Marr, D.},
+ month = {Aug.},
+ year = {1975},
+ pages = {875--876},
+}
+
+@article{Marr76,
+ title = {Early Processing of Visual Information},
+ volume = {275},
+ number = {942},
+ journal = {Philosophical Transactions of the Royal Society of London.
+ Series B, Biological Sciences},
+ author = {D. Marr},
+ month = {Oct.},
+ year = {1976},
+ pages = {483--519},
+}
+
+@article{Kastner00,
+ title = {Mechanisms of visual attention in the human cortex},
+ volume = {23},
+ journal = {Annual review of neuroscience},
+ author = {Kastner, S. and Ungerleider, L. G.},
+ year = {2000},
+ pages = {315--341},
+}
+
+@ARTICLE{Koch85,
+ author = {C. Koch and S. Ullman},
+ title = {Shifts in Selection in Visual Attention: Toward the Underlying Neural
+ Circuitry},
+ journal = {Human Neurobiology},
+ month = {},
+ year = {1985},
+ volume = {4},
+ pages = {219--227},
+ number = {4},
+}
+
+@ARTICLE{Privitera00,
+ author = {Claudio M. Privitera and Lawrence W. Stark},
+ title = {Algorithms for Defining Visual Region-of-Interesting: Comparison With
+ Eye Fixations},
+ journal = IEEE_J_TPAMI,
+ month = {Sep.},
+ year = {2000},
+ volume = {22},
+ pages = {970--982},
+ number = {9},
+}
+
+@ARTICLE{Itti98,
+ author = {Laurent Itti and Christof Koch and Ernst Niebur},
+ title = {A model of saliency-based visual attention for rapid scene analysis},
+ journal = IEEE_J_TPAMI,
+ month = {Nov.},
+ year = {1998},
+ volume = {20},
+ pages = {1254--1259},
+ number = {11},
+}
+
+@ARTICLE{Bruce09,
+ author = {Neil D. B. Bruce and John K. Tsotsos},
+ title = {Saliency, attention, and visual search: An information theoretic approach},
+ journal = {J. Vision},
+ month = {Mar.},
+ year = {2009},
+ volume = {9},
+ pages = {1--24},
+ number = {3},
+} \ No newline at end of file
diff --git a/macros/latex/contrib/xduthesis/examples/thesis-bachelor.tex b/macros/latex/contrib/xduthesis/examples/thesis-bachelor.tex
new file mode 100644
index 0000000000..50f8a036a0
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/thesis-bachelor.tex
@@ -0,0 +1,92 @@
+%% ----------------------------------------------------------------------
+%% START OF FILE
+%% ----------------------------------------------------------------------
+%%
+%% Filename: thesis-bachelor.tex
+%% Author: Fred Qi
+%% Created: 2008-06-25 11:13:31(+0800)
+%%
+%% ----------------------------------------------------------------------
+%%% CHANGE LOG
+%% ----------------------------------------------------------------------
+%% Last-Updated: 2016-02-09 14:49:44(-0700) [by Fred Qi]
+%% Update #: 123
+%% ----------------------------------------------------------------------
+\documentclass[bachelor,print]{xduthesis}
+
+% 这里是可能用到的其他宏包,根据自己论文撰写的需要添加
+\usepackage{listings}
+\lstset{language=TeX, basicstyle=\ttfamily}
+
+\begin{document}
+
+%%%%%%%%%%%%%%%
+%% 论文前置部分
+%%%%%%%%%%%%%%%
+\frontmatter
+
+% 论文相关信息(封面)
+\classid{000000}
+\studentid{00000000}
+
+\cschool{某某某某学院}
+\ctitle{论文题目}
+\cauthor{作者姓名}
+\cmajor{专业名称}
+\csupervisor{某某某~教授}
+
+% 中英文摘要声明
+\input{abstract}
+
+% 生成论文的封面、声明页、中英文摘要
+\makecover
+
+% 论文目录
+\tableofcontents
+
+%%%%%%%%%%%%%%%
+%% 论文正文
+%%%%%%%%%%%%%%%
+\mainmatter
+
+\input{ch01-intro}
+\input{ch02-options}
+\input{ch03-frontmatter}
+\input{ch04-mainmatter}
+\input{ch05-backmatter}
+\input{ch06-bibliography}
+\input{ch07-conclusions}
+
+%%%%%%%%%%%%%%%
+%% 论文后置部分
+%%%%%%%%%%%%%%%
+\backmatter
+
+%% 插图索引
+% \listoffigures
+%% 表格索引
+% \listoftables
+
+% 参考文献
+\bibliographystyle{IEEEtran}
+\bibliography{IEEEabrv,refs}
+
+%% 附录,建议放在参考文献之后,致谢与成果部分之前
+\begin{appendix}
+ \input{appendix01}
+\end{appendix}
+
+%% 致谢
+\input{acknowledgments}
+%% 在学期间取得的成果
+\input{achievements}
+
+\end{document}
+
+
+%%% Local Variables:
+%%% TeX-master: t
+%%% End:
+%% ----------------------------------------------------------------------
+%%% END OF FILE
+%% ---------------------------------------------------------------------- \ No newline at end of file
diff --git a/macros/latex/contrib/xduthesis/examples/thesis-doctor.pdf b/macros/latex/contrib/xduthesis/examples/thesis-doctor.pdf
new file mode 100644
index 0000000000..f1b0639f66
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/thesis-doctor.pdf
Binary files differ
diff --git a/macros/latex/contrib/xduthesis/examples/thesis-doctor.tex b/macros/latex/contrib/xduthesis/examples/thesis-doctor.tex
new file mode 100644
index 0000000000..7676d7346d
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/thesis-doctor.tex
@@ -0,0 +1,127 @@
+%% ----------------------------------------------------------------------
+%% START OF FILE
+%% ----------------------------------------------------------------------
+%%
+%% Filename: thesis-doctor.tex
+%% Author: Fred Qi
+%% Created: 2008-06-25 11:13:31(+0800)
+%%
+%% ----------------------------------------------------------------------
+%%% CHANGE LOG
+%% ----------------------------------------------------------------------
+%% Last-Updated: 2016-02-09 15:12:33(-0700) [by Fred Qi]
+%% Update #: 163
+%% ----------------------------------------------------------------------
+\documentclass[doctor,print]{xduthesis}
+
+% 这里是可能用到的其他宏包,根据自己论文撰写的需要添加
+\usepackage{listings}
+\lstset{language=TeX, basicstyle=\ttfamily}
+
+\begin{document}
+
+% 定义所有的图片文件在 figs 子目录下
+\graphicspath{{figs/}}
+
+%%%%%%%%%%%%%%%
+%% 论文前置部分
+%%%%%%%%%%%%%%%
+\frontmatter
+
+% 论文相关信息(封面)
+\universitycode{10701} % 学校代码
+\studentid{0000000000} % 学号
+\catelognumber{XX000.00} % 分类号
+\secretlevel{公开} % 密级
+
+\ctitle{中文博士学位论文题目} % 中文题目
+\etitle{Dissertation Title in English} % 英文题目
+
+\cauthor{作者姓名} % 作者姓名
+\eauthor{Firstname Lastname} % 英文作者姓名
+\csupervisor{某某某~教授} % 导师姓名、职称
+\esupervisor{Prof. Firstname Lastname} % 英文导师姓名、职称
+
+\cfirstdiscipline{一级学科名称} % 一级学科名称
+\efirstdiscipline{First discipline in English} % 英文一级学科名称
+\cseconddiscipline{二级学科名称}
+\cdegree{工学博士}
+\edegree{Doctor}
+\cdate{0000年00月} % 提交学位论文时间
+\edate{Month Year} % 英文提交学位论文时间
+
+%% 作者中英文简介 % Deleted in 2014
+% \input{biography}
+
+% 中英文摘要声明
+\input{abstract}
+
+% 生成论文的封面、声明页、中英文摘要
+\makecover
+
+% 插图索引
+\listoffigures
+% 表格索引
+\listoftables
+
+\chapter*{符号对照表}
+
+\begin{tabular}{rl}
+ 符号 & 符号名称 \\
+ X & 某某符号\\
+\end{tabular}
+
+\chapter*{缩略语对照表}
+
+\begin{tabular}{cll}
+ 缩略语 & 英文全称 & 中文对照\\
+ XXX & XXX & 某某某 \\
+ XXX & XXX & 某某某 \\
+ XXX & XXX & 某某某 \\
+\end{tabular}
+
+% 论文目录
+\tableofcontents
+
+%%%%%%%%%%%%%%%
+%% 论文正文
+%%%%%%%%%%%%%%%
+\mainmatter
+
+
+\input{ch01-intro}
+\input{ch02-options}
+\input{ch03-frontmatter}
+\input{ch04-mainmatter}
+\input{ch05-backmatter}
+\input{ch06-bibliography}
+\input{ch07-conclusions}
+
+%%%%%%%%%%%%%%%
+%% 论文后置部分
+%%%%%%%%%%%%%%%
+\backmatter
+
+%% 参考文献
+\bibliographystyle{IEEEtran}
+\bibliography{IEEEabrv,refs}
+
+%% 附录,建议放在参考文献之后,致谢与成果部分之前
+\begin{appendix}
+ \input{appendix01}
+\end{appendix}
+
+%% 致谢
+\input{acknowledgments}
+%% 在学期间取得的成果
+\input{achievements}
+
+
+\end{document}
+
+%%% Local Variables:
+%%% TeX-master: t
+%%% End:
+%% ----------------------------------------------------------------------
+%%% END OF FILE
+%% ---------------------------------------------------------------------- \ No newline at end of file
diff --git a/macros/latex/contrib/xduthesis/examples/thesis-master.tex b/macros/latex/contrib/xduthesis/examples/thesis-master.tex
new file mode 100644
index 0000000000..81f7636973
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/thesis-master.tex
@@ -0,0 +1,121 @@
+%% ----------------------------------------------------------------------
+%% START OF FILE
+%% ----------------------------------------------------------------------
+%%
+%% Filename: thesis-master.tex
+%% Author: Fred Qi
+%% Created: 2012-01-14 23:26:12(+0800)
+%%
+%% ----------------------------------------------------------------------
+%%% CHANGE LOG
+%% ----------------------------------------------------------------------
+%% Last-Updated: 2016-02-09 15:05:34(-0700) [by Fred Qi]
+%% Update #: 132
+%% ----------------------------------------------------------------------
+
+\documentclass[master,print]{xduthesis}
+
+% 这里是可能用到的其他宏包,根据自己论文撰写的需要添加
+\usepackage{listings}
+\lstset{language=TeX, basicstyle=\ttfamily}
+
+\begin{document}
+
+%%%%%%%%%%%%%%%
+%% 论文前置部分
+%%%%%%%%%%%%%%%
+\frontmatter
+
+% 论文相关信息(封面)
+\universitycode{10701} % 学校代码
+\studentid{0000000000} % 学号
+\catelognumber{XX000.00} % 分类号
+\secretlevel{公开} % 密级
+
+\ctitle{硕士学位论文\\中文题目}
+\etitle{Title of the Thesis for Master's Degree in English}
+
+\cauthor{作者姓名} % 作者姓名
+\eauthor{Firstname Lastname} % 英文作者姓名
+\csupervisor{某某某~教授} % 导师姓名、职称
+\esupervisor{Prof. Firstname Lastname} % 英文导师姓名、职称
+
+\cfirstdiscipline{一级学科名称} % 一级学科名称
+\efirstdiscipline{First discipline in English} % 英文一级学科名称
+\cseconddiscipline{二级学科名称}
+\cdegree{工学硕士}
+\edegree{Master}
+\cdate{0000年00月} % 提交学位论文时间
+\edate{Month Year} % 英文提交学位论文时间
+
+%% 作者中英文简介 % 2014年版格式要求已经删除
+% \input{biography}
+
+% 中英文摘要声明
+\input{abstract}
+
+% 生成论文的封面、声明页、中英文摘要
+\makecover
+
+
+% 插图索引
+\listoffigures
+% 表格索引
+\listoftables
+
+\chapter*{符号对照表}
+
+\begin{tabular}{rl}
+ 符号 & 符号名称 \\
+ X & 某某符号\\
+\end{tabular}
+
+\chapter*{缩略语对照表}
+
+\begin{tabular}{cll}
+ 缩略语 & 英文全称 & 中文对照\\
+ XXX & XXX & 某某某 \\
+ XXX & XXX & 某某某 \\
+ XXX & XXX & 某某某 \\
+\end{tabular}
+
+
+% 论文目录
+\tableofcontents
+
+%%%%%%%%%%%%%%%
+%% 论文正文
+%%%%%%%%%%%%%%%
+\mainmatter
+
+\input{ch01-intro}
+\input{ch02-options}
+\input{ch03-frontmatter}
+\input{ch04-mainmatter}
+\input{ch05-backmatter}
+\input{ch06-bibliography}
+\input{ch07-conclusions}
+
+% 附录,建议放在参考文献之后,致谢与成果部分之前
+\begin{appendix}
+ \input{appendix01}
+\end{appendix}
+
+%%%%%%%%%%%%%%%
+%% 论文后置部分
+%%%%%%%%%%%%%%%
+\backmatter
+
+% 参考文献
+\bibliographystyle{IEEEtran}
+\bibliography{IEEEabrv,refs}
+
+\input{acknowledgments}
+
+\input{achievements}
+
+\end{document}
+
+%% ----------------------------------------------------------------------
+%%% END OF FILE
+%% ---------------------------------------------------------------------- \ No newline at end of file
diff --git a/macros/latex/contrib/xduthesis/examples/thesis-masterpro.tex b/macros/latex/contrib/xduthesis/examples/thesis-masterpro.tex
new file mode 100644
index 0000000000..a6534e35ab
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/thesis-masterpro.tex
@@ -0,0 +1,122 @@
+%% ----------------------------------------------------------------------
+%% START OF FILE
+%% ----------------------------------------------------------------------
+%%
+%% Filename: thesis-masterpro.tex
+%% Author: Fred Qi
+%% Created: 2012-01-14 23:26:12(+0800)
+%%
+%% ----------------------------------------------------------------------
+%%% CHANGE LOG
+%% ----------------------------------------------------------------------
+%% Last-Updated: 2016-02-09 15:13:01(-0700) [by Fred Qi]
+%% Update #: 124
+%% ----------------------------------------------------------------------
+
+\documentclass[masterpro,print]{xduthesis}
+
+% 这里是可能用到的其他宏包,根据自己论文撰写的需要添加
+\usepackage{listings}
+\lstset{language=TeX, basicstyle=\ttfamily}
+
+\begin{document}
+
+%%%%%%%%%%%%%%%
+%% 论文前置部分
+%%%%%%%%%%%%%%%
+\frontmatter
+
+% 论文相关信息(封面)
+\universitycode{10701} % 学校代码
+\studentid{0000000000} % 学号
+\catelognumber{XX000.00} % 分类号
+\secretlevel{公开} % 密级
+
+\ctitle{硕士学位论文\\中文题目}
+\etitle{Title of the Thesis for Master's Degree in English}
+
+\cauthor{作者姓名} % 作者姓名
+\eauthor{Firstname Lastname} % 英文作者姓名
+\csupervisor{某某某~教授} % 导师姓名、职称
+\ccosupervisor{某某某~研究员} % 企业导师姓名、职称
+\esupervisor{Prof. Firstname Lastname} % 英文导师姓名、职称
+\ecosupervisor{Title Firstname Lastname} % 英文企业导师姓名、职称
+
+\cfirstdiscipline{电子与通信工程} % 一级学科名称
+\efirstdiscipline{Electronics and Communication Engineering} % 英文一级学科名称
+\cdegree{工程硕士}
+\edegree{Master}
+\cdate{0000年00月} % 提交学位论文时间
+\edate{Month Year} % 英文提交学位论文时间
+
+%% 作者中英文简介 % 2014年版格式要求已经删除
+% \input{biography}
+
+% 中英文摘要声明
+\input{abstract}
+
+% 生成论文的封面、声明页、中英文摘要
+\makecover
+
+
+% 插图索引
+\listoffigures
+% 表格索引
+\listoftables
+
+\chapter*{符号对照表}
+
+\begin{tabular}{rl}
+ 符号 & 符号名称 \\
+ X & 某某符号\\
+\end{tabular}
+
+\chapter*{缩略语对照表}
+
+\begin{tabular}{cll}
+ 缩略语 & 英文全称 & 中文对照\\
+ XXX & XXX & 某某某 \\
+ XXX & XXX & 某某某 \\
+ XXX & XXX & 某某某 \\
+\end{tabular}
+
+
+% 论文目录
+\tableofcontents
+
+%%%%%%%%%%%%%%%
+%% 论文正文
+%%%%%%%%%%%%%%%
+\mainmatter
+
+\input{ch01-intro}
+\input{ch02-options}
+\input{ch03-frontmatter}
+\input{ch04-mainmatter}
+\input{ch05-backmatter}
+\input{ch06-bibliography}
+\input{ch07-conclusions}
+
+% 附录,建议放在参考文献之后,致谢与成果部分之前
+\begin{appendix}
+ \input{appendix01}
+\end{appendix}
+
+%%%%%%%%%%%%%%%
+%% 论文后置部分
+%%%%%%%%%%%%%%%
+\backmatter
+
+% 参考文献
+\bibliographystyle{IEEEtran}
+\bibliography{IEEEabrv,refs}
+
+\input{acknowledgments}
+
+\input{achievements}
+
+\end{document}
+
+%% ----------------------------------------------------------------------
+%%% END OF FILE
+%% ---------------------------------------------------------------------- \ No newline at end of file