Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 2.71 KB

README_en-US.md

File metadata and controls

67 lines (42 loc) · 2.71 KB

Sample Template of SJTUThesis

Build Status SJTUTeX Join the chat at https://gitter.im/sjtug/SJTUThesis

Welcome to LaTeX thesis template for Shanghai Jiao Tong University

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.

Obtain Template

Downloads

You can clone this repository directly or download from Github.

git clone https://github.com/sjtug/SJTUThesis.git 

Overleaf

If you are an Overleaf user, you can create your own project through the link below.

Overleaf

Usage

Linux & macOS Users

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

Windows Users

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

Feedback

We are hearing from:

License

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.