https://github.com/swjtutug/swjtuthesis
LaTeX template for SWJTU thesis.
https://github.com/swjtutug/swjtuthesis
latex latex-class swjtu thesis-template
Last synced: 9 months ago
JSON representation
LaTeX template for SWJTU thesis.
- Host: GitHub
- URL: https://github.com/swjtutug/swjtuthesis
- Owner: swjtutug
- Created: 2018-03-16T13:36:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T05:35:25.000Z (over 6 years ago)
- Last Synced: 2024-09-29T04:41:30.744Z (almost 2 years ago)
- Topics: latex, latex-class, swjtu, thesis-template
- Language: TeX
- Size: 1.31 MB
- Stars: 38
- Watchers: 2
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 西南交通大学学位论文 LaTeX 模板
[](https://travis-ci.org/swjtutug/swjtuthesis)
[](https://github.com/swjtutug/swjtuthesis/releases/latest)
[](https://github.com/swjtutug/swjtuthesis/releases)
[](https://github.com/swjtutug/swjtuthesis/commits/master)
本项目是西南交通大学的学位论文 LaTeX 模板 swjtuthesis,按照
《[西南交通大学研究生学位论文撰写规范](http://gs.swjtu.edu.cn/ws/gs/dd/25)》
和
《[本科毕业设计(论文)指导纪要(模板)](http://jwc.swjtu.edu.cn/download/file/2014060410031788.doc)》
的要求编写,兼容最新版的 TeX Live、MacTeX 、MikTeX 发行版,支持跨平台使用。
注意:
1. 使用说明文档
[swjtuthesis.pdf](https://github.com/swjtutug/swjtuthesis/releases/download/v1.1/swjtuthesis.pdf)
在发布版中附带,用户也可自行编译获取说明文档;**使用模板前应仔细阅读**。
2. 本模板要求 TeX Live、MacTeX、MikTeX 不低于 2015 年的发行版,
并且尽可能升级到最新。
3. **不支持** [CTeX 套装](http://www.ctex.org/CTeXDownload)。
## 下载地址
- GitHub Releases:https://github.com/swjtutug/swjtuthesis/releases
## 编译文档
- 编译模板的使用说明文档 `swjtuthesis.pdf`:
```
latexmk swjtuthesis.dtx
```
- 编译论文 `main.pdf`:
```
latexmk
```
- 如需清理论文编译过程中的临时文件,可以:
```
latexmk -c
```
- 以上编译过程也可以用 `make` 工具:
```
make doc # 编译生成 swjtuthesis.pdf
make # 编译生成论文 main.pdf
make clean # 删除编译过程中生成的临时文件
```
##