Skip to content

Commit 50072ab

Browse files
committed
Bump version number to `1.7.1'.
1 parent e053ab1 commit 50072ab

6 files changed

Lines changed: 22 additions & 6 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
TITLE = pkuthss
55
README = $(TITLE)
66
EXAMPLE = thesis
7-
VERSION = 1.7.0
7+
VERSION = 1.7.1
88

99
default: dist
1010

doc/readme/ChangeLog.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2016-03-17, v1.7.1
2+
3+
* Changes to example template:
4+
- Fix TOC and heading of copyright / originauth pages.
5+
- Also remind user to remove `\pkuthssffaq' from chap/.
6+
7+
* Changes to package code:
8+
- pkuthss.cls: load ifpdf and ifxetex by ourselves (thank @LeoLiu).
9+
10+
* Changes to documentation:
11+
- pkuthss.tex: follow biblatex-caspervector change about name sorting.
12+
- Update hint about split sorting.
13+
14+
* Misc:
15+
- Minor fixes and cosmetics.
16+
117
2015-12-16, v1.7.0
218

319
* API changes:

doc/readme/pkuthss.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
\hypersetup{colorlinks = true, allcolors = blue}
4444
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
4545
\newcommand{\unemph}[1]{\textup{\textcolor{black}{#1}}}
46-
\newcommand{\docversion}{v1.7.0}
46+
\newcommand{\docversion}{v1.7.1}
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-gbk.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
% pkuword.eps
2323

2424
\ProvidesFile{pkuthss-gbk.def}
25-
[2015/12/16 v1.7.0 Labels and captions in GBK encoding
25+
[2016/03/17 v1.7.1 Labels and captions in GBK encoding
2626
for the pkuthss document class]
2727

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

tex/pkuthss-utf8.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
% pkuword.eps
2323

2424
\ProvidesFile{pkuthss-utf8.def}
25-
[2015/12/16 v1.7.0 Labels and captions in UTF-8 encoding
25+
[2016/03/17 v1.7.1 Labels and captions in UTF-8 encoding
2626
for the pkuthss document class]
2727

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

tex/pkuthss.cls

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

2424
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
2525
\ProvidesClass{pkuthss}
26-
[2015/12/16 v1.7.0 Peking University dissertation document class]
26+
[2016/03/17 v1.7.1 Peking University dissertation document class]
2727

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

0 commit comments

Comments
 (0)