nctu-thesis template is developed based on XeLaTeX + xeCJK.
你可以 clone 這個 repos, 或是到這裡下載最新版本
-
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)
:: build > build.bat :: clean > clanup.bat
進階的使用教學請參考 README.pdf
- 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
- 在編譯完英文版後, (在未清空編譯中繼檔的情況下)第一次執行 XeLaTeX 編譯中文版會出錯, 但是只要再跑一次 XeLaTeX 就可以了.
此模板的前身是實驗室 Watil 與 CE 兩位學長姐留下的 NCTU thesis template.
在撰寫此模板時, 我也參考了以下幾位的模板. Thank you.
- 台科大 hdj 與 saiba 兩位學長的 ntust-thesis template
- 交大 Po-hao Huang 同學的 nctu-thesis template
- 台大 qcl 與 tzhuan 兩位同學的 ntu-thesis template
此模板係採用創用 CC 姓名標示-非商業性-相同方式分享 3.0 台灣 授權條款授權.