Skip to content

Commit 85feedf

Browse files
committed
Bump version number to `1.6.0'.
1 parent b319ef4 commit 85feedf

File tree

7 files changed

+32
-10
lines changed

7 files changed

+32
-10
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
TITLE = pkuthss
77
README = $(TITLE)
88
EXAMPLE = thesis
9-
VERSION = 1.5.5
9+
VERSION = 1.6.0
1010

1111
default: dist
1212

doc/readme/ChangeLog.txt

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,45 @@
1+
2014-04-28, v1.6.0
2+
3+
* API Changes:
4+
- New package option: `footfmt' and `pkuspace'.
5+
- `tightlist' option merged into `spacing'; `caption' option removed.
6+
7+
* Changes to example template:
8+
- Some changes regarding updates in school regulation.
9+
- thesis.tex: add color package for \pkuthssffaq with noncolorlinks.
10+
- chap/: again try to make enca(1) happy.
11+
12+
* Changes to package code:
13+
- Major changes regarding updates in school regulation.
14+
15+
* Changes to documentation:
16+
- Reorganise section tree.
17+
18+
* Misc:
19+
- Update URL of project homepage.
20+
- Minor fixes and aesthetic improvements.
21+
- dist: remove version string from file name of TDS archive.
22+
123
2014-07-07, v1.5.5
224

325
* Changes to example template:
426
- Use the most frequently asked questions as the sample text.
5-
- revert the black TOC, considering the new sample text.
27+
- Revert the black TOC, considering the new sample text.
628

729
* Changes to package code:
830
- pkuthss.cls: use `PassOptionsToPackage' for *packages*.
931
- pkuthss-extra.sty: `hidelinks' does not hold a value.
1032

1133
* Changes to documentation:
12-
- update info on `colorlinks'.
34+
- Update info on `colorlinks'.
1335

1436
* Misc:
1537
- Minor improvements.
1638

1739
2014-07-04, v1.5.4
1840

1941
* Changes to example template:
20-
- make TOC black, as stupidly required by PKU Library.
42+
- Make TOC black, as stupidly required by PKU Library.
2143

2244
* Changes to documentation:
2345
- re-sort and re-organise common problems.

doc/readme/pkuthss.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
4545
\newcommand{\unemph}[1]{\textup{\textcolor{black}{#1}}}
46-
\newcommand{\docversion}{v1.5.5}
46+
\newcommand{\docversion}{v1.6.0}
4747

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

tex/pkuthss-extra.sty

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

2727
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
2828
\ProvidesPackage{pkuthss-extra}
29-
[2014/07/07 v1.5.5 Common extra settings for the pkuthss document class]
29+
[2015/04/28 v1.6.0 Common extra settings for the pkuthss document class]
3030

3131
% Check the dependency of pkuthss.
3232
\@ifclassloaded{pkuthss}{}{

tex/pkuthss-gbk.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
% pkuword.eps
2626

2727
\ProvidesFile{pkuthss-gbk.def}
28-
[2014/07/07 v1.5.5 Labels and captions in GBK encoding
28+
[2015/04/28 v1.6.0 Labels and captions in GBK encoding
2929
for the pkuthss document class]
3030

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

tex/pkuthss-utf8.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
% pkuword.eps
2626

2727
\ProvidesFile{pkuthss-utf8.def}
28-
[2014/07/07 v1.5.5 Labels and captions in UTF-8 encoding
28+
[2015/04/28 v1.6.0 Labels and captions in UTF-8 encoding
2929
for the pkuthss document class]
3030

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

tex/pkuthss.cls

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

2727
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
2828
\ProvidesClass{pkuthss}
29-
[2014/07/07 v1.5.5 Peking University dissertation document class]
29+
[2015/04/28 v1.6.0 Peking University dissertation document class]
3030

3131
% Process the encoding options.
3232
\newif\ifpkuthss@opt@gbk \pkuthss@opt@gbktrue

0 commit comments

Comments
 (0)