diff --git a/Makefile b/Makefile index f26552f..84c77cc 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ TITLE = pkuthss EXAMPLE = thesis -VERSION = 1.8.1 +VERSION = 1.8.2 default: dist diff --git a/doc/readme/ChangeLog.txt b/doc/readme/ChangeLog.txt index 57eac50..820daec 100644 --- a/doc/readme/ChangeLog.txt +++ b/doc/readme/ChangeLog.txt @@ -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: diff --git a/doc/readme/pkuthss.tex b/doc/readme/pkuthss.tex index 8d737e8..2e8b081 100644 --- a/doc/readme/pkuthss.tex +++ b/doc/readme/pkuthss.tex @@ -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}, diff --git a/tex/pkuthss-gbk.def b/tex/pkuthss-gbk.def index 8ebb0f6..02e885d 100644 --- a/tex/pkuthss-gbk.def +++ b/tex/pkuthss-gbk.def @@ -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{Ŀ} diff --git a/tex/pkuthss-utf8.def b/tex/pkuthss-utf8.def index 64cbcf1..9bc6000 100644 --- a/tex/pkuthss-utf8.def +++ b/tex/pkuthss-utf8.def @@ -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{题目:} diff --git a/tex/pkuthss.cls b/tex/pkuthss.cls index 0e0c766..7f75114 100644 --- a/tex/pkuthss.cls +++ b/tex/pkuthss.cls @@ -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