Skip to content

Commit

Permalink
Bump version number to `1.8.3'.
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperVector committed Nov 1, 2020
1 parent eb75a1b commit 2367276
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 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.8.2
VERSION = 1.8.3

default: dist

Expand Down
18 changes: 18 additions & 0 deletions doc/readme/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2020-11-02, v1.8.3

* Changes to example template:
- ctex-fontset-pkuthss.def: update `\ctex_load_zhmap' usage.
- Remove Makefile.

* Changes to package code:
- pkuthss.cls: do not let ulem mess with `\emph'.
- pkuthss.cls: make `ugly' title page more compliant.

* Changes to documentation:
- pkuthss-chap[12].tex: `须'/`需' typo.
- Remove space around `\zhdigits' in date.
- Add pkuthss.bib to copyright lines.

* Misc:
- Minor fixes and cosmetics.

2019-11-17, v1.8.2

* Misc:
Expand Down
4 changes: 2 additions & 2 deletions doc/readme/pkuthss.tex
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
tabsize = 4, formatcom = {\ifXeTeX\xeCJKVerbAddon\fi}
}

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

\ProvidesFile{pkuthss-gbk.def}
[2019/11/17 v1.8.2 Labels and captions in GBK encoding
[2020/11/02 v1.8.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 @@ -22,7 +22,7 @@
% pkuword.eps

\ProvidesFile{pkuthss-utf8.def}
[2019/11/17 v1.8.2 Labels and captions in UTF-8 encoding
[2020/11/02 v1.8.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 @@ -23,7 +23,7 @@

\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{pkuthss}
[2019/11/17 v1.8.2 Peking University dissertation document class]
[2020/11/02 v1.8.3 Peking University dissertation document class]

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

0 comments on commit 2367276

Please sign in to comment.