A LateX template for PhD/MS thesis of College of Computer Science, National Chiao Tung University, Hsinchu, Taiwan.
-
OS Command Windows Download Debian/Ubuntu sudo apt-get install texlive-fullArchLinux sudo pacman -S texlive-most -
Windows users can skip this step, since Arial/Times New Roman/標楷體 are Microsoft system fonts.
[Arial/Times New Roman]:
Debian/Ubuntu:
sudo apt-get --reinstall install ttf-mscorefonts-installerArchLinux:
yaourt -S ttf-ms-fonts[標楷體]:
[ ! -d ~/.local/share/fonts ] && mkdir -p ~/.local/share/fonts curl -sSL https://raw.githubusercontent.com/alex81527/latex-nctu-thesis/master/latex-src/fonts/kaiu.ttf > ~/.local/share/fonts/kaiu.ttf fc-cache -fv ~/.local/share/fonts -
OS Command Windows Download Debian/Ubuntu sudo apt-get install texstudioArchLinux sudo pacman -S texstudioGo to Options->Configure TeXstudio->Build->Default Compiler, and choose XeLateX. It natively supports Unicode and can use your system font without having to mess with the TeX font system.
-
OS Command Windows Download Debian/Ubuntu sudo apt-get install jabrefArchLinux sudo pacman -S jabref
LateX source files are placed in latex-src. First, you should fill in the required fields in main.tex. Then complete the following steps:
- Cover Page
There is a.docxtemplate incover_page. Modify and save it ascover.pdfin this folder. - Thesis Title Page
There is a.docxtemplate intitle_page. Modify and save it astitle.pdfin this folder. - Abstract
Modify and fill in the required fields inchinese_abstract/ab_zh.texandabstract/ab.tex. - Acknowlegdement
Write your acknowledgement inacknowledgement/ack.tex. - Body
Wrtie the main content of your thesis inbody/sample-body. - References
Maintain your bibtex file insample-bibliography.
Compile main.tex either using make or your Latex editor to generate your thesis.
Good luck and have fun!
Sometimes they don't get things right. In this case, use make clean and make
instead.