HUSTtex icon indicating copy to clipboard operation
HUSTtex copied to clipboard

A series of TeX templates for undergraduate thesis at HUST.

HUSTtex-华中科技大学本科毕业论文系列TeX模板

A series of TeX templates for the tasks to complete the undergraduate thesis at Huazhong University of Science and Technology.

Usage 使用说明

编译相应.tex文件就行咯~ :rocket:

请使用 XeLaTeX 编译!!!(正常默认是 pdflatex

推荐使用编辑器 TeXstudio

The TeX editor TeXstudio is recommended and be sure to set the compiler as XeLaTeX.

.tex 模板 .tex files

  • 开题报告(thesis proposal): HUSTproposal.tex
  • 开题答辩(thesis opening report): HUSTopening.tex
  • 外文翻译(foreign literature translation): HUSTtrans.tex
  • 论文(thesis): HUSTthesis.tex

以上所有.tex文件下载即可在XeLaTeX编译通过(只需原生TeXLive, MacTeX, MiKTeX等主流TeX环境)。

基本没有任何其他依赖(除了很少出现的字体缺失,见下文)。示例及说明可以参考相应文件夹中的.pdf文档。

字体 fonts

在中文Windows系统中,模板中所需字体应该已经安装在系统里了。😄

If the fonts are not installed in you system, then you may find the fonts (.ttf) in the directory fonts/. There are several scripts to install fonts quickly:

  • Windows: run the Powerscript InstallFonts.ps1. (Note the excution policy.)
  • Linux & MacOS: run bash script install_fonts.sh.

I hope this repository can help you finish your job more effectively and elegantly. Please feel free to open an issue if you have any question or suggestion.