Bump version number to `1.9.0'.
This commit is contained in:
parent
5c78bccbe6
commit
e3b1fa9795
2
Makefile
2
Makefile
@ -3,7 +3,7 @@
|
||||
|
||||
TITLE = pkuthss
|
||||
EXAMPLE = thesis
|
||||
VERSION = 1.8.3
|
||||
VERSION = 1.9.0
|
||||
|
||||
default: dist
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
% Copyright (c) 2014,2016 Casper Ti. Vector
|
||||
% Copyright (c) 2014,2016,2021 Casper Ti. Vector
|
||||
% Public domain.
|
||||
|
||||
\begin{cabstract}
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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},
|
||||
@ -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 自己也不知道},
|
||||
|
||||
@ -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{题目:}
|
||||
|
||||
@ -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{题目:}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user