summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hitszthesis/main.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-06 03:02:13 +0000
committerNorbert Preining <norbert@preining.info>2020-03-06 03:02:13 +0000
commit6749f197f068ccc7a12ea95ee2bbfca4942c1b13 (patch)
tree342471ae07db5de9207c0f05716ffdc5a22b9bef /macros/latex/contrib/hitszthesis/main.tex
parent898048513951b471a492afa23e46112d14bcb236 (diff)
CTAN sync 202003060302
Diffstat (limited to 'macros/latex/contrib/hitszthesis/main.tex')
-rw-r--r--macros/latex/contrib/hitszthesis/main.tex39
1 files changed, 20 insertions, 19 deletions
diff --git a/macros/latex/contrib/hitszthesis/main.tex b/macros/latex/contrib/hitszthesis/main.tex
index ec89f2b7f2..afe154b4d6 100644
--- a/macros/latex/contrib/hitszthesis/main.tex
+++ b/macros/latex/contrib/hitszthesis/main.tex
@@ -3,38 +3,39 @@
% !TEX program = XeLaTeX
%%=============================================
% 模板名称:HITSZThesis
-% 模板版本:V2.1
+% 模板版本:V2.3
% 模板作者:杨敬轩(Jingxuan Yang)
% 联系作者:yangjingxuan@stu.hit.edu.cn & yanglatex2e@gmail.com
-% 模板交流:QQ群:1039392552,加群请备注LaTeX、HITSZThesis相关说明
+% 模板交流:QQ群:1039392552,加群请备注LaTeX、hitszthesis相关说明
% 模板适用:哈尔滨工业大学(深圳)本科毕业设计(论文)
% 模板编译:XeLaTeX,编译两次,两次,两次!!!
-% GNU make 工具:make thesis
-% 更多编译细节详见说明文档:hitszthesis.pdf
-% 更新时间:02/23/2020
+% GNU make 工具:make thesis
+% compile.bat 批处理脚本:compile.bat thesis
+% 更多编译细节详见说明文档:hitszthesis.pdf
+% 更新时间:2020/03/05
% 模板帮助:请**务必务必务必**阅读 hitszthesis.pdf 说明文档,文档查看方法:
-% cmd 命令行:texdoc hitszthesis
-% 推荐前往模板的GitHub仓库获取最新文件,地址:
-% https://github.com/YangLaTeX/hitszthesis
+% cmd 命令行:texdoc hitszthesis
+% 推荐前往模板的GitHub仓库获取最新文件,地址:
+% https://github.com/YangLaTeX/hitszthesis
%%=============================================
% 设置文档类别为<hitszthesis>
\documentclass{hitszthesis}
% 模板提供以下选项
-% 1. 封面标题单行或多行显示:
+% 1. covertitle,封面标题单行或多行显示:
%% onerow(默认,单行),tworow(两行)
-% 2. 封面第二页下划线内容居中或居左显示:
+% 2. infoalign,封面第二页下划线内容居中或居左显示:
%% infocenter(默认,居中),infoleft(居左)
-% 3. 正文数学字体选项:
-%% newtxmath(默认,凑合),mtpro2(非常推荐)
-%% 将 newtxmath 设置为默认数学字体仅为了避免同学未安装mtpro2字体
-%% 会产生的编译错误
-%% !mtpro2为非免费字体,CTAN禁止提供下载链接,需自行下载该字体
-
-% 示例:两行,居左,mtpro2字体,将<\documentclass{hitszthesis}>注释,
-% 且将下面语句取消注释
-%\documentclass[tworow, infoleft, mtpro2]{hitszthesis}
+% 3. mathfont,正文数学字体选项:
+%% newtxmath(默认),XITS(可选),mtpro2lite(lite版,免费),
+%% mtpro2(完全版,需购买授权)
+%% mtpro2字体官网:https://www.pctex.com/mtpro2.html
+% 4. boldcaption,图表题注是否加粗布尔选项,默认为false(否)
+
+% 示例:两行,居左,mtpro2字体,图表题注加粗,
+% 将<\documentclass{hitszthesis}>注释,且将下面语句取消注释
+%\documentclass[tworow, infoleft, mtpro2, boldcaption=true]{hitszthesis}
% 自定义设置与额外加载的宏包请写在 \file{hitszthesis.sty} 里
% 预设该文件为空