Skip to content

Commit 17137a0

Browse files
committed
Bump version number to `1.6.3'.
1 parent 24a1eda commit 17137a0

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
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.6.2
9+
VERSION = 1.6.3
1010

1111
default: dist
1212

doc/readme/ChangeLog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2015-06-30, v1.6.3
2+
3+
* Changes to documentation:
4+
- Disambiguate file names wrt CTAN recommendation.
5+
- pkuthss-chap2.tex: fix some minor details.
6+
7+
* Misc:
8+
- dist: reduce duplication in zipballs according to CTAN recommendation.
9+
110
2015-05-30, v1.6.2
211

312
* Changes to example template:

doc/readme/pkuthss.tex

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

4545
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
4646
\newcommand{\unemph}[1]{\textup{\textcolor{black}{#1}}}
47-
\newcommand{\docversion}{v1.6.2}
47+
\newcommand{\docversion}{v1.6.3}
4848

4949
\pkuthssinfo{
5050
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},

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-
[2015/06/18 v1.6.2 Common extra settings for the pkuthss document class]
29+
[2015/06/30 v1.6.3 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-
[2015/06/18 v1.6.2 Labels and captions in GBK encoding
28+
[2015/06/30 v1.6.3 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-
[2015/06/18 v1.6.2 Labels and captions in UTF-8 encoding
28+
[2015/06/30 v1.6.3 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-
[2015/06/18 v1.6.2 Peking University dissertation document class]
29+
[2015/06/30 v1.6.3 Peking University dissertation document class]
3030

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

0 commit comments

Comments
 (0)