-
-
Notifications
You must be signed in to change notification settings - Fork 40
Home
Github | Download | Wiki | CTAN
HITSZThesis is a bachelor dissertation LaTeX template for Harbin Institute of Technology, ShenZhen (HITSZ). Current version is 2.3, updated on 2020/03/05.
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)
Get the most up-to-date published version with your TeX distribution from CTAN.
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.
Please follow the procedure below:
- QQ group: 1039392552
- GitHub Issues
make [{all|thesis|spine|doc|clean|cleanall|distclean}]
-
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 asmake 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 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
This material is subject to the LATEX Project Public License 1.3c or any later version.