ThuThesis LaTeX Template

repository·master·Indexed 26 days ago

https://github.com/tuna/thuthesis

A LaTeX template for Tsinghua University dissertations, supporting undergraduate, master's, doctoral, and postdoctoral formats. Includes documentation on installation via CTAN, GitHub, and online editors, as well as a Makefile for automating document generation and cleaning.

Tokens
783
Snippets
1
Records
5
Agent score
40%

What's inside ThuThesis

  1. Download the ThuThesis template

    master

    ThuThesis is a LaTeX template for Tsinghua University dissertations. It is recommended to use the Published versions which include usage documentation (thuthesis.pdf) and an example document (thuthesis-example.pdf).

    Download Options

    Standalone Downloads:

    Online Editors:

    Developer Version:

    Note: Before starting your work, it is recommended to copy or rename thuthesis-example.tex to a new filename.

  2. Update ThuThesis

    master

    Depending on which version you are using, follow the appropriate update method:

    Automatic Update

    Use your TeX distribution tool (e.g., tlmgr) to update automatically from CTAN.

    Manual Update (Published Version)

    Download the published zip file, extract thuthesis.cls and any other required files, and overwrite the existing files in your thesis directory.

    Manual Update (Development Version)

    You can obtain the compiled development version in two ways:

    1. Download thuthesis-snapshot-release from the Test workflow of the corresponding commit on GitHub and extract the dist folder.
    2. Clone the source code from GitHub and run xetex thuthesis.ins.
  3. Troubleshoot and ask questions about ThuThesis

    master

    If you encounter issues or have questions, please follow this order of preference:

    1. Check the FAQ: Visit the FAQ wiki.
    2. Search GitHub Discussions: Search for existing topics in GitHub Discussions. If no answer is found, create a new discussion.
    3. Report Bugs: If you find a bug, open an Issue using the provided issue template.
    4. Beginner Guides: New users should refer to the 新手指南 (Beginner's Guide).
  4. Makefile targets for ThuThesis

    master

    The following targets are available in the Makefile:

    CommandDescription
    make allSame as make thesis
    make thesisGenerates the example thesis thuthesis-example.pdf
    make docGenerates the template documentation thuthesis.pdf
    make cleanDeletes intermediate files of the example (keeps thuthesis-example.pdf)
    make cleanallDeletes intermediate files and thuthesis-example.pdf
    make distcleanDeletes all examples' and templates' files and PDFs