Skip to content

Commit 1c94601

Browse files
committed
Bump version number to `1.4 rc1'.
1 parent e57efb1 commit 1c94601

8 files changed

Lines changed: 21 additions & 10 deletions

File tree

Makefile

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

66
TITLE = pkuthss
77
MAJORVER = 1.4
8-
MINORVER = beta3
8+
MINORVER = rc1
99
DIST_FLAGS = TITLE=$(TITLE) MAJORVER=$(MAJORVER) MINORVER=$(MINORVER)
1010

1111
dist:

doc/ChangeLog.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1+
2013-01-10, v1.4 rc1
2+
3+
* Changes to documentation:
4+
- Remove troublesome `hologo' package.
5+
- chap3.tex: add notice about biblatex's `\bibname' issue.
6+
- introduction.tex: update info about location of example source code.
7+
8+
* Misc:
9+
- README: add not-intended-as-documentation notice.
10+
111
2012-11-12, v1.4 beta3
212

313
* Misc:
414
- Fix incorrect CTAN support.
515
- utils/dist: Fix date conversion code again.
616

717
2012-10-11, v1.4 beta2
18+
819
* Changes to package code:
920
- Adjust pkulogo/pkuword typesetting according to
1021
<http://web5.pku.edu.cn/bs/images/cgzs/images1/13.png>

doc/pkuthss.bib

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ @online{biblatex
2020

2121
@online{biblatex-caspervector,
2222
author = {Vector, Casper Ti.},
23-
title = {biblatex 参考文献和引用样式:caspervector v0.1.4},
23+
title = {biblatex 参考文献和引用样式:caspervector v0.1.6},
2424
type = {M/OL},
2525
date = {2012-10-11},
26-
url = {http://caspervector.googlecode.com/files/biblatex-caspervector-0.1.4.zip},
27-
urldate = {2012-10-11},
26+
url = {http://caspervector.googlecode.com/files/biblatex-caspervector-0.1.6.zip},
27+
urldate = {2013-01-10},
2828
userf = {zh},
2929
}
3030

doc/pkuthss.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
2828

2929
% pkuthss 文档模版的版本。
30-
\newcommand{\docversion}{v1.4 beta3}
30+
\newcommand{\docversion}{v1.4 rc1}
3131
% 设定文档的基本信息。
3232
\pkuthssinfo{
3333
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
@@ -43,7 +43,7 @@
4343
cauthor = {盖茨波 $\cdot$$\cdot$ 维克托},
4444
eauthor = {Casper Ti.\ Vector},
4545
studentid = {00910???},
46-
date = {二〇一二年十一月},
46+
date = {二〇一三年一月},
4747
school = {化学与分子工程学院},
4848
cmajor = {化学(?)}, emajor = {Chemistry},
4949
direction = {据说 Casper 自己也不知道},

tex/pkuthss-extra.sty

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

2525
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
2626
\ProvidesPackage{pkuthss-extra}
27-
[2012/11/12 v1.4-beta3 Common extra settings for the pkuthss document class]
27+
[2013/01/10 v1.4-rc1 Common extra settings for the pkuthss document class]
2828

2929
% Check the dependency of pkuthss.
3030
\@ifclassloaded{pkuthss}{}{

tex/pkuthss-gbk.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
% pkuthss-extra.sty
2424

2525
\ProvidesFile{pkuthss-gbk.def}
26-
[2012/11/12 v1.4-beta3 Labels and captions in GBK encoding
26+
[2013/01/10 v1.4-rc1 Labels and captions in GBK encoding
2727
for the pkuthss document class]
2828

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

tex/pkuthss-utf8.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
% pkuthss-extra.sty
2424

2525
\ProvidesFile{pkuthss-utf8.def}
26-
[2012/11/12 v1.4-beta3 Labels and captions in UTF-8 encoding
26+
[2013/01/10 v1.4-rc1 Labels and captions in UTF-8 encoding
2727
for the pkuthss document class]
2828

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

tex/pkuthss.cls

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

2525
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
2626
\ProvidesClass{pkuthss}
27-
[2012/11/12 v1.4-beta3 Peking University dissertation document class]
27+
[2013/01/10 v1.4-rc1 Peking University dissertation document class]
2828

2929
% Process the encoding options.
3030
\newif\ifpkuthss@opt@gbk \pkuthss@opt@gbktrue

0 commit comments

Comments
 (0)