File tree Expand file tree Collapse file tree 7 files changed +24
-7
lines changed Expand file tree Collapse file tree 7 files changed +24
-7
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 = rc3
8
+ MINORVER = rc4
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-12-26, v1.4 rc4
2
+
3
+ * API Changes:
4
+ - Add `caption' option to customise caption fonts.
5
+ - Remove `\label@cmentorb'; `\label@cmentora' -> `\label@cmentor'.
6
+ - Move `[no]uppermark' to pkuthss.cls.
7
+
8
+ * Changes to package code:
9
+ - Consider `oneside' in page style.
10
+
11
+ * Changes to documentation:
12
+ - Add support for 2-dimensional bar code.
13
+ - Add and refine lots of hints.
14
+
15
+ * Misc:
16
+ - Minor fixes and improvements.
17
+
1
18
2013-04-07, v1.4 rc3
2
19
3
20
* Misc:
Original file line number Diff line number Diff line change 42
42
\newcommand {\myemph }[1]{\emph {\textcolor {red}{#1} }}
43
43
44
44
% pkuthss 文档模版的版本。
45
- \newcommand {\docversion }{v1.4 rc3 }
45
+ \newcommand {\docversion }{v1.4 rc4 }
46
46
% 设定文档的基本信息。
47
47
\pkuthssinfo {
48
48
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
58
58
cauthor = {盖茨波 $ \cdot $ 钛 $ \cdot $ 维克托},
59
59
eauthor = {Casper Ti.\ Vector},
60
60
studentid = {00910???},
61
- date = {二〇一三年四月 },
61
+ date = {二〇一三年十二月 },
62
62
school = {化学与分子工程学院},
63
63
cmajor = {化学(?)}, emajor = {Chemistry ... ?},
64
64
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/04/07 v1.4-rc3 Common extra settings for the pkuthss document class]
27
+ [2013/12/26 v1.4-rc4 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/04/07 v1.4-rc3 Labels and captions in GBK encoding
26
+ [2013/12/26 v1.4-rc4 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/04/07 v1.4-rc3 Labels and captions in UTF-8 encoding
26
+ [2013/12/26 v1.4-rc4 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/04/07 v1.4-rc3 Peking University dissertation document class]
27
+ [2013/12/26 v1.4-rc4 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