GithubHelp home page GithubHelp logo

wuhp-sunspot / shtthesis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhaqu/shtthesis

1.0 1.0 0.0 21.22 MB

An unofficial LaTeX thesis template for ShanghaiTech University.

Home Page: https://ctan.org/pkg/shtthesis

License: GNU General Public License v3.0

TeX 99.22% Makefile 0.78%

shtthesis's Introduction

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

  • Stable version: Install or download with any of following methods
    • CTAN (strongly recommended): shtthesis package on CTAN can be installed via tlmgr for TeX Live and MacTeX users:

      tlmgr install shtthesis

      If your distribution has already installed shtthesis, please update it to the latest version:

      tlmgr update shtthesis

      Note: shtthesis package on CTAN does not include the university logo file. Please download shanghaitech-logo.pdf from this repository and put it in the root of your project directory.

    • Overleaf: Please compile with XeLaTeX. Since compilation time for Overleaf free-plan is limited to 1 minute, you might encounter with timeout issue if compiling with LuaLaTeX

    • GitHub Release: Please refer to the release page and download required files based on release information

  • Develop version: Directly clone the GitHub repo
    git clone https://github.com/lirundong/shtthesis.git

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 😏

License

  • The copyright of ShanghaiTech University logo (shanghaitech-logo.pdf) is owned by ShanghaiTech University
  • The rest of shtthesis project is licensed under GNU General Public License v3, see LICENSE for details

shtthesis's People

Contributors

huangruimo avatar lirundong avatar mohuangrui avatar minixbeta avatar muzimuzhi avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.