本项目提供了使用 XeLaTeX排版西安电子科技大学各级学位(本科、硕士和博士)论文的模 板。目的是为习惯于使用 TeX的毕业生能够更多的关注于论文的撰写与修改,提高毕业学位 论文内容的质量。
已按照研究生院2014年研究生学位论文版式要求对模板进行了修改。
由于我目前工作非常忙,能用于修改模板的时间非常有限,因此非常欢迎有能力的同学把你 的修改发给我,我可以整合进这个模板。也不必是完整的修改,任何一个小部分的修改都非 常欢迎。
- 论文封面
- 中文扉页
- 英文扉页
- 中文摘要
- 中文关键词及论文类型
- 英文摘要
- 英文关键词及论文类型
- 插图与表格索引
- 符号对照表(给出了可用示例)
- 缩略语对照表(给出了可用示例)
- 页眉页脚
- 正文各级标题
- 一级标题(章)
- 二级标题(节)
- 一级标题(小节)
- 正文
作者简介(给出了简单示例)
本模板开发和测试所使用的 TeX 发行版是 texlive ,其他比较新的 TeX发行版也应该能够
正常工作。鉴于本模板在 texlive上进行开发和完整测试,因此建议安装 texlive 2012或更
高版本环境使用。本模板是基于 XeLaTeX
和 xeCJK
宏包的,因此无论你使用哪 个 TeX
发行版,务必要安装 XeLaTeX
及 xeCJK
宏包。
安装本模板的过程非常简单,在https://github.com/fredqi/xduthesis/releases下载
*-relase.tar.gz
文件解压,从中提取 examples
目录中的文件,按照你自己的需要进行
修改即可。
如果希望从源代码自己进行安装,则需要下载 *-sources.tar.gz
文件,执行命令:
xelatex xduthesis.ins
就会生成模板文件 xduthesis.cls
与 xduthesis.cfg
。这两个文件与xdu*.eps
文件
一起,就构成了可以使用的模板宏包。你可以把这些文件放在
<texmf-local>/tex/xelatex/xduthesis
目录下使用,也可以直接把它们放在你的论文 的
TeX文件所在目录下。需要注意的是,选择将模板文件放在
<texmf-local>/tex/xelatex/xduthesis
目录下时,需要在拷贝文件之后执行:
mktexlsr
命令。
模板中的各个文件功能如下:
xduthesis.dtx
模板文件及说明文档xduthesis.ins
模板安装配置文件xdulogo.eps
校徽xdubadge.eps
本科学位论文使用的校名图案xdubadge-gr.eps
研究生学位论文使用的校名图案version
模板版本号build.sh
用于生成本模板发文件的shell脚本examples
使用模板的示例文件,同时也是模板说明文件thesis-bachelor.tex
本科学位论文主文档thesis-master.tex
硕士学位论文主文档thesis-masterpro.tex
专业硕士学位论文主文档thesis-doctor.tex
博士学位论文主文档abstract.tex
摘要ch01-intro.tex
模板总体说明ch02-options.tex
模板选项介绍ch03-frontmatter.tex
论文前置部分使用说明ch04-mainmatter.tex
论文主体部分使用说明ch05-backmatter.tex
论文后置部分使用说明ch06-bibliography.tex
参考文献排版指南refs.bib
BIBTeX格式的参考文献数据库ch07-conclusions.tex
说明总结appendix01.tex
论文附录部分排版示例acknowledgments.tex
致谢示例achievements.tex
在学期间成果biography.tex
作者简介photo.png
作者照片SConstruct
用于自动编译论文的 scons 脚本
本项目中部分排版代码参考了 xdlinux维护的西电本科 毕 业设计论文模板xdba-thesis ,对此表示感 谢。
如果你使用这份模板为你节约了时间,希望你能够在学位论文的致谢部分提及。
This is a XeLaTeX template for writing theses to apply academic degrees in Xidian University. The template is designed according to the official requirements on typesetting theses. The template currently supports all levels of degrees from bachelor to doctor, including both academic master and professional master. But it is not guaranteed that you will pass the typesetting check and obtain your degree by using this template.
xduthesis: XeLaTeX template for writing Xidian University Thesis
Author: Fei Qi
E-mail: [email protected]
License: Released under the LaTeX Project Public License v1.3c or later
See: http://www.latex-project.org/lppl.txt
Copyright (C) 2008-2016 by Fei Qi [email protected]
This work may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either version 1.3c of this license or (at your option) any later version. The latest version of this license is in the file:
http://www.latex-project.org/lppl.txt
This work is "maintained" (as per LPPL maintenance status) by Fei Qi.
This work consists of the file xduthesis.dtx and a Makefile. Running "make" generates the derived files xduthesis.pdf and xduthesis.cls. Running "make inst" installs the files in the user's TeX tree. Running "make install" installs the files in the local TeX tree.