lirundong / shtthesis

An unofficial LaTeX thesis template for ShanghaiTech University.
https://ctan.org/pkg/shtthesis
GNU General Public License v3.0
80 stars 19 forks source link
latex shanghaitech shanghaitech-university thesis

ShangHaiTech university THESIS (shtthesis)

Action status GitHub release CTAN version Overleaf

shtthesis project, forked from ucasthesis, is an unofficial LaTeX thesis template for ShanghaiTech University and satisfies all format requirements of graduate/undergraduate thesis. The user just need to set \documentclass{shtthesis} and to setup mandatory information via \shtsetup, then his or her thesis document will be typeset properly:

\documentclass[master]{shtthesis}

\shtsetup{
  title = {论文标题},
  title* = {Title~of~Thesis},
  author = {作者姓名},
  author* = {Name~of~Author},
  % ...
}

\begin{document}
% ...

Get the Template

Please, read through the user's guide before continuing.

Get Started

After cloning or downloading this template, please

  1. Install a modern TeX distribution in full scheme:
  2. Open your terminal (CMD for Windows users) and switch to this directory, compile this template by latexmk tool with LuaLaTeX or XeLaTeX engine (note: pdfLaTeX is not supported):
    latexmk -pdflua
    # if you prefer XeLaTeX engine:
    # latexmk -pdfxe

    the output file shtthesis-user-guide.pdf is the compiled user guide document

  3. Open the document source file shtthesis-user-guide.tex and enjoy TeXing :smirk:

License