Skip to content

Commit 17232f7

Browse files
committed
Bump version number to `1.6.2'.
1 parent dbcf964 commit 17232f7

File tree

7 files changed

+27
-7
lines changed

7 files changed

+27
-7
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.1
9+
VERSION = 1.6.2
1010

1111
default: dist
1212

doc/readme/ChangeLog.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2015-05-30, v1.6.2
2+
3+
* Changes to example template:
4+
- Template in GBK no longer provided because of UTF-8 popularisation.
5+
- Add font configuration files.
6+
- Previously overlooked format update about `copyright' and `originauth'.
7+
- Make.bat: add `pause' to ease debugging; `clear' -> `clean'.
8+
9+
* Changes to package code:
10+
- pkuthss.cls: refine `beforeskip' for `\chapter'.
11+
12+
* Changes to documentation:
13+
- Makefile: default to the latex/biber/xelatex/xelatex procedure.
14+
- acknowledge.tex: Casper was here.
15+
16+
* Misc:
17+
- Adapt to ctex 2.x.
18+
- Somehow alleviate the sorting issue with biblatex 3.0.
19+
- Minor fixes and cosmetics.
20+
121
2015-05-16, v1.6.1
222

323
* Changes to example template:

doc/readme/pkuthss.tex

Lines changed: 2 additions & 2 deletions
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.1}
47+
\newcommand{\docversion}{v1.6.2}
4848

4949
\pkuthssinfo{
5050
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
@@ -56,7 +56,7 @@
5656
cauthor = {盖茨波·钛·维克托},
5757
eauthor = {Casper Ti.\ Vector},
5858
studentid = {00910???},
59-
date = {二〇一五年五月},
59+
date = {二〇一五年六月},
6060
school = {化学与分子工程学院},
6161
cmajor = {化学(?)}, emajor = {Chemistry ... ?},
6262
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/05/16 v1.6.1 Common extra settings for the pkuthss document class]
29+
[2015/06/18 v1.6.2 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/05/16 v1.6.1 Labels and captions in GBK encoding
28+
[2015/06/18 v1.6.2 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/05/16 v1.6.1 Labels and captions in UTF-8 encoding
28+
[2015/06/18 v1.6.2 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/05/16 v1.6.1 Peking University dissertation document class]
29+
[2015/06/18 v1.6.2 Peking University dissertation document class]
3030

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

0 commit comments

Comments
 (0)