summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hitszthesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-23 21:19:28 +0000
committerKarl Berry <karl@freefriends.org>2020-06-23 21:19:28 +0000
commit9fd2a8cb70330cc8c29c8e3b9bed513525e8aa32 (patch)
treecfc924298133b9866bfb656f6184c78abf2447c9 /Master/texmf-dist/doc/latex/hitszthesis
parent2d55bec591fdbb613b103837e142537f41bb0cef (diff)
hitszthesis (23jun20)
git-svn-id: svn://tug.org/texlive/trunk@55637 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hitszthesis')
-rw-r--r--Master/texmf-dist/doc/latex/hitszthesis/README.md12
-rw-r--r--Master/texmf-dist/doc/latex/hitszthesis/back/appendix01.tex6
-rw-r--r--Master/texmf-dist/doc/latex/hitszthesis/back/appendix02.tex15
-rw-r--r--Master/texmf-dist/doc/latex/hitszthesis/body/chapter02.tex2
-rw-r--r--Master/texmf-dist/doc/latex/hitszthesis/body/chapter06.tex30
-rw-r--r--Master/texmf-dist/doc/latex/hitszthesis/dtx-style.sty6
-rw-r--r--Master/texmf-dist/doc/latex/hitszthesis/front/coverinformation.tex6
-rw-r--r--Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-bachelor.pdfbin391775 -> 386915 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-example.tex7
-rw-r--r--Master/texmf-dist/doc/latex/hitszthesis/hitszthesis.cfg10
-rw-r--r--Master/texmf-dist/doc/latex/hitszthesis/hitszthesis.pdfbin607425 -> 611466 bytes
11 files changed, 50 insertions, 44 deletions
diff --git a/Master/texmf-dist/doc/latex/hitszthesis/README.md b/Master/texmf-dist/doc/latex/hitszthesis/README.md
index ee047e546b0..acd4d49b73c 100644
--- a/Master/texmf-dist/doc/latex/hitszthesis/README.md
+++ b/Master/texmf-dist/doc/latex/hitszthesis/README.md
@@ -14,7 +14,7 @@
# 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.1, updated on 2020/05/25. Note that 3.x version is not compatible with 2.x version. Please join QQ group: 1039392552 to report issues.
+HITSZThesis is a **dissertation** LaTeX template for **Harbin Institute of Technology, ShenZhen** (HITSZ), including bachelor, master and doctor dissertations. Current version is 3.2, updated on 2020/06/23. Note that 3.x version is not compatible with 2.x version. Please join QQ group: 1039392552 to report issues. If using `Makefile` or `compile.bat` to automatically compile thesis, please first rename the file `hitszthesis-example.tex` to `main.tex`.
```latex
|- front
@@ -50,10 +50,10 @@ HITSZThesis is a **dissertation** LaTeX template for **Harbin Institute of Techn
|- hitszthesis.pdf
|- hitszthesis.sty
|- latexmkrc
- |- main-bachelor.pdf
- |- main-doctor.pdf
- |- main-master.pdf
- |- main.tex
+ |- hitszthesis-bachelor.pdf
+ |- hitszthesis-doctor.pdf
+ |- hitszthesis-master.pdf
+ |- hitszthesis-example.tex
|- Makefile
|- README.md
|- reference.bib
@@ -61,7 +61,7 @@ HITSZThesis is a **dissertation** LaTeX template for **Harbin Institute of Techn
# hitszthesis 模板简介
-hitszthesis 是哈尔滨工业大学(深圳)本硕博学位论文模板,当前版本为3.1,更新于2020年5月25日。注意3.x版本不兼容2.x版本。请加入QQ群:1039392552反馈模板使用过程中遇到的问题。
+hitszthesis 是哈尔滨工业大学(深圳)本硕博学位论文模板,当前版本为3.2,更新于2020年6月23日。注意3.x版本不兼容2.x版本。请加入QQ群:1039392552反馈模板使用过程中遇到的问题。如果要使用`Makefile`或者`compile.bat`自动编译论文,请先把文件`hitszthesis-example.tex`重命名为`main.tex`。
# Documentation
diff --git a/Master/texmf-dist/doc/latex/hitszthesis/back/appendix01.tex b/Master/texmf-dist/doc/latex/hitszthesis/back/appendix01.tex
index 85bec689846..84e77e7efd7 100644
--- a/Master/texmf-dist/doc/latex/hitszthesis/back/appendix01.tex
+++ b/Master/texmf-dist/doc/latex/hitszthesis/back/appendix01.tex
@@ -1,7 +1,9 @@
% !TEX root = ../main.tex
% 附录1
-\chapter{外文资料的调研阅读报告或书面翻译}
+\chapter{外文资料翻译}
+% 设置附录页码从1开始编号
+% \SetPageNumberingFromOne
\title{英文资料的中文标题}
@@ -23,8 +25,8 @@
庖丁为文惠君解牛,手之所触,肩之所倚,足之所履,膝之所倚,砉然响然,奏刀騞然,莫
不中音,合于桑林之舞,乃中经首之会。
\begin{table}[ht]
-\centering
\centering
+ \wuhao
\caption*{表~1\hskip1em 这是手动编号但不出现在索引中的一个表格例子}
\label{tab:badtabular3}
\begin{tabular}[c]{|m{1.5cm}|c|c|c|c|c|c|}\hline
diff --git a/Master/texmf-dist/doc/latex/hitszthesis/back/appendix02.tex b/Master/texmf-dist/doc/latex/hitszthesis/back/appendix02.tex
index 0dd811b0ab5..46975ad85ac 100644
--- a/Master/texmf-dist/doc/latex/hitszthesis/back/appendix02.tex
+++ b/Master/texmf-dist/doc/latex/hitszthesis/back/appendix02.tex
@@ -94,11 +94,11 @@ that the feasible set $S$ is bounded. This fact is the basis of the {\em simplex
algorithm} which was developed by Dantzig as a very efficient method for
solving linear programming.
\begin{table}[ht]
-\centering
\centering
- \caption*{Table~1\hskip1em This is an example for manually numbered table, which
+ \appendixcaption{Table~1\hskip1em This is an example for manually numbered table, which
would not appear in the list of tables}
\label{tab:badtabular2}
+ \wuhao
\begin{tabular}[c]{|m{1.5cm}|c|c|c|c|c|c|}\hline
\multicolumn{2}{|c|}{Network Topology} & \# of nodes &
\multicolumn{3}{c|}{\# of clients} & Server \\\hline
@@ -109,7 +109,7 @@ solving linear programming.
\multirow{2}{1.2in}{Max. Connectivity}\\\cline{1-3}
\multicolumn{2}{|c|}{Inet-2.1} & 6000 & & & &\\\hline
& \multicolumn{2}{c|}{ABCDEF} &\multicolumn{4}{c|}{} \\\hline
-\end{tabular}
+ \end{tabular}
\end{table}
Roughly speaking, the simplex algorithm examines only the extreme points of the
@@ -119,6 +119,15 @@ selected so as to improve the objective function value. The procedure is
repeated until no improvement in objective function value can be made. The last
extreme point is the optimal solution.
+% 附录算法请用这个新环境 <algorithmen>
+\begin{algorithmen}
+ \wuhao
+ \DontPrintSemicolon
+ \KwData{$G=(X,U)$ such that $G^{tc}$ is an order.}
+ \KwResult{$G’=(X,V)$ with $V\subseteq U$ such that $G’^{tc}$ is an interval order.}
+ \caption{\textsc{Fast}SLAM}
+\end{algorithmen}
+
\subsection{Nonlinear Programming}
If at least one of the functions $f(x),g_j(x),j=1,2,\cdots,p$ is nonlinear, then
diff --git a/Master/texmf-dist/doc/latex/hitszthesis/body/chapter02.tex b/Master/texmf-dist/doc/latex/hitszthesis/body/chapter02.tex
index 1a1da331b1f..ae7392bd512 100644
--- a/Master/texmf-dist/doc/latex/hitszthesis/body/chapter02.tex
+++ b/Master/texmf-dist/doc/latex/hitszthesis/body/chapter02.tex
@@ -110,7 +110,7 @@ Times New Roman字体,字号尽量采用5号字(当字数较多时可用小5
无意义文字,每页底部不要留空白。
-\lipsum[1]
+\lipsum[4-5]
\begin{figure}[!ht]
\setlength{\subfigcapskip}{-1bp}
diff --git a/Master/texmf-dist/doc/latex/hitszthesis/body/chapter06.tex b/Master/texmf-dist/doc/latex/hitszthesis/body/chapter06.tex
index a6b26ad7620..97cd974953e 100644
--- a/Master/texmf-dist/doc/latex/hitszthesis/body/chapter06.tex
+++ b/Master/texmf-dist/doc/latex/hitszthesis/body/chapter06.tex
@@ -73,14 +73,20 @@ hitszthesis.pdf文件},本示例文档也最好能看一看。此示例文档
\subsection{右翻页}[Open right]
-对于双面打印的论文,强制使每章的标题页出现右手边为右翻页。
-规范中没有明确规定是否是右翻页打印。
-模板给出了右翻页选项。
-为了应对用户的个人喜好,在希望设置成右翻页的位置之前添加\cs{cleardoublepage}命令即可。
+对于双面打印的论文,强制使每章的标题页出现右手边为右翻页。规范中没有明确规定是否是右翻页打印。模板给出了右翻页选项。为了应对用户的个人喜好,在希望设置成右翻页的位置之前添加\cs{cleardoublepage}命令即可。
\subsection{算法}[Algorithms]
-算法不在规范中要求,此处不给出示例,在hitszthesis.sty中有定义示例。
+算法不在规范中要求,在hitszthesis.sty中有相关定义,一个例子如算法\ref{alg:rerank}所示。
+\begin{algorithm}
+ \DontPrintSemicolon
+ \wuhao
+ \caption{混合重排算法}
+ \label{alg:rerank}
+ \KwData{$A$:待重排的元素集合 \newline
+ $\alpha$: 对多样性,相关性作折中的权重因子}
+ \KwResult{$A_k$: a subset of $A$ of size k}
+\end{algorithm}
\subsection{脚注}[Footnotes]
@@ -95,24 +101,10 @@ hitszthesis.pdf文件},本示例文档也最好能看一看。此示例文档
\href{https://gihitb.com/YangLaTeX/hitszthesis}{https://gihitb.com/YangLaTeX/hitszthesis}
处下载。
-\lipsum[3]
-
\subsection{术语词汇管理}[Manage glossaries]
推荐使用glossaries包管理术语、缩略语,可以自动生成首次全写,非首次缩写。
-\subsection{\TeX\ 源码编辑器}[\TeX editor]
-
-推荐:(1)付费软件Winedt;(2)免费软件kile;(3)vim或emaces或sublime等神级编
-译器(需要配置)。
-
-\subsection{\LaTeX\ 排版重要原则}[\LaTeX\ typesetting rules]
-
-格式和内容分离是\LaTeX\ 最大优势,所有多次出现的内容、样式等等都可以定义为简单命
-令、环境。这样的好处是方便修改、管理。例如,如果想要把所有的表示向量的符号由粗体
-\cs{mathbf}变换到花体\cs{mathcal},只需修改该格式的命令的定义部分,不需要像MS
-word那样处处修改。总而言之,使用自定义命令和环境才是正确的使用\LaTeX\ 的方式。
-
\section{本章小结}[Brief summary]
\lipsum[2]
diff --git a/Master/texmf-dist/doc/latex/hitszthesis/dtx-style.sty b/Master/texmf-dist/doc/latex/hitszthesis/dtx-style.sty
index 8dca363535a..4d2fb53692f 100644
--- a/Master/texmf-dist/doc/latex/hitszthesis/dtx-style.sty
+++ b/Master/texmf-dist/doc/latex/hitszthesis/dtx-style.sty
@@ -11,14 +11,14 @@
%% Copyright (C) 2019-2020 by Jingxuan Yang <yanglatex2e@gmail.com>
%%
%% This file may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License, either version 1.3a
+%% conditions of the LaTeX Project Public License, either version 1.3c
%% of this license or (at your option) any later version.
%% The latest version of this license is in:
%%
%% http://www.latex-project.org/lppl.txt
%%
-%% and version 1.3a or later is part of all distributions of LaTeX
-%% version 2004/10/01 or later.
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2008/05/04 or later.
%%
%% To produce the documentation run the original source files ending with `.dtx'
%% through LaTeX.
diff --git a/Master/texmf-dist/doc/latex/hitszthesis/front/coverinformation.tex b/Master/texmf-dist/doc/latex/hitszthesis/front/coverinformation.tex
index cca578358f2..6a766b09777 100644
--- a/Master/texmf-dist/doc/latex/hitszthesis/front/coverinformation.tex
+++ b/Master/texmf-dist/doc/latex/hitszthesis/front/coverinformation.tex
@@ -25,15 +25,15 @@
cxueke={工学},
csubject={机械设计制造及其自动化},
% csubject={机械工程},
- % caffil={机电工程与自动化学院},
- caffil={哈尔滨工业大学(深圳)},
+ caffil={机电工程与自动化学院},
+ % caffil={哈尔滨工业大学(深圳)},
cauthor={杨敬轩},
csupervisor={某某某 教授},
cassosupervisor={某某某 教授}, % 副指导老师
% ccosupervisor={某某某 教授}, % 联合指导老师
% 日期自动使用当前时间,若需指定按如下方式修改:
cdate={2020年6月},
- % 指定第二页封面的日期,即答辩日期
+ % 指定本科第二页封面的日期,即答辩日期
cdatesecond={2020年06月09日},
cstudentid={SZ160310217},
cstudenttype={同等学力人员}, %非全日制教育申请学位者
diff --git a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-bachelor.pdf b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-bachelor.pdf
index daa58b67954..185db04f52e 100644
--- a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-bachelor.pdf
+++ b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-bachelor.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-example.tex b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-example.tex
index 205cf33e01d..6dc0c868f98 100644
--- a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-example.tex
+++ b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-example.tex
@@ -3,7 +3,7 @@
% !TEX program = XeLaTeX
%%=============================================
% 模板名称:hitszthesis
-% 模板版本:V3.1
+% 模板版本:V3.2
% 模板作者:杨敬轩(Jingxuan Yang)
% 联系作者:yangjingxuan@stu.hit.edu.cn & yanglatex2e@gmail.com
% 模板交流:QQ群:1039392552,加群请备注LaTeX、hitszthesis相关说明
@@ -12,7 +12,7 @@
% GNU make 工具:make thesis
% Windows批处理脚本:双击 compile.bat 自动编译论文
% 更多编译细节详见说明文档:hitszthesis.pdf
-% 更新时间:2020/05/25
+% 更新时间:2020/06/23
% 模板帮助:请**务必务必务必**阅读 hitszthesis.pdf 说明文档,文档查看方法:
% cmd 命令行:texdoc hitszthesis
% 推荐前往模板的 GitHub 仓库获取最新文件,地址:
@@ -126,6 +126,9 @@
\input{back/acknowledgements}
% 附录
+% 设置附录部分只包含页眉
+% \SetAppendixWithOnlyHeadings
+% 设置附录部分页码从1开始编号的命令在<back/appendix01.tex>里
\begin{appendix}
\input{back/appendix01}
\input{back/appendix02}
diff --git a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis.cfg b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis.cfg
index aedd783ca64..512d32d6eeb 100644
--- a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis.cfg
+++ b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis.cfg
@@ -11,19 +11,19 @@
%% Copyright (C) 2019-2020 by Jingxuan Yang <yanglatex2e@gmail.com>
%%
%% This file may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License, either version 1.3a
+%% conditions of the LaTeX Project Public License, either version 1.3c
%% of this license or (at your option) any later version.
%% The latest version of this license is in:
%%
%% http://www.latex-project.org/lppl.txt
%%
-%% and version 1.3a or later is part of all distributions of LaTeX
-%% version 2004/10/01 or later.
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2008/05/04 or later.
%%
%% This is the configuration file of the hitszthesis package with LaTeX2e.
%%
\ProvidesFile{hitszthesis.cfg}
-[2020/05/25 3.1 Dissertation Template for Harbin Institute of Technology, ShenZhen (HITSZ)]
+[2020/06/23 3.2 Dissertation Template for Harbin Institute of Technology, ShenZhen (HITSZ)]
\theorembodyfont{\normalfont}
\theoremheaderfont{\normalfont\heiti}
\theoremsymbol{\ensuremath{\square}}
@@ -170,7 +170,7 @@
哈尔滨工业大学本科毕业设计(论文)原创性声明
\else%
\ifhitsz@shenzhen%
- 哈尔滨工业大学(深圳)本科毕业设计(论文)原创性声明
+ 哈尔滨工业大学本科毕业设计(论文)原创性声明
\else%
\ifhitsz@weihai%
哈尔滨工业大学(威海)本科毕业设计(论文)原创性声明
diff --git a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis.pdf b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis.pdf
index 6d507c25408..ff78df1e399 100644
--- a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis.pdf
+++ b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis.pdf
Binary files differ