A simple LaTeX template for CUHK thesis based on CUHK format guide.
- Download or clone this repository.
- Compile
thesis.tex
with XeLaTeX (already included in major TeX distributions). Then you will get the demo.
Edit the corresponding .tex
files with your favorite editor and compile thesis.tex
with XeLaTeX.
Direcotry | Description |
---|---|
preamble/ |
for settings and commands |
pages/ |
abstract, Chinese abstract, and acknowledgement |
chapters/ |
major separated chapters |
appendices/ |
appendices |
figures/ |
the suggested folder for inserted figures |
reference/ |
.bib database and .bst style file |
- You can change the formats and styles of the thesis by adjusting the settings in
preamble/settings.tex
. - The commands for fast-typing are stored in
preamble/usrcmds.tex
. Users can define their own commands in this file. - Usually we don't have to modify
preamble/cmds.tex
since it only contains commands for outputting standard pages.
Any issues or pull requests are welcome.