hitszthesis: Dissertation Template for Harbin Institute of Technology, ShenZhen (HITSZ)

hitszthesis:哈尔滨工业大学(深圳)本硕博学位论文LaTeX\LaTeXLATE​X模板

Github | Download | Wiki | CTAN

Introduction to hitszthesis

HITSZThesis is a dissertation LaTeX template for Harbin Institute of Technology, ShenZhen (HITSZ), including bachelor, master and doctor dissertations. Current version is 3.0.4, updated on 2020/03/13. Note that 3.x version is not compatible with 2.x version. Please join QQ group: 1039392552 to report issues.

  |- front|- coverinformation.tex|- denotation.tex|- body|- chapter01.tex|- chapter02.tex|- chapter03.tex|- chapter04.tex|- chapter05.tex|- chapter06.tex|- back|- acknowledgements.tex|- appendix01.tex|- appendix02.tex|- appendix03.tex|- appendixA.tex|- appendixB.tex|- ceindex.tex|- conclusion.tex|- publication.tex|- resume.tex|- figures|- bthesistitle.eps|- golfer.eps|- hitlogo.eps|- compile.bat|- ctex-fontset-siyuan.def|- hitszthesis.bst|- hitszthesis.dtx|- hitszthesis.ins|- hitszthesis.pdf|- hitszthesis.sty|- latexmkrc|- main-bachelor.pdf|- main-doctor.pdf|- main-master.pdf|- main.tex|- Makefile|- README.md|- reference.bib

hitszthesis 模板简介

hitszthesis 是哈尔滨工业大学(深圳)本硕博学位论文模板,当前版本为3.0.4,更新于2020年3月13日。注意3.x版本不兼容2.x版本。请加入QQ群:1039392552反馈模板使用过程中遇到的问题。

Documentation

Download and unzip the template. Specific usage documentation and examples can be found in the files below:

  • Template usage (hitszthesis.pdf, in Chinese)
  • Template example (main.pdf, in Chinese)
  • Brief Introduction (README.md, both in Chinese and English)

Typesetting examples:

  • bachelor dissertation (main-bachelor.pdf)
  • master dissertation (main-master.pdf)
  • doctor dissertation (main-doctor.pdf)

说明文档

下载并解压本模板,文件夹中包含以下说明文档:

  • 模板开发文档(hitszthesis.pdf,中文版)
  • 模板撰写示例(main.pdf,中文版)
  • 模板简介(README.md,中英双语)

示例文档:

  • 本科学位论文(main-bachelor.pdf)
  • 硕士学位论文(main-master.pdf)
  • 博士学位论文(main-doctor.pdf)

Downloads

  • Published version: CTAN
  • Developer version: GitHub

下载

  • 发布版本:CTAN
  • 开发版本:GitHub

Updates(更新)

Automatic

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

tlmgr update hitszthesis

自动更新

从CTAN更新,命令行运行:

tlmgr update hitszthesis

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):

latex hitszthesis.ins

You’ll get hitszthesis.cls, hitszthesis.cfg and hitszthesis.ist along with other template files.

手动更新

从GitHub下载模板,解压后打开命令行,运行:

latex hitszthesis.ins

得到hitszthesis.clshitszthesis.cfghitszthesis.ist,而后打开 main.tex 即可开始撰写论文。

Reporting Issues

Please follow the procedure below:

  • QQ group: 1039392552
  • GitHub Issues
  • Educational Email
  • Gmail

模板问题反馈

请按照以下顺序反馈问题:

  • QQ group: 1039392552
  • GitHub 问题反馈
  • 教育邮箱
  • Gmail 邮箱

Makefile Usage

To use Makefile, you should have GNU make tool installed.

make cls        # generate class hitszthesis.cls
make doc        # generate template documentation hitszthesis.pdf
make thesis     # generate thesis main.pdf
make all        # generate thesis and documentation
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 files
make dev        # make all clean
make pub        # make all cleanall

使用Makefile

使用Makefile之前请确保已安装GNU make工具。

make cls        # 生成类文件 hitszthesis.cls
make doc        # 生成说明文档 hitszthesis.pdf
make thesis     # 生成论文 main.pdf
make all        # 生成论文与说明文档
make wordcount  # 论文字数统计
make clean      # 删除辅助文件,除了PDF文件
make cleanall   # 删除辅助文件,包含PDF文件
make dev        # 等同于 make all clean
make pub        # 等同于 make all cleanall

compile.bat Usage

compile.bat is designed for windows platform. Double click this file, then it will compile the thesis automatically.

compile.bat cls         # generate class hitszthesis.cls
compile.bat doc         # generate template documentation hitszthesis.pdf
compile.bat thesis      # generate thesis main.pdf (default)
compile.bat all         # generate thesis and documentation
compile.bat wordcount   # count word in thesis main.pdf
compile.bat clean       # delete all examples' files (excluding class and configuration files)
compile.bat cleanall    # delete all examples' files, class and configuration files

使用compile.bat

compile.bat为windows编译脚本,双击即可编译论文。

compile.bat cls         # 生成类文件 hitszthesis.cls
compile.bat doc         # 生成说明文档 hitszthesis.pdf
compile.bat thesis      # 生成论文 main.pdf (默认)
compile.bat all         # 生成论文与说明文档
compile.bat wordcount   # 论文字数统计
compile.bat clean       # 删除辅助文件,除了cls与cfg文件
compile.bat cleanall    # 删除辅助文件,包含cls与cfg文件

Manually Compile(手动编译)

Compile Thesis(编译论文)

xelatex -shell-escape main.tex
bibtex main
xelatex -shell-escape main.tex
xelatex -shell-escape main.tex
splitindex main -- -s hitszthesis.ist  # generate index
xelatex -shell-escape main.tex

