Bump version number to `1.9.1'.
This commit is contained in:
parent
3e0c7770a5
commit
133ca4b502
2
Makefile
2
Makefile
@ -3,7 +3,7 @@
|
||||
|
||||
TITLE = pkuthss
|
||||
EXAMPLE = thesis
|
||||
VERSION = 1.9.0
|
||||
VERSION = 1.9.1
|
||||
|
||||
default: dist
|
||||
|
||||
|
||||
@ -1,3 +1,20 @@
|
||||
2021-10-16, v1.9.1
|
||||
|
||||
* API changes:
|
||||
- Support `mentorlines' like casthss.
|
||||
|
||||
* Changes to example template:
|
||||
- thesis.tex: more obvious hints on `ugly', new note on `hidelinks'.
|
||||
- copy.tex, origin.tex: minor update according to school requirements.
|
||||
|
||||
* Changes to package code:
|
||||
- Merge common parts from pkuthss-*.def into pkuthss.def.
|
||||
- Also "uglify" the keywords label.
|
||||
|
||||
* Misc:
|
||||
- ChangeLog.txt: typo (thank @fjn308).
|
||||
- Minor fixes and cosmetics.
|
||||
|
||||
2021-03-29, v1.9.0
|
||||
|
||||
* API changes:
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
}
|
||||
|
||||
\newif\ifblind\blindfalse
|
||||
\newcommand*{\docversion}{v1.9.0}
|
||||
\newcommand*{\docversion}{v1.9.1}
|
||||
\pkuthssinfo{
|
||||
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
|
||||
ctitle = {北京大学学位论文模版{\thssnl}pkuthss \docversion},
|
||||
@ -60,7 +60,7 @@
|
||||
\texorpdfstring{\thssnl}{: }pkuthss \docversion%
|
||||
},
|
||||
cauthor = {盖茨波·钛·维克托}, eauthor = {Casper Ti.\ Vector},
|
||||
date = {\zhdigits{2021}年\zhnumber{3}月},
|
||||
date = {\zhdigits{2021}年\zhnumber{10}月},
|
||||
studentid = {00910???}, school = {化学与分子工程学院},
|
||||
cmajor = {应用化学}, emajor = {Applied Chemistry},
|
||||
direction = {据说 Casper 自己也不知道}, mentorlines = {2},
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
% pkuword.eps
|
||||
|
||||
\ProvidesFile{pkuthss-gbk.def}
|
||||
[2021/03/29 v1.9.0 Labels and captions in GBK encoding
|
||||
[2021/10/16 v1.9.1 Labels and captions in GBK encoding
|
||||
for the pkuthss document class]
|
||||
|
||||
\def\label@ctitle{题目:}
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
% pkuword.eps
|
||||
|
||||
\ProvidesFile{pkuthss-utf8.def}
|
||||
[2021/03/29 v1.9.0 Labels and captions in UTF-8 encoding
|
||||
[2021/10/16 v1.9.1 Labels and captions in UTF-8 encoding
|
||||
for the pkuthss document class]
|
||||
|
||||
\def\label@ctitle{题目:}
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
|
||||
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
||||
\ProvidesClass{pkuthss}
|
||||
[2021/03/29 v1.9.0 Peking University dissertation document class]
|
||||
[2021/10/16 v1.9.1 Peking University dissertation document class]
|
||||
|
||||
% eg. `\thss@int@boolopt{spacing}{true}' will expand to:
|
||||
% \newif\ifthss@opt@spacing \thss@opt@spacingtrue
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
% pkuword.eps
|
||||
|
||||
\ProvidesFile{pkuthss.def}
|
||||
[2021/03/29 v1.9.0 Labels and captions for the pkuthss document class]
|
||||
[2021/10/16 v1.9.1 Labels and captions for the pkuthss document class]
|
||||
|
||||
\def\label@ementor{Directed by\ }
|
||||
\def\euniversity{Peking University}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user