Bump version number to `1.5.1'.
This commit is contained in:
parent
097fb66950
commit
a0ec9b33e7
2
Makefile
2
Makefile
@ -5,7 +5,7 @@
|
||||
|
||||
TITLE = pkuthss
|
||||
EXAMPLE = thesis
|
||||
VERSION = 1.5.0
|
||||
VERSION = 1.5.1
|
||||
|
||||
default: dist
|
||||
|
||||
|
||||
@ -1,3 +1,12 @@
|
||||
2014-04-16, v1.5.1
|
||||
|
||||
* API Changes:
|
||||
- pkulogo and pkuword are moved into tex/ and relicensed to LPPL.
|
||||
|
||||
* Misc:
|
||||
- qa: fix whitespace check.
|
||||
- Minor improvements.
|
||||
|
||||
2014-04-11, v1.5.0
|
||||
|
||||
* Changes to example template:
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
\usepackage{fancyvrb}
|
||||
|
||||
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
|
||||
\newcommand{\docversion}{v1.5.0}
|
||||
\newcommand{\docversion}{v1.5.1}
|
||||
|
||||
\pkuthssinfo{
|
||||
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
|
||||
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
||||
\ProvidesPackage{pkuthss-extra}
|
||||
[2014/04/12 v1.5.0 Common extra settings for the pkuthss document class]
|
||||
[2014/04/16 v1.5.1 Common extra settings for the pkuthss document class]
|
||||
|
||||
% Check the dependency of pkuthss.
|
||||
\@ifclassloaded{pkuthss}{}{
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
% pkuword.eps
|
||||
|
||||
\ProvidesFile{pkuthss-gbk.def}
|
||||
[2014/04/12 v1.5.0 Labels and captions in GBK encoding
|
||||
[2014/04/16 v1.5.1 Labels and captions in GBK encoding
|
||||
for the pkuthss document class]
|
||||
|
||||
\def\label@ctitle{题目:}
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
% pkuword.eps
|
||||
|
||||
\ProvidesFile{pkuthss-utf8.def}
|
||||
[2014/04/12 v1.5.0 Labels and captions in UTF-8 encoding
|
||||
[2014/04/16 v1.5.1 Labels and captions in UTF-8 encoding
|
||||
for the pkuthss document class]
|
||||
|
||||
\def\label@ctitle{题目:}
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
|
||||
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
||||
\ProvidesClass{pkuthss}
|
||||
[2014/04/12 v1.5.0 Peking University dissertation document class]
|
||||
[2014/04/16 v1.5.1 Peking University dissertation document class]
|
||||
|
||||
% Process the encoding options.
|
||||
\newif\ifpkuthss@opt@gbk \pkuthss@opt@gbktrue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user