Skip to content

Commit 65cb651

Browse files
committed
Bump version number to `1.4 rc4'.
1 parent d61b83b commit 65cb651

File tree

7 files changed

+24
-7
lines changed

7 files changed

+24
-7
lines changed

Makefile

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

66
TITLE = pkuthss
77
MAJORVER = 1.4
8-
MINORVER = rc3
8+
MINORVER = rc4
99
DIST_FLAGS = TITLE=$(TITLE) MAJORVER=$(MAJORVER) MINORVER=$(MINORVER)
1010

1111
dist:

doc/ChangeLog.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2013-12-26, v1.4 rc4
2+
3+
* API Changes:
4+
- Add `caption' option to customise caption fonts.
5+
- Remove `\label@cmentorb'; `\label@cmentora' -> `\label@cmentor'.
6+
- Move `[no]uppermark' to pkuthss.cls.
7+
8+
* Changes to package code:
9+
- Consider `oneside' in page style.
10+
11+
* Changes to documentation:
12+
- Add support for 2-dimensional bar code.
13+
- Add and refine lots of hints.
14+
15+
* Misc:
16+
- Minor fixes and improvements.
17+
118
2013-04-07, v1.4 rc3
219

320
* Misc:

doc/pkuthss.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
4343

4444
% pkuthss 文档模版的版本。
45-
\newcommand{\docversion}{v1.4 rc3}
45+
\newcommand{\docversion}{v1.4 rc4}
4646
% 设定文档的基本信息。
4747
\pkuthssinfo{
4848
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
@@ -58,7 +58,7 @@
5858
cauthor = {盖茨波 $\cdot$$\cdot$ 维克托},
5959
eauthor = {Casper Ti.\ Vector},
6060
studentid = {00910???},
61-
date = {二〇一三年四月},
61+
date = {二〇一三年十二月},
6262
school = {化学与分子工程学院},
6363
cmajor = {化学(?)}, emajor = {Chemistry ... ?},
6464
direction = {据说 Casper 自己也不知道},

tex/pkuthss-extra.sty

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

2525
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
2626
\ProvidesPackage{pkuthss-extra}
27-
[2013/04/07 v1.4-rc3 Common extra settings for the pkuthss document class]
27+
[2013/12/26 v1.4-rc4 Common extra settings for the pkuthss document class]
2828

2929
% Check the dependency of pkuthss.
3030
\@ifclassloaded{pkuthss}{}{

tex/pkuthss-gbk.def

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

2525
\ProvidesFile{pkuthss-gbk.def}
26-
[2013/04/07 v1.4-rc3 Labels and captions in GBK encoding
26+
[2013/12/26 v1.4-rc4 Labels and captions in GBK encoding
2727
for the pkuthss document class]
2828

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

tex/pkuthss-utf8.def

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

2525
\ProvidesFile{pkuthss-utf8.def}
26-
[2013/04/07 v1.4-rc3 Labels and captions in UTF-8 encoding
26+
[2013/12/26 v1.4-rc4 Labels and captions in UTF-8 encoding
2727
for the pkuthss document class]
2828

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

tex/pkuthss.cls

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

2525
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
2626
\ProvidesClass{pkuthss}
27-
[2013/04/07 v1.4-rc3 Peking University dissertation document class]
27+
[2013/12/26 v1.4-rc4 Peking University dissertation document class]
2828

2929
% Process the encoding options.
3030
\newif\ifpkuthss@opt@gbk \pkuthss@opt@gbktrue

0 commit comments

Comments
 (0)