File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66TITLE = pkuthss
77README = $(TITLE )
88EXAMPLE = thesis
9- VERSION = 1.6.0
9+ VERSION = 1.6.1
1010
1111default : dist
1212
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+
1172014-04-28, v1.6.0
218
319 * API Changes:
4965
50662014-05-23, v1.5.3
5167
52- * Changes to package code:
53- - Use `\newcommand*'/`\renewcommand*' when appropriate.
54- - Fix bookmarks in pdflatex/gbk compilation by introducing xCJK2uni.
55-
5668 * Changes to example template:
5769 - No longer require gbk2uni.
5870 - Exemplify `\cite', `\parencite' and `\supercite'.
5971
72+ * Changes to package code:
73+ - Use `\newcommand*'/`\renewcommand*' when appropriate.
74+ - Fix bookmarks in pdflatex/gbk compilation by introducing xCJK2uni.
75+
6076 * Changes to documentation:
6177 - No longer recommend the CTeX Suite.
6278 - Remove install hints (already included in TeX Live).
Original file line number Diff line number Diff line change 4343
4444\newcommand {\myemph }[1]{\emph {\textcolor {red}{#1} }}
4545\newcommand {\unemph }[1]{\textup {\textcolor {black}{#1}}}
46- \newcommand {\docversion }{v1.6.0 }
46+ \newcommand {\docversion }{v1.6.1 }
4747
4848\pkuthssinfo {
4949 cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
5555 cauthor = {盖茨波·钛·维克托},
5656 eauthor = {Casper Ti.\ Vector},
5757 studentid = {00910???},
58- date = {二〇一五年四月 },
58+ date = {二〇一五年五月 },
5959 school = {化学与分子工程学院},
6060 cmajor = {化学(?)}, emajor = {Chemistry ... ?},
6161 direction = {据说 Casper 自己也不知道},
Original file line number Diff line number Diff line change 2626
2727\NeedsTeXFormat {LaTeX2e}[1995/12/01]
2828\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]
3030
3131% Check the dependency of pkuthss.
3232\@ifclassloaded {pkuthss}{}{
Original file line number Diff line number Diff line change 2525% pkuword.eps
2626
2727\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
2929 for the pkuthss document class]
3030
3131\def\label@ctitle {题目:}
Original file line number Diff line number Diff line change 2525% pkuword.eps
2626
2727\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
2929 for the pkuthss document class]
3030
3131\def\label@ctitle {题目:}
Original file line number Diff line number Diff line change 2626
2727\NeedsTeXFormat {LaTeX2e}[1995/12/01]
2828\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]
3030
3131% Process the encoding options.
3232\newif\ifpkuthss@opt@gbk \pkuthss@opt@gbktrue
You can’t perform that action at this time.
0 commit comments