Skip to content

Commit ec974e5

Browse files
committed
Merge branch 'readme'
2 parents a09cd58 + 17a3f03 commit ec974e5

File tree

1 file changed

+27
-17
lines changed

1 file changed

+27
-17
lines changed

README.md

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,51 @@
11
# USTC Thesis
22

3-
本项目是中国科学技术大学的毕业论文 LaTeX 模板 ustcthesis,当前版本为 v2.0。
3+
本项目是中国科学技术大学的毕业论文 LaTeX 模板 ustcthesis v2.0。
44

5-
支持排版博士、硕士和学士的学位论文。
5+
新模板进行了彻底的重写,相对于旧版
6+
[ywgATustcbbs/ustcthesis](https://github.com/ywgATustcbbs/ustcthesis)
7+
有以下主要特性:
68

7-
原项目 [ywgATustcbbs/ustcthesis](https://github.com/ywgATustcbbs/ustcthesis)
8-
存在一些细节与学校要求不符,并且有一些历史遗留问题,所以进行重写。
9+
* 与最新的 TeX Live 2015 和 ctex 2.x 宏包兼容
10+
* 设置了符合规范的参考文献的格式
11+
* 修正了字号的设置错误
12+
* 修正了本科生的页码位置
13+
* 提供了更详细的文档
914

15+
**使用模板前应阅读说明文档 `ustcthesis.pdf` 的正文部分。**
1016

17+
**本模板基于 TeX Live 2015 及以上版本,不对旧版本向下兼容。**
18+
旧版 TeX Live / MacTeX / MikTeX 用户应升级到最新;CTeX 发行版(已经 3 年没有更新)用户请移步旧版。
1119

12-
## 项目地址
20+
## 下载地址
1321

14-
主要地址:https://github.com/ustctug/ustcthesis
22+
发布版包含了 PDF 说明文档:
1523

16-
镜像地址:https://gitlab.lug.ustc.edu.cn/ustctug/ustcthesis
24+
* GitHub Release:https://github.com/ustctug/ustcthesis/releases
25+
* 校内镜像:https://git.ustclug.org/ustctug/ustcthesis/tags
1726

1827

1928

20-
## 如何构建
29+
## 编译论文
2130

22-
ustcthesis v2.0 依赖于 ctex 2.0,所以应使用 TeX Live 2015 发行版。
23-
24-
最简单的方法是使用 GNU Make:
25-
26-
生成论文 `main.pdf` 使用命令
31+
最简单的方法是使用 `latexmk` 工具(已配置参数 `-xelatex`),如编译论文 `main.pdf` 使用命令:
2732
```
28-
make
33+
$ latexmk
2934
```
30-
生成说明文档 `ustcthesis.pdf` 使用命令
35+
编译说明文档 `ustcthesis.pdf` 使用命令
3136
```
32-
make doc
37+
$ latexmk ustcthesis.dtx
3338
```
39+
更多的方法参见说明文档。
3440

3541

3642

3743
## 已知问题
3844

3945
- [ ] 暂不支持英文风格
4046
- [ ] 参考文献格式不支持 author-year 式
41-
- [ ] 本科参考文献的英文文献名需要斜体
47+
48+
49+
## 参考规范:
50+
* [《中国科学技术大学研究生学位论文撰写规范》](http://gradschool.ustc.edu.cn/ylb/material/xw/wdxz/1.doc)
51+
* [《关于本科毕业论文(设计)格式和统一封面的通知》](http://www.teach.ustc.edu.cn/document/doc-administration/4032.html)

0 commit comments

Comments
 (0)