Skip to content

Commit

Permalink
Bump version number to `1.9.3'.
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperVector committed Oct 30, 2022
1 parent aa370d7 commit 41e6bdf
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

TITLE = pkuthss
EXAMPLE = thesis
VERSION = 1.9.2
VERSION = 1.9.3

default: dist

Expand Down
9 changes: 9 additions & 0 deletions doc/readme/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2022-10-30, v1.9.3

* Changes to package code:
- Get rid of newtx completely (thank @CastleStar14654).
- pkuthss.cls: fix scrextend, better footnotes (thank @CastleStar14654).

* Misc:
- Minor fixes and cosmetics.

2022-05-04, v1.9.2

* Changes to package code:
Expand Down
4 changes: 2 additions & 2 deletions doc/readme/pkuthss.tex
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}

\newif\ifblind\blindfalse
\newcommand*{\docversion}{v1.9.2}
\newcommand*{\docversion}{v1.9.3}
\pkuthssinfo{
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
ctitle = {北京大学学位论文模版{\thssnl}pkuthss \docversion},
Expand All @@ -60,7 +60,7 @@
\texorpdfstring{\thssnl}{: }pkuthss \docversion%
},
cauthor = {盖茨波·钛·维克托}, eauthor = {Casper Ti.\ Vector},
date = {\zhdigits{2022}年\zhnumber{5}月},
date = {\zhdigits{2022}年\zhnumber{10}月},
studentid = {00910???}, school = {化学与分子工程学院},
cmajor = {应用化学}, emajor = {Applied Chemistry},
direction = {据说 Casper 自己也不知道}, mentorlines = {2},
Expand Down
2 changes: 1 addition & 1 deletion tex/pkuthss-gbk.def
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
% pkuword.eps

\ProvidesFile{pkuthss-gbk.def}
[2022/05/05 v1.9.2 Labels and captions in GBK encoding
[2022/10/30 v1.9.3 Labels and captions in GBK encoding
for the pkuthss document class]

\def\label@ctitle{题目:}
Expand Down
2 changes: 1 addition & 1 deletion tex/pkuthss-utf8.def
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
% pkuword.eps

\ProvidesFile{pkuthss-utf8.def}
[2022/05/05 v1.9.2 Labels and captions in UTF-8 encoding
[2022/10/30 v1.9.3 Labels and captions in UTF-8 encoding
for the pkuthss document class]

\def\label@ctitle{题目:}
Expand Down
2 changes: 1 addition & 1 deletion tex/pkuthss.cls
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{pkuthss}
[2022/05/05 v1.9.2 Peking University dissertation document class]
[2022/10/30 v1.9.3 Peking University dissertation document class]

% eg. `\thss@int@boolopt{spacing}{true}' will expand to:
% \newif\ifthss@opt@spacing \thss@opt@spacingtrue
Expand Down
2 changes: 1 addition & 1 deletion tex/pkuthss.def
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
% pkuword.eps

\ProvidesFile{pkuthss.def}
[2022/05/05 v1.9.2 Labels and captions for the pkuthss document class]
[2022/10/30 v1.9.3 Labels and captions for the pkuthss document class]

\def\label@ementor{Directed by\ }
\def\euniversity{Peking University}
Expand Down

0 comments on commit 41e6bdf

Please sign in to comment.