Skip to content

Commit 1acf840

Browse files
committed
Bump version number to `1.7.2'.
1 parent 21e4acb commit 1acf840

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

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.1
7+
VERSION = 1.7.2
88

99
default: dist
1010

doc/readme/ChangeLog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2016-03-22, v1.7.2
2+
3+
* Changes to documentation:
4+
- pkuthss-chap1.tex: note biblatex-caspervector's dependence on biber.
5+
6+
* Misc:
7+
- Fix missing bib due to inconsistency on author's computer.
8+
- Minor fixes and cosmetics.
9+
110
2016-03-17, v1.7.1
211

312
* Changes to example template:

doc/readme/pkuthss.tex

Lines changed: 1 addition & 1 deletion
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.1}
46+
\newcommand{\docversion}{v1.7.2}
4747

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

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-
[2016/03/17 v1.7.1 Labels and captions in GBK encoding
25+
[2016/03/22 v1.7.2 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-
[2016/03/17 v1.7.1 Labels and captions in UTF-8 encoding
25+
[2016/03/22 v1.7.2 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-
[2016/03/17 v1.7.1 Peking University dissertation document class]
26+
[2016/03/22 v1.7.2 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)