Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CheckBoxStudio/BUAAThesis
北航研究生学位论文模板(Word+LaTeX).
https://github.com/CheckBoxStudio/BUAAThesis
buaa buaathesis latex template thesis word word-latex
Last synced: 13 days ago
JSON representation
北航研究生学位论文模板(Word+LaTeX).
- Host: GitHub
- URL: https://github.com/CheckBoxStudio/BUAAThesis
- Owner: CheckBoxStudio
- License: mit
- Created: 2017-12-19T07:06:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T05:42:34.000Z (11 months ago)
- Last Synced: 2024-08-17T23:01:50.982Z (4 months ago)
- Topics: buaa, buaathesis, latex, template, thesis, word, word-latex
- Language: TeX
- Homepage:
- Size: 9.1 MB
- Stars: 517
- Watchers: 9
- Forks: 109
- Open Issues: 15
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
- latex-templates - CheckBoxStudio/<br>BUAAThesis - square)<br/>![111](https://img.shields.io/github/forks/CheckBoxStudio/BUAAThesis?style=flat-square)<br/>![2024-02-01](https://img.shields.io/github/last-commit/CheckBoxStudio/BUAAThesis?style=flat-square) | 北航研究生学位论文模板(Word+LaTeX). | (Popular & New LaTeX Templates / Thesis/Dissertation)
README
# 北京航空航天大学学位论文LaTeX模板
> **本模板仅为个人兴趣之作,非官方模板。**
本项目为北京航空航天大学学位论文模板BUAAThesis,包含Word模板和LaTeX模板(基于[ctexbook](https://ctan.org/pkg/ctex))。模板按照2015年8月版《研究生手册》制定,根据2020年7月修订版调整,适用于理工类博士、硕士学位论文(中文)。
## 下载地址
+ [GitHub](https://github.com/CheckBoxStudio): [https://github.com/CheckBoxStudio/BUAAThesis/releases](https://github.com/CheckBoxStudio/BUAAThesis/releases)
## 文件列表
```
BUAAThesis
|- buaa.cls // LaTeX宏模板文件
|- Template.tex // LaTeX模板
|- Template.docx // Word模板
|- ref.bib // LaTeX模板中的参考文献Bib文件
|- bst/GBT7714-2005.bst // 国标参考文献BibTeX样式文件2005版
|- bst/GBT7714-2015.bst // 国标参考文献BibTeX样式文件2015版
|- pic/logo-buaa.eps // 论文封皮北航字样
|- pic/head-doctor.eps // 论文封皮学术博士学位论文标题(华文行楷字体替代解决方案)
|- pic/head-prodoctor.eps // 论文封皮专业博士学位论文标题(华文行楷字体替代解决方案)
|- pic/head-master.eps // 论文封皮学术硕士学位论文标题(华文行楷字体替代解决方案)
|- pic/head-professional.eps // 论文封皮专业硕士学位论文标题(华文行楷字体替代解决方案)
|- tex/*.tex // LaTeX模板样例中的独立章节
|- ReadMe.md // 本文件
|- .gitignore // Git忽略规则
```## 模板使用
+ Word: 直接在其上进行修改编写,请记得预先备份;
+ LaTeX: 参看LaTeX模板示例template.tex及相应插入章节tex/*.tex。## 关于图书馆查重
+ By [Qiao Junfeng](https://github.com/qiaojunfeng), 2018/11/22
实际经验表明,使用此模板经XeLaTeX编译生成的pdf,图书馆查重时未遇到乱码问题。
我的环境:Manjaro Linux + TeX Live 2018 + TeXstudio 2.12.10。
+ **已修复Windows系统下从pdf拷贝的西文乱码问题**。
## 建议及问题反馈
+ E-mail: [[email protected]]([email protected])
+ GitHub: [https://github.com/CheckBoxStudio/BUAAThesis/issues](https://github.com/CheckBoxStudio/BUAAThesis/issues)## 我的环境
+ Windows 10 64bits
+ TeXStudio 2.12.4
+ MiKTeX 2.9
+ CTeX 2017-07-18## 致谢
感谢[Haixing Hu](https://github.com/Haixing-Hu)提供的2005版参考文献著录BibTeX样式[GBT7714-2005](https://github.com/Haixing-Hu/GBT7714-2005-BibTeX-Style)及[Zeping Lee](https://github.com/zepinglee)提供的2015版参考文献著录BibTeX样式[GBT7714-2015](https://github.com/zepinglee/gbt7714-bibtex-style),为本项目LaTeX模板的形成提供了很大的帮助。感谢[BwCai](https://github.com/BwCai)提供的Mac编译环境。
***
By [WeiQM](https://weiquanmao.github.io/).