Skip to content

Commit 66956f0

Browse files
committed
Bump version number to `1.7.0'.
1 parent 596888c commit 66956f0

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
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.4
9+
VERSION = 1.7.0
1010

1111
default: dist
1212

doc/readme/ChangeLog.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2015-12-16, v1.7.0
2+
3+
* API changes:
4+
- pkuthss-extra.sty merged into pkuthss.cls; `extra' removed accordingly.
5+
- `footfmt' renamed to `pkufoot'; `colorlinks' removed.
6+
7+
* Changes to example template:
8+
- {,pkuthss-}copyright.tex: use `\specialchap'.
9+
10+
* Changes to package code:
11+
- pkuthss.cls: fix pdf bookmark level.
12+
13+
* Misc:
14+
- Format overhaul of documentation code.
15+
- Minor fixes and cosmetics.
16+
117
2015-12-15, v1.6.4
218

319
* API changes:

doc/readme/pkuthss.tex

Lines changed: 1 addition & 1 deletion
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.6.4}
45+
\newcommand{\docversion}{v1.7.0}
4646

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

tex/pkuthss-gbk.def

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

2626
\ProvidesFile{pkuthss-gbk.def}
27-
[2015/12/15 v1.6.4 Labels and captions in GBK encoding
27+
[2015/12/16 v1.7.0 Labels and captions in GBK encoding
2828
for the pkuthss document class]
2929

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

tex/pkuthss-utf8.def

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

2626
\ProvidesFile{pkuthss-utf8.def}
27-
[2015/12/15 v1.6.4 Labels and captions in UTF-8 encoding
27+
[2015/12/16 v1.7.0 Labels and captions in UTF-8 encoding
2828
for the pkuthss document class]
2929

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

tex/pkuthss.cls

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

2626
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
2727
\ProvidesClass{pkuthss}
28-
[2015/12/15 v1.6.4 Peking University dissertation document class]
28+
[2015/12/16 v1.7.0 Peking University dissertation document class]
2929

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

0 commit comments

Comments
 (0)