Bump version number to `1.4 rc3'.
This commit is contained in:
parent
eb2fb27447
commit
09433d72fc
2
Makefile
2
Makefile
@ -5,7 +5,7 @@
|
||||
|
||||
TITLE = pkuthss
|
||||
MAJORVER = 1.4
|
||||
MINORVER = rc2
|
||||
MINORVER = rc3
|
||||
DIST_FLAGS = TITLE=$(TITLE) MAJORVER=$(MAJORVER) MINORVER=$(MINORVER)
|
||||
|
||||
dist:
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
2013-04-07, v1.4 rc3
|
||||
|
||||
* Misc:
|
||||
- Update copyright notices.
|
||||
- Minor fixes and improvements.
|
||||
|
||||
2013-03-30, v1.4 rc2
|
||||
|
||||
* Changes to package code:
|
||||
|
||||
@ -20,11 +20,11 @@ vim:ts=4:sw=4
|
||||
|
||||
@online{biblatex-caspervector,
|
||||
author = {Vector, Casper Ti.},
|
||||
title = {biblatex 参考文献和引用样式:caspervector v0.1.7},
|
||||
title = {biblatex 参考文献和引用样式:caspervector v0.1.8},
|
||||
type = {M/OL},
|
||||
date = {2013-03-30},
|
||||
url = {https://caspervector.googlecode.com/files/biblatex-caspervector-0.1.7.zip},
|
||||
urldate = {2013-03-30},
|
||||
date = {2013-04-07},
|
||||
url = {https://caspervector.googlecode.com/files/biblatex-caspervector-0.1.8.zip},
|
||||
urldate = {2013-04-07},
|
||||
userf = {zh},
|
||||
}
|
||||
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
|
||||
|
||||
% pkuthss 文档模版的版本。
|
||||
\newcommand{\docversion}{v1.4 rc2}
|
||||
\newcommand{\docversion}{v1.4 rc3}
|
||||
% 设定文档的基本信息。
|
||||
\pkuthssinfo{
|
||||
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
|
||||
@ -47,7 +47,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/03/30 v1.4-rc2 Common extra settings for the pkuthss document class]
|
||||
[2013/04/07 v1.4-rc3 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/03/30 v1.4-rc2 Labels and captions in GBK encoding
|
||||
[2013/04/07 v1.4-rc3 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/03/30 v1.4-rc2 Labels and captions in UTF-8 encoding
|
||||
[2013/04/07 v1.4-rc3 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/03/30 v1.4-rc2 Peking University dissertation document class]
|
||||
[2013/04/07 v1.4-rc3 Peking University dissertation document class]
|
||||
|
||||
% Process the encoding options.
|
||||
\newif\ifpkuthss@opt@gbk \pkuthss@opt@gbktrue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user