Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/borting/nctu-thesis
NCTU Thesis Template in XeLaTeX
https://github.com/borting/nctu-thesis
Last synced: 27 days ago
JSON representation
NCTU Thesis Template in XeLaTeX
- Host: GitHub
- URL: https://github.com/borting/nctu-thesis
- Owner: borting
- Created: 2017-02-15T16:17:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T02:46:43.000Z (over 3 years ago)
- Last Synced: 2024-08-17T23:01:53.439Z (5 months ago)
- Language: TeX
- Homepage:
- Size: 2.48 MB
- Stars: 76
- Watchers: 8
- Forks: 24
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- latex-templates - borting/<br>nctu-thesis - thesis?style=flat-square)<br/>![24](https://img.shields.io/github/forks/borting/nctu-thesis?style=flat-square)<br/>![2021-07-26](https://img.shields.io/github/last-commit/borting/nctu-thesis?style=flat-square) | NCTU Thesis Template in XeLaTeX | (Popular & New LaTeX Templates / Thesis/Dissertation)
README
# 交通大學碩博士論文 XeLaTeX 模板
[nctu-thesis](https://github.com/borting/nctu-thesis) template is developed based on XeLaTeX + xeCJK.
## 下載
你可以 clone 這個 repos, 或是到[這裡](https://github.com/borting/nctu-thesis/tags)下載最新版本## 快速上手
* Use command line```
# build
$ make
# clean
$ make clean
```* Change the xelatex option in IDE, then build main.tex
```
xelatex -synctex=1 -shell-escape -interaction=nonstopmode %.tex
```
* thesis.cls 會根據你目前使用的作業系統選擇要使用的中文字型, 請設定 -shell-escape 開啟這個功能.(這樣你和你的指導教授用不同作業系統寫論文時, 就不用每次重新設定中文字型啦)
* Windows batch file (Thanks the contribution from [tair8022](https://github.com/tair8022/nctu-thesis))
```
:: build
> build.bat
:: clean
> clanup.bat
```## 說明
進階的使用教學請參考 [README.pdf](https://github.com/borting/nctu-thesis/blob/master/README.pdf)## Tested Environment
* Windows
* Windows 7 + MikTeX 2.9.6069
* Linux
* Ubuntu 14.04.1 + TeX Live 2013/Debian
* Mac OS X
* Mac OS 10.9 + MacTeX 2016## Known Issues
* 在編譯完英文版後, (在未清空編譯中繼檔的情況下)第一次執行 XeLaTeX 編譯中文版會出錯, 但是只要再跑一次 XeLaTeX 就可以了.## Acknowledgement
此模板的前身是實驗室 Watil 與 CE 兩位學長姐留下的 NCTU thesis template.在撰寫此模板時, 我也參考了以下幾位的模板. Thank you.
* 台科大 hdj 與 saiba 兩位學長的 [ntust-thesis template](https://code.google.com/archive/p/ntust-thesis/downloads)
* 交大 Po-hao Huang 同學的 [nctu-thesis template](https://github.com/Po-haoHuang/nctu-thesis)
* 台大 [qcl](https://github.com/qcl/qcl-master-thesis) 與 [tzhuan](https://github.com/tzhuan/ntu-thesis) 兩位同學的 ntu-thesis template## License
此模板係採用[創用 CC 姓名標示-非商業性-相同方式分享 3.0 台灣 授權條款](https://creativecommons.org/licenses/by-nc-sa/3.0/tw/legalcode)授權.