File tree Expand file tree Collapse file tree 8 files changed +17
-11
lines changed Expand file tree Collapse file tree 8 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 5
5
6
6
TITLE = pkuthss
7
7
MAJORVER = 1.4
8
- MINORVER = rc2
8
+ MINORVER = rc3
9
9
DIST_FLAGS = TITLE=$(TITLE ) MAJORVER=$(MAJORVER ) MINORVER=$(MINORVER )
10
10
11
11
dist :
Original file line number Diff line number Diff line change
1
+ 2013-04-07, v1.4 rc3
2
+
3
+ * Misc:
4
+ - Update copyright notices.
5
+ - Minor fixes and improvements.
6
+
1
7
2013-03-30, v1.4 rc2
2
8
3
9
* Changes to package code:
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ @online{biblatex
20
20
21
21
@online {biblatex-caspervector ,
22
22
author = { Vector, Casper Ti.} ,
23
- title = { biblatex 参考文献和引用样式:caspervector v0.1.7 } ,
23
+ title = { biblatex 参考文献和引用样式:caspervector v0.1.8 } ,
24
24
type = { M/OL} ,
25
- date = { 2013-03-30 } ,
26
- url = { https://caspervector.googlecode.com/files/biblatex-caspervector-0.1.7 .zip} ,
27
- urldate = { 2013-03-30 } ,
25
+ date = { 2013-04-07 } ,
26
+ url = { https://caspervector.googlecode.com/files/biblatex-caspervector-0.1.8 .zip} ,
27
+ urldate = { 2013-04-07 } ,
28
28
userf = { zh} ,
29
29
}
30
30
Original file line number Diff line number Diff line change 31
31
\newcommand {\myemph }[1]{\emph {\textcolor {red}{#1} }}
32
32
33
33
% pkuthss 文档模版的版本。
34
- \newcommand {\docversion }{v1.4 rc2 }
34
+ \newcommand {\docversion }{v1.4 rc3 }
35
35
% 设定文档的基本信息。
36
36
\pkuthssinfo {
37
37
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
47
47
cauthor = {盖茨波 $ \cdot $ 钛 $ \cdot $ 维克托},
48
48
eauthor = {Casper Ti.\ Vector},
49
49
studentid = {00910???},
50
- date = {二〇一三年三月 },
50
+ date = {二〇一三年四月 },
51
51
school = {化学与分子工程学院},
52
52
cmajor = {化学(?)}, emajor = {Chemistry},
53
53
direction = {据说 Casper 自己也不知道},
Original file line number Diff line number Diff line change 24
24
25
25
\NeedsTeXFormat {LaTeX2e}[1995/12/01]
26
26
\ProvidesPackage {pkuthss-extra}
27
- [2013/03/30 v1.4-rc2 Common extra settings for the pkuthss document class]
27
+ [2013/04/07 v1.4-rc3 Common extra settings for the pkuthss document class]
28
28
29
29
% Check the dependency of pkuthss.
30
30
\@ifclassloaded {pkuthss}{}{
Original file line number Diff line number Diff line change 23
23
% pkuthss-extra.sty
24
24
25
25
\ProvidesFile {pkuthss-gbk.def}
26
- [2013/03/30 v1.4-rc2 Labels and captions in GBK encoding
26
+ [2013/04/07 v1.4-rc3 Labels and captions in GBK encoding
27
27
for the pkuthss document class]
28
28
29
29
\def\label@ctitle {题目:}
Original file line number Diff line number Diff line change 23
23
% pkuthss-extra.sty
24
24
25
25
\ProvidesFile {pkuthss-utf8.def}
26
- [2013/03/30 v1.4-rc2 Labels and captions in UTF-8 encoding
26
+ [2013/04/07 v1.4-rc3 Labels and captions in UTF-8 encoding
27
27
for the pkuthss document class]
28
28
29
29
\def\label@ctitle {题目:}
Original file line number Diff line number Diff line change 24
24
25
25
\NeedsTeXFormat {LaTeX2e}[1995/12/01]
26
26
\ProvidesClass {pkuthss}
27
- [2013/03/30 v1.4-rc2 Peking University dissertation document class]
27
+ [2013/04/07 v1.4-rc3 Peking University dissertation document class]
28
28
29
29
% Process the encoding options.
30
30
\newif\ifpkuthss@opt@gbk \pkuthss@opt@gbktrue
You can’t perform that action at this time.
0 commit comments