Compile Documentation(编译说明文档)

xelatex hitszthesis.dtx
makeindex -s gind.ist -o hitszthesis.ind hitszthesis.idx
makeindex -s gglo.ist -o hitszthesis.gls hitszthesis.glo
xelatex hitszthesis.dtx
xelatex hitszthesis.dtx

License

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

协议

本模板的发布遵照LATEX Project Public License 1.3c协议或其后版本。

Acknowledgements(致谢)

  • hithesis
  • thuthesis

哈尔滨工业大学(深圳)本硕博学位论文LaTeX模板:hitszthesis相关推荐

  1. 试用合肥工业大学学位论文 LaTeX 模板(HFUT_Thesis)

    目录 编辑器 模板下载 TeXstudio 4.2.3 Windows 10 20H2 编辑器 编辑器的下载和安装参考Latex下载 -- 倔强菜鸟(转载) 模板下载 见合肥工业大学硕士毕业论文的La ...

  2. 国内大学论文latex模板链接

    转自:http://emuch.net/html/201207/4685325.html 国防科学技术大学研究生学位论文LaTeX模板 南开大学学位论文LaTeX模板(孙文昌老师) 华南理工大学硕/博 ...

  3. 同济大学博士/硕士学位论文LaTex模板的软件安装与环境配置

    文章目录 论文模板 软件需求 具体步骤及问题应对 首先检查`biblatex-gb7714-2015`宏包 检查TexStudio配置 配置命令路径 参考文献引用显示的不是数字 本文以Windows为 ...

  4. 【华人学者风采】周裕 哈尔滨工业大学深圳研究院

    [华人学者风采]周裕,哈尔滨工业大学深圳研究生院教授.1982年毕业于哈尔滨工业大学,获工学学士.同年考取教育部重庆大学公派出国研究生.师从著名流体力学教授R.A.Antonia,1992年 获澳大利 ...

  5. 动真格!已有高校正式通知:排查近5年硕博学位论文!

    针对学位论文作假行为,日前教育部发布了<关于几起高校学位论文作假行为查处情况的通报>,除通报了3起学位论文作假行为查处情况外.通报还要求:各高校要立即采取行动,全面复核.排查近5年(201 ...

  6. 哈工大计算机科学与技术学院徐勇,徐勇(哈尔滨工业大学深圳研究生院教授)_百度百科...

    哈尔滨工业大学深圳研究生院计算机学院(每年招收硕士生约6名,博士生2名:在读学生:16名) 每年秋季学期开设硕士与博士生课程"模式识别",32学时,2学分. 部分学生情况: 朱旗, ...

  7. 哈工大深圳计算机学院复试分数线,哈尔滨工业大学深圳研究生院复试线:2011哈尔滨工业大学深圳研究生院复试分数线...

    2011哈尔滨工业大学深圳研究生院复试线已公布,考生关注的2011哈尔滨工业大学深圳研究生院研究生分数线.哈尔滨工业大学深圳研究生院研究生复试分数线具体要求如下: 一. 复试及录取工作原则 坚持对考生 ...

  8. 【简介】请使用中国原子能科学研究院学位论文Latex模板

    请使用中国原子能科学研究院学位论文LaTex模板 本院论文采用较为老旧的word模板排版,在目录自动生成.引用.数学公式以及修改的灵活性.解耦合等等方面都有太多问题.word工具设计的初衷是给不擅长T ...

  9. 一个IEEE论文LaTeX模板,可能较旧

    一个IEEE论文LaTeX模板,可能较旧: % \iffalse THIS IS A META-COMMENT %<*dtx> \ProvidesFile %=============== ...

最新文章

  1. Java8之——简洁优雅的Lambda表达式
  2. 交叉熵代价函数——当我们用sigmoid函数作为神经元的激活函数时,最好使用交叉熵代价函数来替代方差代价函数,以避免训练过程太慢...
  3. Mysql Innodb LBCC详解
  4. dorado开发模式下实现动态查询
  5. kylin与superset集成实现数据可视化
  6. 从页面底部向上弹出dialog,消失时逐渐向下(转)
  7. Linux下将pycharm图标添加至桌面
  8. 字符串查找函数(BF)
  9. 【Linux】03 文件权限
  10. Linux驱动入门总结
  11. 论文写作 之 Introduction
  12. 中央大学计算机学什么,中央大学讲解
  13. 【经验】为什么Android手机连接USB后查看手机内部图片有些有缩略图,有些显示图标?
  14. 计算与推断思维 九、经验分布
  15. 芯片IC测试专栏—ESD与TLP
  16. 重庆理工计算机考研分数线,重庆理工大学研究生录取分数线
  17. MOVICS系列教程(一) GET Module
  18. 圆瓶、扁瓶、三色瓶砖、数百品牌分选,弓叶科技的分选神技
  19. jquery中的event
  20. 一个利用51单片机播放音乐的程序

热门文章

  1. 矩阵的佛罗贝尼乌斯范数(Frobenius norm)
  2. 【转】细说验证码安全 —— 测试思路大梳理
  3. 用Python实现简易音乐播放器(mp3类型)2
  4. 浏览器IE6、IE7、IE8、css bug兼容性处理
  5. 我的第一个微信小程序
  6. Amazon排行榜岁末回顾与展望
  7. 数字逻辑 Chapter 5——同步时序逻辑电路
  8. PHY芯片快速深度理解(持续更新中……)
  9. IU酒店逆势突围增长,9月酒店品牌影响力(MBI)提升至20位!
  10. 基于t-SNE的Digits数据集降维与可视化