This set of latex code (mainly the src/nusthesis.cls
file) composes a template of NUS thesis, which is compliant with the university's requirement.
Using this template to organize your thesis content can save a lot of effort spent on formatting.
Apart from formatting, the example .tex files also include a lot of latex tricks extracted from my years' experience of using latex.
These tricks are mainly described and demonstrated in the src/ch-Intro.tex
file.
You may refer to this to preview a sample thesis generated using this template.
Run the build.sh
script to compile in Linux, macOS or emulated Unix-like environment for Windows (e.g., Cygwin and MinGW).
For compilation in the native Windows, run the build.bat
script.
The produced .pdf file locates in the same folder.
You may customize the name of the output .pdf file by configuring PDF_NAME
in the above scripts.
If you encounter any problem of using this template, feel free to contact me or create an issue in this repository.
All the best for your graduation!