The English zjuthesis currently only provides graduate student templates (i.e. master and PhD templates). If you are undergraduate student and wish to use English zjuthesis, please open an new GitHub issue or chat with me on Gitter.
- Install TexLive toolchain, zjuthesis relies on XeTeX engine provided by TexLive. You may visit official TexLive website for installation instructions, or visit TexLive mirror provided by Zhejiang University Open Source Mirror Site for better download speed with ZJU on-campus network.
- Install several Chinese fonts if you are using English Windows/MacOS:
- For Windows: install 仿宋 font (FangSong) and 宋体 font (STSong and SimSun), or you can install fonts for all languages which includes all the fonts required.
- For MacOS: install 仿宋 font (STFangSong) and 宋体 font (Songti SC).
- Download zjuthesis template code. The code is named as
zjuthesis-v*.*.*.zip
. You may also download the PDF files with-english
in filename for preview.
After installing TexLive and downloading zjuthesis code, you can start to write your thesis:
-
Open
zjuthesis.tex
file in template code, set\documentclass
fields as follows (remember to setDegree = graduate
andLanguage = english
, all settings are case sensitive):Field Value Degree graduate Type thesis or design MajorFormat general Language english GradLevel master or doctor -
Update the thesis content under
body/graduate
directory, put your figures and graphs underfigure
directory, update special pages (e.g. thesis cover) underpage/graduate-eng
directory, put your biblography inbody/ref.bib
. -
To compile the zjuthesis template, open a command prompt (Windows) or terminal (MacOS/Linux), navigate the zjuthesis root directory, execute
latexmk
command.