Skip to content

Commit

Permalink
补充说明
Browse files Browse the repository at this point in the history
  • Loading branch information
francisol committed Aug 19, 2024
1 parent bf84a7f commit 638b622
Showing 1 changed file with 28 additions and 51 deletions.
79 changes: 28 additions & 51 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,57 +1,34 @@
# 贵州大学研究生学位论文模板
制作方: 贵州大学计算机科学与技术学院


基于 book 制作,使用 xelatex 编译

![format](img/format.png)
## Task
- [ ] 间距格式调整
- [ ] 输出版本控制(完成部分)
- [ ] 兼容Mac/Linux
- [X] 兼容 overleaf
- [ ] 兼容 学士
- [X] 切换为book
- [X] 答辩委员会名单
- [X] 附录
- [x] 摘要关键字
- [X] 目录

## 未来计划
### 格式调整
对行间距进行复刻
## 更新历史

- **1.1.0** (2024-08-18) 重构
- 规避版权风险,删除了内置字体
- 增加代码注释
- 参考文献设置移除宏包

- **1.0.0** (2022-08-17) 初始版本
- 间距格式调整
- 内置华文行楷
- 输出版本控制(完成部分)
- 兼容Mac/Linux
- 兼容 overleaf
- 答辩委员会名单
- 附录
- 摘要关键字
- 目录
## 使用
本文档在Tex live 2021 版本以及 MikTeX 22.3版本编译通过;没有在Linux/Mac 下测试。


控制命令:
- `\frontmatter` 前言格式,页数格式为罗马底部居中;
- `\mainmatter` 正文格式,页眉为章节名称以及论文题目,页脚为数字页数居中;
- `\chairman` 答辩主席
- `\expert` 答辩专家
- `\secretary` 答辩秘书
- `\promise` 打印承诺书

模板参数:
- `type` 模板类型,doctor 为博士master 为硕士
- `version` 打印类型 evaluate(盲评版本),print(打印版本),draft(草稿)




注意:
日期需使用中文分割如`\date{20XX年XX月}` 或者 `\date{20XX年XX月XX日}`
##
```latex
\documentclass[type=doctor]{GZUthesis} %打印博士论文。type=master 为硕士论文,默认为硕士
\graduationyear{2021} %毕业年份
\major{学科专业}
\research{研究方向}
\author{学生}
\supervisor{导师}
\stuid{(学号)}
\title{论文题目}
\chairman{贵州大学\ 张XX\ 教授}
\expert{贵州大学\ 李XX\ 教授}
```
请参看 GZUthesis.tex 文件

## 编译
编译 说明文档
```bash
xelatex GZUthesis.tex
```
编译示例文档
```bash
xelatex template.tex
```

0 comments on commit 638b622

Please sign in to comment.