Bump version number to `1.8.2'.
This commit is contained in:
parent
822b7b262a
commit
8e82a0eda9
2
Makefile
2
Makefile
@ -3,7 +3,7 @@
|
||||
|
||||
TITLE = pkuthss
|
||||
EXAMPLE = thesis
|
||||
VERSION = 1.8.1
|
||||
VERSION = 1.8.2
|
||||
|
||||
default: dist
|
||||
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
2019-11-17, v1.8.2
|
||||
|
||||
* Misc:
|
||||
- CTAN now also wants README in the TDS archive.
|
||||
- `README' -> `README.txt' do avoid collision with the `readme' directory.
|
||||
- Fix ignored `\docversion' update.
|
||||
|
||||
2019-11-15, v1.8.1
|
||||
|
||||
* Changes to example template:
|
||||
|
||||
@ -49,7 +49,7 @@
|
||||
tabsize = 4, formatcom = {\ifXeTeX\xeCJKVerbAddon\fi}
|
||||
}
|
||||
|
||||
\newcommand*{\docversion}{v1.8.1}
|
||||
\newcommand*{\docversion}{v1.8.2}
|
||||
\pkuthssinfo{
|
||||
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
|
||||
ctitle = {北京大学学位论文模版\\pkuthss \docversion},
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
% pkuword.eps
|
||||
|
||||
\ProvidesFile{pkuthss-gbk.def}
|
||||
[2019/11/15 v1.8.1 Labels and captions in GBK encoding
|
||||
[2019/11/17 v1.8.2 Labels and captions in GBK encoding
|
||||
for the pkuthss document class]
|
||||
|
||||
\def\label@ctitle{题目:}
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
% pkuword.eps
|
||||
|
||||
\ProvidesFile{pkuthss-utf8.def}
|
||||
[2019/11/15 v1.8.1 Labels and captions in UTF-8 encoding
|
||||
[2019/11/17 v1.8.2 Labels and captions in UTF-8 encoding
|
||||
for the pkuthss document class]
|
||||
|
||||
\def\label@ctitle{题目:}
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
||||
\ProvidesClass{pkuthss}
|
||||
[2019/11/15 v1.8.1 Peking University dissertation document class]
|
||||
[2019/11/17 v1.8.2 Peking University dissertation document class]
|
||||
|
||||
% eg. `\thss@int@boolopt{spacing}{true}' will expand to:
|
||||
% \newif\ifthss@opt@spacing \thss@opt@spacingtrue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user