File tree Expand file tree Collapse file tree 7 files changed +15
-6
lines changed Expand file tree Collapse file tree 7 files changed +15
-6
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.2
9
+ VERSION = 1.6.3
10
10
11
11
default : dist
12
12
Original file line number Diff line number Diff line change
1
+ 2015-06-30, v1.6.3
2
+
3
+ * Changes to documentation:
4
+ - Disambiguate file names wrt CTAN recommendation.
5
+ - pkuthss-chap2.tex: fix some minor details.
6
+
7
+ * Misc:
8
+ - dist: reduce duplication in zipballs according to CTAN recommendation.
9
+
1
10
2015-05-30, v1.6.2
2
11
3
12
* 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.2 }
47
+ \newcommand {\docversion }{v1.6.3 }
48
48
49
49
\pkuthssinfo {
50
50
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
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/06/18 v1.6.2 Common extra settings for the pkuthss document class]
29
+ [2015/06/30 v1.6.3 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/06/18 v1.6.2 Labels and captions in GBK encoding
28
+ [2015/06/30 v1.6.3 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/06/18 v1.6.2 Labels and captions in UTF-8 encoding
28
+ [2015/06/30 v1.6.3 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/06/18 v1.6.2 Peking University dissertation document class]
29
+ [2015/06/30 v1.6.3 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