File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- # LaTeX Template for Bachelor's Degree Thesis of WHUT v0.99
1
+ # LaTeX Template for Bachelor's Degree Thesis of WHUT v0.991
2
2
3
3
## 简介
4
4
10
10
11
11
## 简明帮助
12
12
13
- 参照 [ ` main.tex ` ] ( main.tex ) 以及 ` body/ ` 文件夹中文件修改即可。
13
+ 参照 [ ` main.tex ` ] ( main.tex ) 以及 [ ` body/ ` ] ( body/ ) 文件夹中文件修改即可。
14
14
15
15
对于使用 [ Overleaf] ( https://www.overleaf.com/ ) 或其他尚未安装 * 华文中宋 (STzhongsong)* 字体的系统,请在 [ ` main.tex ` ] ( main.tex ) 中导入文档类 [ ` whut-bachelor ` ] ( whut-bachelor.cls ) 时传入参数 ` noextrafonts `
16
16
(即 ` \documentclass[noextrafonts]{whut-bachelor} ` )。
37
37
- 补充帮助
38
38
- 补充示例
39
39
40
- 如果您对本模板的各方面有意见或建议,欢迎提出 issue 。
40
+ 如果您对本模板的各方面有意见或建议,欢迎提出 [ issues ] ( https://github.com/Markhng/WHUT-Bachelor/issues ) 或 [ pull requests ] ( https://github.com/Markhng/WHUT-Bachelor/pulls ) 。
Original file line number Diff line number Diff line change 7
7
8
8
\NeedsTeXFormat {LaTeX2e}[1999/12/01]
9
9
\ProvidesClass {whut-bachelor}
10
- [2020/05/29 v0.99 Unofficial LaTeX Document Class for WHUT Bachelor Thesis]
10
+ [2021/03/17 v0.991 Unofficial LaTeX Document Class for WHUT Bachelor Thesis]
11
11
12
12
\newcommand *\whut@tokens@title {}
13
13
\newcommand *\whut@tokens@school {}
89
89
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
90
90
% %%% define markups
91
91
92
+ \widowpenalty =10000
93
+ \clubpenalty =10000
94
+
92
95
\setlength {\baselineskip }{20pt}
93
96
% \renewcommand*{\baselinestretch}{1.5}
94
97
\renewcommand \normalsize {
You can’t perform that action at this time.
0 commit comments