Skip to content

Commit 628e317

Browse files
committed
Fix minor typos.
Bump version number to `1.3 rc4'.
1 parent ce35ab8 commit 628e317

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vim:ft=make:ts=4:sw=4
22

33
TITLE = pkuthss
4-
VERSION = 1.3rc3
4+
VERSION = 1.3rc4
55
PROJECT = $(TITLE)-$(VERSION)
66
DIST_DOC = $(PROJECT)/doc
77
DOC_UTF8LF = $(DIST_DOC)/utf8lf

doc/ChangeLog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2011/6/27,ver 1.3 rc3(包括前面所有 alpha、beta 和 rc 版本):
1+
2011/9/13,ver 1.3 rc4(包括前面所有 alpha、beta 和 rc 版本):
22
--- 进一步重构,
33
将核心设置集中于 pkuthss 文档类中,
44
常见的额外设置集中于 pkuthss-extra 宏包中。

doc/pkuthss.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
% 提供 Verbatim 环境和 \VerbatimInput 命令。
1212
\usepackage{fancyvrb}
1313
% pkuthss 文档模版的版本。
14-
\newcommand{\docversion}{v1.3 rc3}
14+
\newcommand{\docversion}{v1.3 rc4}
1515

1616
% 参考文献格式。
1717
\bibliographystyle{ref/chinesebst-mod}
@@ -30,7 +30,7 @@
3030
cauthor={盖茨波 $\cdot$$\cdot$ 维克托},
3131
eauthor={Casper Ti.\ Vector},
3232
studentid={00910???},
33-
date={二〇一一年六月},
33+
date={二〇一一年九月},
3434
school={化学与分子工程学院},
3535
cmajor={化学}, emajor={Chemistry}, direction={理论和计算化学},
3636
cmentor={XX 教授}, ementor={Prof.\ XX},

tex/pkuthss-extra.sty

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
2626
\ProvidesPackage{pkuthss-extra}
27-
[2011/06/27 v1.3 rc3 Common extra settings for the pkuthss document class]
27+
[2011/09/13 v1.3 rc4 Common extra settings for the pkuthss document class]
2828

2929
% Check the dependency of pkuthss.
3030
\@ifclassloaded{pkuthss}{}{
@@ -72,7 +72,7 @@
7272
\ifxetex\else\RequirePackage{CJKspace}\fi
7373
% Make spacing nicer in some situations (eg. footnotes and verbatims).
7474
\RequirePackage{setspace}
75-
% Make the type page centered.
75+
% Make the text area centered in the page.
7676
\geometry{centering}
7777
% Set line skip.
7878
\linespread{1.41}\selectfont

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-
[2011/06/27 v1.3 rc3 Labels and captions in GBK encoding
26+
[2011/09/13 v1.3 rc4 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-
[2011/06/27 v1.3 rc3 Labels and captions in UTF-8 encoding
26+
[2011/09/13 v1.3 rc4 Labels and captions in UTF-8 encoding
2727
for the pkuthss document class]
2828

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

tex/pkuthss.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
2626
\ProvidesClass{pkuthss}
27-
[2011/06/27 v1.3 rc3 Peking University dissertation document class]
27+
[2011/09/13 v1.3 rc4 Peking University dissertation document class]
2828

2929
% Process the encoding options.
3030
\newif\ifpkuthss@opt@gbk \pkuthss@opt@gbktrue
@@ -85,7 +85,7 @@
8585
}
8686
\fi\fi
8787

88-
\AtEndOfClass{%
88+
\AtEndOfClass{
8989
% Setting chinese captions and labels.
9090
\ifpkuthss@opt@gbk\input{pkuthss-gbk.def}
9191
\else\input{pkuthss-utf8.def}

0 commit comments

Comments
 (0)