File tree Expand file tree Collapse file tree 7 files changed +27
-11
lines changed Expand file tree Collapse file tree 7 files changed +27
-11
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.0
9
+ VERSION = 1.6.1
10
10
11
11
default : dist
12
12
Original file line number Diff line number Diff line change
1
+ 2014-04-28, v1.6.1
2
+
3
+ * Changes to example template:
4
+ - Fix support for `openany'.
5
+ - Use more lightweight `latexsym' instead of `amssymb' for `\Box'.
6
+
7
+ * Changes to package code:
8
+ - Fix support for `openany'.
9
+
10
+ * Changes to documentation:
11
+ - Add note (and rant) about required format of bibliographies.
12
+
13
+ * Misc:
14
+ - Remove bibtex support because of upstream changes.
15
+ - Minor fixes and cosmetics.
16
+
1
17
2014-04-28, v1.6.0
2
18
3
19
* API Changes:
49
65
50
66
2014-05-23, v1.5.3
51
67
52
- * Changes to package code:
53
- - Use `\newcommand*'/`\renewcommand*' when appropriate.
54
- - Fix bookmarks in pdflatex/gbk compilation by introducing xCJK2uni.
55
-
56
68
* Changes to example template:
57
69
- No longer require gbk2uni.
58
70
- Exemplify `\cite', `\parencite' and `\supercite'.
59
71
72
+ * Changes to package code:
73
+ - Use `\newcommand*'/`\renewcommand*' when appropriate.
74
+ - Fix bookmarks in pdflatex/gbk compilation by introducing xCJK2uni.
75
+
60
76
* Changes to documentation:
61
77
- No longer recommend the CTeX Suite.
62
78
- Remove install hints (already included in TeX Live).
Original file line number Diff line number Diff line change 43
43
44
44
\newcommand {\myemph }[1]{\emph {\textcolor {red}{#1} }}
45
45
\newcommand {\unemph }[1]{\textup {\textcolor {black}{#1}}}
46
- \newcommand {\docversion }{v1.6.0 }
46
+ \newcommand {\docversion }{v1.6.1 }
47
47
48
48
\pkuthssinfo {
49
49
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
55
55
cauthor = {盖茨波·钛·维克托},
56
56
eauthor = {Casper Ti.\ Vector},
57
57
studentid = {00910???},
58
- date = {二〇一五年四月 },
58
+ date = {二〇一五年五月 },
59
59
school = {化学与分子工程学院},
60
60
cmajor = {化学(?)}, emajor = {Chemistry ... ?},
61
61
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/04/28 v1.6.0 Common extra settings for the pkuthss document class]
29
+ [2015/05/16 v1.6.1 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/04/28 v1.6.0 Labels and captions in GBK encoding
28
+ [2015/05/16 v1.6.1 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/04/28 v1.6.0 Labels and captions in UTF-8 encoding
28
+ [2015/05/16 v1.6.1 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/04/28 v1.6.0 Peking University dissertation document class]
29
+ [2015/05/16 v1.6.1 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