Skip to content

Commit 39fa448

Browse files
committed
Bump version number to `1.7.4'.
1 parent 86f6d7e commit 39fa448

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
@@ -4,7 +4,7 @@
44
TITLE = pkuthss
55
README = $(TITLE)
66
EXAMPLE = thesis
7-
VERSION = 1.7.3
7+
VERSION = 1.7.4
88

99
default: dist
1010

doc/readme/ChangeLog.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2017-03-01, v1.7.4
2+
3+
* API changes:
4+
- pkuthss.cls: provide undocumented option for uglification.
5+
6+
* Changes to example template:
7+
- ctex-fontset-pkuthss.def: follow LaTeX3 change.
8+
- copyright.tex: fix now inaccurate comment.
9+
10+
* Changes to package code:
11+
- Remove support for ctex < v2.x.
12+
- Replace CJKfntef's `\CJKunderline' with ulem's `\uline'.
13+
- pkuthss.cls: tweak newtxmath setup.
14+
15+
* Misc:
16+
- Minor fixes and cosmetics.
17+
118
2016-05-24, v1.7.3
219

320
* Changes to package code:

doc/readme/chap/pkuthss-copyright.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ \chapter*{版权声明}
3131

3232
版权所有 \copyright\ 2008--2009 solvethis
3333
\par
34-
版权所有 \copyright\ 2010--2016 Casper Ti. Vector
34+
版权所有 \copyright\ 2010--2017 Casper Ti. Vector
3535
\vskip 1em
3636

3737
pkuthss 文档类及其说明文档均以 \hologo{LaTeX} Project Public License 发布。

doc/readme/pkuthss.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
\hypersetup{colorlinks = true, allcolors = blue}
4343
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
4444
\newcommand{\unemph}[1]{\textup{\textcolor{black}{#1}}}
45-
\newcommand{\docversion}{v1.7.3}
45+
\newcommand{\docversion}{v1.7.4}
4646

4747
\pkuthssinfo{
4848
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
@@ -54,7 +54,7 @@
5454
cauthor = {盖茨波·钛·维克托},
5555
eauthor = {Casper Ti.\ Vector},
5656
studentid = {00910???},
57-
date = {二〇一六年五月},
57+
date = {二〇一七年三月},
5858
school = {化学与分子工程学院},
5959
cmajor = {化学(?)}, emajor = {Chemistry ... ?},
6060
direction = {据说 Casper 自己也不知道},

tex/pkuthss-gbk.def

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

2424
\ProvidesFile{pkuthss-gbk.def}
25-
[2016/05/24 v1.7.3 Labels and captions in GBK encoding
25+
[2017/03/01 v1.7.4 Labels and captions in GBK encoding
2626
for the pkuthss document class]
2727

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

tex/pkuthss-utf8.def

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

2424
\ProvidesFile{pkuthss-utf8.def}
25-
[2016/05/24 v1.7.3 Labels and captions in UTF-8 encoding
25+
[2017/03/01 v1.7.4 Labels and captions in UTF-8 encoding
2626
for the pkuthss document class]
2727

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

tex/pkuthss.cls

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

2424
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
2525
\ProvidesClass{pkuthss}
26-
[2016/05/24 v1.7.3 Peking University dissertation document class]
26+
[2017/03/01 v1.7.4 Peking University dissertation document class]
2727

2828
% eg. `\pkuthss@int@boolopt{spacing}{true}' will expand to:
2929
% \newif\ifpkuthss@opt@spacing \pkuthss@opt@spacingtrue

0 commit comments

Comments
 (0)