This sample template is a full implementation of SJTUThesis document class which is an unofficial LaTeX class for preparing degree theses or course papers at Shanghai Jiao Tong University.
Please note that sjtuthesis
supports both XeTeX and LuaTeX engine, sjtuthesis
only allows UTF-8 character encoding.
You can clone
this repository directly or download it from GitHub.
git clone https://github.com/sjtug/SJTUThesis.git
If you are an Overleaf user, you can create your own project through the link below.
It is recommended to use GNU make utility with Makefile
provided in the template.
make all # compile and generate main.pdf
make clean # remove useless files
make cleanall # remove everything produced by make all
make wordcount # count the words of the thesis
We also provided a batch script Compile.bat
for Windows users. You can double-click the batch file to compile instantly, or use it in Command Prompt to access extra features.
.\Compile.bat thesis # compile and generate main.pdf
.\Compile.bat clean # remove useless files
.\Compile.bat cleanall # remove everything produced by make all
.\Compile.bat wordcount # count the words of the thesis
We are hearing from:
- Discussions page of GitHub (Recommended for usage problems)
- Issues page of GitHub
The copyright of image sources including SJTU logo (sjtu-vi-logo-blue.pdf
etc.)
belongs to Shanghai Jiao Tong University.
sjtuthesis.cls
document class with related files are under LPPL.
The remaining parts are under Apache License 2.0.