Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 2.77 KB

README_en-US.md

File metadata and controls

68 lines (43 loc) · 2.77 KB

Sample Template of SJTUThesis

Build Status SJTUTeX Join Discussions

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 at Shanghai Jiao Tong University.

Please note that sjtuthesis supports both XeTeX and LuaTeX engine, sjtuthesis only allows UTF-8 character encoding.

Obtain Template

Downloads

You can clone this repository directly or download it 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 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

Windows Users

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

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 are under LPPL.

The remaining parts are under Apache License 2.0.