Skip to content
LaTeX Yang edited this page Mar 5, 2020 · 8 revisions

CTAN Version Github Version Repo Size License

Github | Download | Wiki | CTAN

Introduction to hitszthesis

HITSZThesis is a bachelor dissertation LaTeX template for Harbin Institute of Technology, ShenZhen (HITSZ). Current version is 2.3, updated on 2020/03/05.

Documentation

Download and unzip the template. Specific usage documentation and examples can be found in the files below. At present, these documents are only available in Chinese:

  • Template usage (hitszthesis.pdf)
  • Template example (main.pdf)

Downloads

  • Published version: CTAN
  • Developer version: GitHub

Updates

Automatic

Get the most up-to-date published version with your TeX distribution from CTAN.

Manual

Download the package from GitHub to the root directory of your thesis, then execute the command (Windows users Shift + right click white area in the file window and click "Open command line window here" from the popup menu):

xetex hitszthesis.ins

You'll get hitszthesis.cls along with other template files.

Reporting Issues

Please follow the procedure below:

Makefile Usage

make [{all|thesis|spine|doc|clean|cleanall|distclean}]

Targets

  • make thesis generate thesis main.pdf;
  • make spine generate book spine for printing spine.pdf;
  • make doc generate template documentation hitszthesis.pdf;
  • make all generate thesis and spine, same as make thesis && make spine;
  • make wordcount count word in thesis main.pdf
  • make clean delete all examples' files (excluding main.pdf);
  • make cleanall delete all examples' files and all pdf file;
  • make distclean delete all examples' and templates' files and PDFs.

compile.bat Usage

compile.bat cls             # generate class hitszthesis.cls
compile.bat doc             # generate template documentation hitszthesis.pdf
compile.bat thesis          # generate thesis main.pdf
compile.bat spine           # generate book spine for printing spine.pdf
compile.bat all             # generate thesis and spine, same as `make thesis && make spine`
compile.bat wordcount       # count word in thesis main.pdf
compile.bat clean           # delete all examples' files (excluding main.pdf)
compile.bat cleanall        # delete all examples' files and all pdf file

License

This material is subject to the LATEX Project Public License 1.3c or any later version.

Clone this wiki locally