A series of TeX templates for the tasks to complete the undergraduate thesis at Huazhong University of Science and Technology.
编译相应.tex
文件就行咯~ 🚀
请使用 XeLaTeX 编译!!!(正常默认是
pdflatex
)
推荐使用编辑器 TeXstudio
The TeX
editor TeXstudio is recommended and be sure to set the compiler as XeLaTeX.
- 开题报告(thesis proposal):
HUSTproposal.tex
- 开题答辩(thesis opening report):
HUSTopening.tex
- 外文翻译(foreign literature translation):
HUSTtrans.tex
- 论文(thesis):
HUSTthesis.tex
以上所有.tex
文件下载即可在XeLaTeX编译通过(只需原生TeXLive
, MacTeX
, MiKTeX
等主流TeX环境)。
基本没有任何其他依赖(除了很少出现的字体缺失,见下文)。示例及说明可以参考相应文件夹中的.pdf
文档。
在中文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.