File tree Expand file tree Collapse file tree 7 files changed +27
-7
lines changed Expand file tree Collapse file tree 7 files changed +27
-7
lines changed Original file line number Diff line number Diff line change 6
6
TITLE = pkuthss
7
7
README = $(TITLE )
8
8
EXAMPLE = thesis
9
- VERSION = 1.6.1
9
+ VERSION = 1.6.2
10
10
11
11
default : dist
12
12
Original file line number Diff line number Diff line change
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
+
1
21
2015-05-16, v1.6.1
2
22
3
23
* Changes to example template:
Original file line number Diff line number Diff line change 44
44
45
45
\newcommand {\myemph }[1]{\emph {\textcolor {red}{#1} }}
46
46
\newcommand {\unemph }[1]{\textup {\textcolor {black}{#1}}}
47
- \newcommand {\docversion }{v1.6.1 }
47
+ \newcommand {\docversion }{v1.6.2 }
48
48
49
49
\pkuthssinfo {
50
50
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
56
56
cauthor = {盖茨波·钛·维克托},
57
57
eauthor = {Casper Ti.\ Vector},
58
58
studentid = {00910???},
59
- date = {二〇一五年五月 },
59
+ date = {二〇一五年六月 },
60
60
school = {化学与分子工程学院},
61
61
cmajor = {化学(?)}, emajor = {Chemistry ... ?},
62
62
direction = {据说 Casper 自己也不知道},
Original file line number Diff line number Diff line change 26
26
27
27
\NeedsTeXFormat {LaTeX2e}[1995/12/01]
28
28
\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]
30
30
31
31
% Check the dependency of pkuthss.
32
32
\@ifclassloaded {pkuthss}{}{
Original file line number Diff line number Diff line change 25
25
% pkuword.eps
26
26
27
27
\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
29
29
for the pkuthss document class]
30
30
31
31
\def\label@ctitle {题目:}
Original file line number Diff line number Diff line change 25
25
% pkuword.eps
26
26
27
27
\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
29
29
for the pkuthss document class]
30
30
31
31
\def\label@ctitle {题目:}
Original file line number Diff line number Diff line change 26
26
27
27
\NeedsTeXFormat {LaTeX2e}[1995/12/01]
28
28
\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]
30
30
31
31
% Process the encoding options.
32
32
\newif\ifpkuthss@opt@gbk \pkuthss@opt@gbktrue
You can’t perform that action at this time.
0 commit comments