Skip to content

Commit 133ca4b

Browse files
committed
Bump version number to `1.9.1'.
1 parent 3e0c777 commit 133ca4b

7 files changed

Lines changed: 24 additions & 7 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
TITLE = pkuthss
55
EXAMPLE = thesis
6-
VERSION = 1.9.0
6+
VERSION = 1.9.1
77

88
default: dist
99

doc/readme/ChangeLog.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2021-10-16, v1.9.1
2+
3+
* API changes:
4+
- Support `mentorlines' like casthss.
5+
6+
* Changes to example template:
7+
- thesis.tex: more obvious hints on `ugly', new note on `hidelinks'.
8+
- copy.tex, origin.tex: minor update according to school requirements.
9+
10+
* Changes to package code:
11+
- Merge common parts from pkuthss-*.def into pkuthss.def.
12+
- Also "uglify" the keywords label.
13+
14+
* Misc:
15+
- ChangeLog.txt: typo (thank @fjn308).
16+
- Minor fixes and cosmetics.
17+
118
2021-03-29, v1.9.0
219

320
* API changes:

doc/readme/pkuthss.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
}
5252

5353
\newif\ifblind\blindfalse
54-
\newcommand*{\docversion}{v1.9.0}
54+
\newcommand*{\docversion}{v1.9.1}
5555
\pkuthssinfo{
5656
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
5757
ctitle = {北京大学学位论文模版{\thssnl}pkuthss \docversion},
@@ -60,7 +60,7 @@
6060
\texorpdfstring{\thssnl}{: }pkuthss \docversion%
6161
},
6262
cauthor = {盖茨波·钛·维克托}, eauthor = {Casper Ti.\ Vector},
63-
date = {\zhdigits{2021}年\zhnumber{3}月},
63+
date = {\zhdigits{2021}年\zhnumber{10}月},
6464
studentid = {00910???}, school = {化学与分子工程学院},
6565
cmajor = {应用化学}, emajor = {Applied Chemistry},
6666
direction = {据说 Casper 自己也不知道}, mentorlines = {2},

tex/pkuthss-gbk.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
% pkuword.eps
2525

2626
\ProvidesFile{pkuthss-gbk.def}
27-
[2021/03/29 v1.9.0 Labels and captions in GBK encoding
27+
[2021/10/16 v1.9.1 Labels and captions in GBK encoding
2828
for the pkuthss document class]
2929

3030
\def\label@ctitle{题目:}

tex/pkuthss-utf8.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
% pkuword.eps
2525

2626
\ProvidesFile{pkuthss-utf8.def}
27-
[2021/03/29 v1.9.0 Labels and captions in UTF-8 encoding
27+
[2021/10/16 v1.9.1 Labels and captions in UTF-8 encoding
2828
for the pkuthss document class]
2929

3030
\def\label@ctitle{题目:}

tex/pkuthss.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
2727
\ProvidesClass{pkuthss}
28-
[2021/03/29 v1.9.0 Peking University dissertation document class]
28+
[2021/10/16 v1.9.1 Peking University dissertation document class]
2929

3030
% eg. `\thss@int@boolopt{spacing}{true}' will expand to:
3131
% \newif\ifthss@opt@spacing \thss@opt@spacingtrue

tex/pkuthss.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
% pkuword.eps
2424

2525
\ProvidesFile{pkuthss.def}
26-
[2021/03/29 v1.9.0 Labels and captions for the pkuthss document class]
26+
[2021/10/16 v1.9.1 Labels and captions for the pkuthss document class]
2727

2828
\def\label@ementor{Directed by\ }
2929
\def\euniversity{Peking University}

0 commit comments

Comments
 (0)