Skip to content

Commit 1c0e8af

Browse files
committed
Bump version number to 1.4 alpha2.
1 parent 1690979 commit 1c0e8af

7 files changed

Lines changed: 20 additions & 7 deletions

File tree

Makefile

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

33
TITLE = pkuthss
44
MAJORVER = 1.4
5-
MINORVER = alpha1
5+
MINORVER = alpha2
66
README = README
77
TOLF = dos2unix -q
88
TOCRLF = unix2dos -q

doc/ChangeLog.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2012-05-12, v1.4 alpha2
2+
3+
* Changes to package code:
4+
- Fix positioning of boxes on title page.
5+
- Unify code that fill in blanks on the title page.
6+
- Merge ctex-kit updates with minor modifications.
7+
8+
* Changes to documentation:
9+
- Add indication for customising title page by modifying `pkuthss.cls'.
10+
11+
* Misc:
12+
- Add `maintcheck' and `revbump' to root Makefile to ease automation.
13+
114
2012-04-13, v1.4 alpha1
215

316
* API Changes:

doc/pkuthss.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
% 提供 Verbatim 环境和 \VerbatimInput 命令。
1313
\usepackage{fancyvrb}
1414
% pkuthss 文档模版的版本。
15-
\newcommand{\docversion}{v1.4 alpha1}
15+
\newcommand{\docversion}{v1.4 alpha2}
1616

1717
% 参考文献格式。
1818
\bibliographystyle{ref/chinesebst-mod}
@@ -31,7 +31,7 @@
3131
cauthor = {盖茨波 $\cdot$$\cdot$ 维克托},
3232
eauthor = {Casper Ti.\ Vector},
3333
studentid = {00910???},
34-
date = {二〇一二年四月},
34+
date = {二〇一二年五月},
3535
school = {化学与分子工程学院},
3636
cmajor = {化学}, emajor = {Chemistry}, direction = {XX 化学},
3737
cmentor = {XX 教授}, ementor = {Prof.\ XX},

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-
[2012/4/13 v1.4 alpha1 Common extra settings for the pkuthss document class]
27+
[2012/05/12 v1.4-alpha2 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-
[2012/4/13 v1.4 alpha1 Labels and captions in GBK encoding
26+
[2012/05/12 v1.4-alpha2 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-
[2012/4/13 v1.4 alpha1 Labels and captions in UTF-8 encoding
26+
[2012/05/12 v1.4-alpha2 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-
[2012/4/13 v1.4 alpha1 Peking University dissertation document class]
27+
[2012/05/12 v1.4-alpha2 Peking University dissertation document class]
2828

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

0 commit comments

Comments
 (0)