https://github.com/rmanluo/hitszmidtermtemplate
哈工大深圳本科毕设中期模板
https://github.com/rmanluo/hitszmidtermtemplate
Last synced: 5 months ago
JSON representation
哈工大深圳本科毕设中期模板
- Host: GitHub
- URL: https://github.com/rmanluo/hitszmidtermtemplate
- Owner: RManLuo
- License: gpl-3.0
- Created: 2021-03-16T12:20:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-25T14:54:41.000Z (about 5 years ago)
- Last Synced: 2025-05-13T18:02:00.009Z (about 1 year ago)
- Language: PostScript
- Size: 86.9 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 哈工大深圳中期报告模板
在 [hitesis](https://github.com/dustincys/hithesis/)模板上进行的修改,适配2020/11/3号深圳校区的新模板。
> 参考学校样例:
>
> http://due.hitsz.edu.cn/info/1341/2835.htm
>
> http://due.hitsz.edu.cn/system/_content/download.jsp?urltype=news.DownloadAttachUrl&owner=1481660265&wbfileid=4626652
## 使用
```
latexmk -xelatex report.tex
```
or
```
xelatex -shell-escape report.tex
bibtex report
xelatex -shell-escape report.tex
xelatex -shell-escape report.tex
```