hithesis is a LaTeX thesis template package for Harbin Institute of Technology (all 3 campuses) supporting bachelor, master, doctor dissertations, postdoc report, thesis proposal and midterm report, both Chinese and English version.
Files/Codes in hithesis may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3a of this license or (at your option) any later version. The latest version of this license is in:
docker run --rm -i -v $(pwd):/home/runner dustincys/tinytex-hithesis:latest make thesis
docker run --rm -i -v $(pwd):/home/runner dustincys/tinytex-hithesis:latest make report
或者在根目录编译文档
docker run --rm -i -v $(pwd):/home/runner dustincys/tinytex-hithesis:latest make doc
或者直接在hitbook或报告文件夹report下执行
docker run --rm -i -v $(pwd):/home/runner dustincys/tinytex-hithesis:latest latexmk
alias xelatex='docker run --rm -i -v $(pwd):/home/runner dustincys/tinytex-hithesis:latest xelatex'
alias splitindex='docker run --rm -i -v $(pwd):/home/runner dustincys/tinytex-hithesis:latest splitindex'
alias bibtex='docker run --rm -i -v $(pwd):/home/runner dustincys/tinytex-hithesis:latest bibtex'
alias latexmk='docker run --rm -i -v $(pwd):/home/runner dustincys/tinytex-hithesis:latest latexmk'
...
模板的编译方法
生成论文格式文件(第一步要生成 .cls,.cfg,*.ist,然后再生成论文)
如果是Linux/Mac执行
latex hithesis.ins
如果是Windows执行(作者没测试过,如遇问题同上)
lualatex hithesis.ins
如果喜欢玩 make
make cls
生成好格式后,下一步进入到示例文件夹中
examples
├── hitart
│ ├── reportplus %深圳校区博士中期报告
│ └── reports %除去深圳校区博士中期报告的一校三区本硕博开题、中期报告
└── hitbook
├── chinese %一校三区本硕博毕业论文以及博后出站报告
└── english %一校三区本硕博英文版毕业论文
We have spent a lot time and long been involved in developing/maintaining
this open source project.
I'd be humbled and grateful if you could financially support hithesis.
请发表评论