Skip to content

Commit 280bf53

Browse files
committed
Bump version number to `1.9.2'.
1 parent e75c85a commit 280bf53

7 files changed

Lines changed: 12 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.1
6+
VERSION = 1.9.2
77

88
default: dist
99

doc/readme/ChangeLog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2022-05-04, v1.9.2
2+
3+
* Changes to package code:
4+
- Support pkufont via unicode-math instead of newtx when using xelatex.
5+
16
2021-10-16, v1.9.1
27

38
* 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.1}
54+
\newcommand*{\docversion}{v1.9.2}
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{10}月},
63+
date = {\zhdigits{2022}年\zhnumber{5}月},
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/10/16 v1.9.1 Labels and captions in GBK encoding
27+
[2022/05/05 v1.9.2 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/10/16 v1.9.1 Labels and captions in UTF-8 encoding
27+
[2022/05/05 v1.9.2 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/10/16 v1.9.1 Peking University dissertation document class]
28+
[2022/05/05 v1.9.2 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/10/16 v1.9.1 Labels and captions for the pkuthss document class]
26+
[2022/05/05 v1.9.2 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)