https://github.com/rmanluo/hitszopeningtemplate
哈工大深圳本科毕设开题模板
https://github.com/rmanluo/hitszopeningtemplate
Last synced: about 1 month ago
JSON representation
哈工大深圳本科毕设开题模板
- Host: GitHub
- URL: https://github.com/rmanluo/hitszopeningtemplate
- Owner: RManLuo
- License: gpl-3.0
- Created: 2020-11-14T07:46:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-18T08:38:36.000Z (over 4 years ago)
- Last Synced: 2024-05-22T00:06:30.373Z (about 1 year ago)
- Language: PostScript
- Size: 75.2 KB
- Stars: 11
- 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
```