Skip to content

Commit

Permalink
Bump version number to `1.9.0'.
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperVector committed Mar 29, 2021
1 parent 5c78bcc commit e3b1fa9
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

TITLE = pkuthss
EXAMPLE = thesis
VERSION = 1.8.3
VERSION = 1.9.0

default: dist

Expand Down
2 changes: 1 addition & 1 deletion doc/example/chap/abs.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Copyright (c) 2014,2016 Casper Ti. Vector
% Copyright (c) 2014,2016,2021 Casper Ti. Vector
% Public domain.

\begin{cabstract}
Expand Down
16 changes: 16 additions & 0 deletions doc/readme/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2010-03-29, v1.9.0

* API changes:
- Add support for double-blind review (thank @Kurapikov).
- Add `\thesiscover' for possibly different thesis name on the cover.

* Changes to package code:
- Greatly improve format compliance (thank @Kurapikov).

* Changes to documentation:
- More notes about table font and GB/T 7714.
- Avoid undefined `\textepsilon'.

* Misc:
- Minor fixes and cosmetics.

2020-11-02, v1.8.3

* Changes to example template:
Expand Down
2 changes: 1 addition & 1 deletion doc/readme/chap/pkuthss-abs.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% Documentation for pkuthss.
%
% Copyright (c) 2008-2009 solvethis
% Copyright (c) 2010-2014 Casper Ti. Vector
% Copyright (c) 2010-2014,2021 Casper Ti. Vector
%
% This work may be distributed and/or modified under the conditions of the
% LaTeX Project Public License, either version 1.3 of this license or (at
Expand Down
2 changes: 1 addition & 1 deletion doc/readme/chap/pkuthss-ack.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% Documentation for pkuthss.
%
% Copyright (c) 2008-2009 solvethis
% Copyright (c) 2010-2012,2015 Casper Ti. Vector
% Copyright (c) 2010-2012,2015,2021 Casper Ti. Vector
%
% This work may be distributed and/or modified under the conditions of the
% LaTeX Project Public License, either version 1.3 of this license or (at
Expand Down
4 changes: 2 additions & 2 deletions doc/readme/pkuthss.tex
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}

\newif\ifblind\blindfalse
\newcommand*{\docversion}{v1.8.3}
\newcommand*{\docversion}{v1.9.0}
\pkuthssinfo{
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
ctitle = {北京大学学位论文模版{\thssnl}pkuthss \docversion},
Expand All @@ -60,7 +60,7 @@
\texorpdfstring{\thssnl}{: }pkuthss \docversion%
},
cauthor = {盖茨波·钛·维克托}, eauthor = {Casper Ti.\ Vector},
date = {\zhdigits{2020}年\zhnumber{11}月},
date = {\zhdigits{2021}年\zhnumber{3}月},
studentid = {00910???}, school = {化学与分子工程学院},
cmajor = {应用化学}, emajor = {Applied Chemistry},
direction = {据说 Casper 自己也不知道},
Expand Down
2 changes: 1 addition & 1 deletion tex/pkuthss-gbk.def
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
% pkuword.eps

\ProvidesFile{pkuthss-gbk.def}
[2020/11/02 v1.8.3 Labels and captions in GBK encoding
[2021/03/29 v1.9.0 Labels and captions in GBK encoding
for the pkuthss document class]

\def\label@ctitle{题目:}
Expand Down
2 changes: 1 addition & 1 deletion tex/pkuthss-utf8.def
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
% pkuword.eps

\ProvidesFile{pkuthss-utf8.def}
[2020/11/02 v1.8.3 Labels and captions in UTF-8 encoding
[2021/03/29 v1.9.0 Labels and captions in UTF-8 encoding
for the pkuthss document class]

\def\label@ctitle{题目:}
Expand Down
2 changes: 1 addition & 1 deletion tex/pkuthss.cls
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{pkuthss}
[2020/11/02 v1.8.3 Peking University dissertation document class]
[2021/03/29 v1.9.0 Peking University dissertation document class]

% eg. `\thss@int@boolopt{spacing}{true}' will expand to:
% \newif\ifthss@opt@spacing \thss@opt@spacingtrue
Expand Down

0 comments on commit e3b1fa9

Please sign in to comment.