This sample template is a full implementation of SJTUThesis document class which is an unofficial LaTeX class for preparing degree theses or course papers in Shanghai Jiao Tong University.
Please note that sjtuthesis
only supports XeTeX engine, sjtuthesis
only allows UTF-8 character encoding.
You can clone
this repository directly or download 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 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 complie instantly, or use it in a cmd console 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:
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, and biblatex-gb7714-2015
biblatex style files is under LPPL.
The remain part is under Apache License 2.0.