Bump version number to `1.5.0'.
This commit is contained in:
parent
1ec92c473e
commit
b88939d1c6
2
Makefile
2
Makefile
@ -5,7 +5,7 @@
|
||||
|
||||
TITLE = pkuthss
|
||||
EXAMPLE = thesis
|
||||
VERSION = 1.4.9
|
||||
VERSION = 1.5.0
|
||||
|
||||
default: dist
|
||||
|
||||
|
||||
@ -1,3 +1,17 @@
|
||||
2014-04-11, v1.5.0
|
||||
|
||||
* Changes to example template:
|
||||
- Just split from documentation.
|
||||
- Now also offer pdf for the example template.
|
||||
|
||||
* Changes to documentation:
|
||||
- Relicense to LPPL v1.3+ (not including the example template).
|
||||
|
||||
* Misc:
|
||||
- Switch to the x.y.z version scheme, thus no longer use alpha/beta/rc.
|
||||
- Utility Makefiles easier to reason about.
|
||||
- Minor improvements.
|
||||
|
||||
2014-04-11, v1.4
|
||||
|
||||
* Changes to package code:
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
\usepackage{fancyvrb}
|
||||
|
||||
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
|
||||
\newcommand{\docversion}{v1.4.9}
|
||||
\newcommand{\docversion}{v1.5.0}
|
||||
|
||||
\pkuthssinfo{
|
||||
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
|
||||
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
||||
\ProvidesPackage{pkuthss-extra}
|
||||
[2014/04/11 v1.4.9 Common extra settings for the pkuthss document class]
|
||||
[2014/04/12 v1.5.0 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}
|
||||
[2014/04/11 v1.4.9 Labels and captions in GBK encoding
|
||||
[2014/04/12 v1.5.0 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}
|
||||
[2014/04/11 v1.4.9 Labels and captions in UTF-8 encoding
|
||||
[2014/04/12 v1.5.0 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}
|
||||
[2014/04/11 v1.4.9 Peking University dissertation document class]
|
||||
[2014/04/12 v1.5.0 Peking University dissertation document class]
|
||||
|
||||
% Process the encoding options.
|
||||
\newif\ifpkuthss@opt@gbk \pkuthss@opt@gbktrue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user