Skip to content

Commit 64e1467

Browse files
committed
Bump version number to `1.6.1'.
1 parent da33a59 commit 64e1467

File tree

7 files changed

+27
-11
lines changed

7 files changed

+27
-11
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.0
9+
VERSION = 1.6.1
1010

1111
default: dist
1212

doc/readme/ChangeLog.txt

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2014-04-28, v1.6.1
2+
3+
* Changes to example template:
4+
- Fix support for `openany'.
5+
- Use more lightweight `latexsym' instead of `amssymb' for `\Box'.
6+
7+
* Changes to package code:
8+
- Fix support for `openany'.
9+
10+
* Changes to documentation:
11+
- Add note (and rant) about required format of bibliographies.
12+
13+
* Misc:
14+
- Remove bibtex support because of upstream changes.
15+
- Minor fixes and cosmetics.
16+
117
2014-04-28, v1.6.0
218

319
* API Changes:
@@ -49,14 +65,14 @@
4965

5066
2014-05-23, v1.5.3
5167

52-
* Changes to package code:
53-
- Use `\newcommand*'/`\renewcommand*' when appropriate.
54-
- Fix bookmarks in pdflatex/gbk compilation by introducing xCJK2uni.
55-
5668
* Changes to example template:
5769
- No longer require gbk2uni.
5870
- Exemplify `\cite', `\parencite' and `\supercite'.
5971

72+
* Changes to package code:
73+
- Use `\newcommand*'/`\renewcommand*' when appropriate.
74+
- Fix bookmarks in pdflatex/gbk compilation by introducing xCJK2uni.
75+
6076
* Changes to documentation:
6177
- No longer recommend the CTeX Suite.
6278
- Remove install hints (already included in TeX Live).

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.6.0}
46+
\newcommand{\docversion}{v1.6.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-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/04/28 v1.6.0 Common extra settings for the pkuthss document class]
29+
[2015/05/16 v1.6.1 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/04/28 v1.6.0 Labels and captions in GBK encoding
28+
[2015/05/16 v1.6.1 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/04/28 v1.6.0 Labels and captions in UTF-8 encoding
28+
[2015/05/16 v1.6.1 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/04/28 v1.6.0 Peking University dissertation document class]
29+
[2015/05/16 v1.6.1 Peking University dissertation document class]
3030

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

0 commit comments

Comments
 (0)