Bump version number to `1.4 rc4'.
This commit is contained in:
parent
d61b83be2a
commit
65cb651329
2
Makefile
2
Makefile
@ -5,7 +5,7 @@
|
||||
|
||||
TITLE = pkuthss
|
||||
MAJORVER = 1.4
|
||||
MINORVER = rc3
|
||||
MINORVER = rc4
|
||||
DIST_FLAGS = TITLE=$(TITLE) MAJORVER=$(MAJORVER) MINORVER=$(MINORVER)
|
||||
|
||||
dist:
|
||||
|
||||
@ -1,3 +1,20 @@
|
||||
2013-12-26, v1.4 rc4
|
||||
|
||||
* API Changes:
|
||||
- Add `caption' option to customise caption fonts.
|
||||
- Remove `\label@cmentorb'; `\label@cmentora' -> `\label@cmentor'.
|
||||
- Move `[no]uppermark' to pkuthss.cls.
|
||||
|
||||
* Changes to package code:
|
||||
- Consider `oneside' in page style.
|
||||
|
||||
* Changes to documentation:
|
||||
- Add support for 2-dimensional bar code.
|
||||
- Add and refine lots of hints.
|
||||
|
||||
* Misc:
|
||||
- Minor fixes and improvements.
|
||||
|
||||
2013-04-07, v1.4 rc3
|
||||
|
||||
* Misc:
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
|
||||
|
||||
% pkuthss 文档模版的版本。
|
||||
\newcommand{\docversion}{v1.4 rc3}
|
||||
\newcommand{\docversion}{v1.4 rc4}
|
||||
% 设定文档的基本信息。
|
||||
\pkuthssinfo{
|
||||
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
|
||||
@ -58,7 +58,7 @@
|
||||
cauthor = {盖茨波 $\cdot$ 钛 $\cdot$ 维克托},
|
||||
eauthor = {Casper Ti.\ Vector},
|
||||
studentid = {00910???},
|
||||
date = {二〇一三年四月},
|
||||
date = {二〇一三年十二月},
|
||||
school = {化学与分子工程学院},
|
||||
cmajor = {化学(?)}, emajor = {Chemistry ... ?},
|
||||
direction = {据说 Casper 自己也不知道},
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
|
||||
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
||||
\ProvidesPackage{pkuthss-extra}
|
||||
[2013/04/07 v1.4-rc3 Common extra settings for the pkuthss document class]
|
||||
[2013/12/26 v1.4-rc4 Common extra settings for the pkuthss document class]
|
||||
|
||||
% Check the dependency of pkuthss.
|
||||
\@ifclassloaded{pkuthss}{}{
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
% pkuthss-extra.sty
|
||||
|
||||
\ProvidesFile{pkuthss-gbk.def}
|
||||
[2013/04/07 v1.4-rc3 Labels and captions in GBK encoding
|
||||
[2013/12/26 v1.4-rc4 Labels and captions in GBK encoding
|
||||
for the pkuthss document class]
|
||||
|
||||
\def\label@ctitle{题目:}
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
% pkuthss-extra.sty
|
||||
|
||||
\ProvidesFile{pkuthss-utf8.def}
|
||||
[2013/04/07 v1.4-rc3 Labels and captions in UTF-8 encoding
|
||||
[2013/12/26 v1.4-rc4 Labels and captions in UTF-8 encoding
|
||||
for the pkuthss document class]
|
||||
|
||||
\def\label@ctitle{题目:}
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
|
||||
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
||||
\ProvidesClass{pkuthss}
|
||||
[2013/04/07 v1.4-rc3 Peking University dissertation document class]
|
||||
[2013/12/26 v1.4-rc4 Peking University dissertation document class]
|
||||
|
||||
% Process the encoding options.
|
||||
\newif\ifpkuthss@opt@gbk \pkuthss@opt@gbktrue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user