Bump version number to `1.8.3'.
This commit is contained in:
parent
eb75a1bde1
commit
236727620e
2
Makefile
2
Makefile
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
TITLE = pkuthss
|
TITLE = pkuthss
|
||||||
EXAMPLE = thesis
|
EXAMPLE = thesis
|
||||||
VERSION = 1.8.2
|
VERSION = 1.8.3
|
||||||
|
|
||||||
default: dist
|
default: dist
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,21 @@
|
|||||||
|
2020-11-02, v1.8.3
|
||||||
|
|
||||||
|
* Changes to example template:
|
||||||
|
- ctex-fontset-pkuthss.def: update `\ctex_load_zhmap' usage.
|
||||||
|
- Remove Makefile.
|
||||||
|
|
||||||
|
* Changes to package code:
|
||||||
|
- pkuthss.cls: do not let ulem mess with `\emph'.
|
||||||
|
- pkuthss.cls: make `ugly' title page more compliant.
|
||||||
|
|
||||||
|
* Changes to documentation:
|
||||||
|
- pkuthss-chap[12].tex: `须'/`需' typo.
|
||||||
|
- Remove space around `\zhdigits' in date.
|
||||||
|
- Add pkuthss.bib to copyright lines.
|
||||||
|
|
||||||
|
* Misc:
|
||||||
|
- Minor fixes and cosmetics.
|
||||||
|
|
||||||
2019-11-17, v1.8.2
|
2019-11-17, v1.8.2
|
||||||
|
|
||||||
* Misc:
|
* Misc:
|
||||||
|
|||||||
@ -50,7 +50,7 @@
|
|||||||
tabsize = 4, formatcom = {\ifXeTeX\xeCJKVerbAddon\fi}
|
tabsize = 4, formatcom = {\ifXeTeX\xeCJKVerbAddon\fi}
|
||||||
}
|
}
|
||||||
|
|
||||||
\newcommand*{\docversion}{v1.8.2}
|
\newcommand*{\docversion}{v1.8.3}
|
||||||
\pkuthssinfo{
|
\pkuthssinfo{
|
||||||
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
|
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
|
||||||
ctitle = {北京大学学位论文模版\\pkuthss \docversion},
|
ctitle = {北京大学学位论文模版\\pkuthss \docversion},
|
||||||
@ -61,7 +61,7 @@
|
|||||||
cauthor = {盖茨波·钛·维克托},
|
cauthor = {盖茨波·钛·维克托},
|
||||||
eauthor = {Casper Ti.\ Vector},
|
eauthor = {Casper Ti.\ Vector},
|
||||||
studentid = {00910???},
|
studentid = {00910???},
|
||||||
date = {\zhdigits{2019}年\zhnumber{11}月},
|
date = {\zhdigits{2020}年\zhnumber{11}月},
|
||||||
school = {化学与分子工程学院},
|
school = {化学与分子工程学院},
|
||||||
cmajor = {化学(?)}, emajor = {Chemistry ... ?},
|
cmajor = {化学(?)}, emajor = {Chemistry ... ?},
|
||||||
direction = {据说 Casper 自己也不知道},
|
direction = {据说 Casper 自己也不知道},
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
% pkuword.eps
|
% pkuword.eps
|
||||||
|
|
||||||
\ProvidesFile{pkuthss-gbk.def}
|
\ProvidesFile{pkuthss-gbk.def}
|
||||||
[2019/11/17 v1.8.2 Labels and captions in GBK encoding
|
[2020/11/02 v1.8.3 Labels and captions in GBK encoding
|
||||||
for the pkuthss document class]
|
for the pkuthss document class]
|
||||||
|
|
||||||
\def\label@ctitle{题目:}
|
\def\label@ctitle{题目:}
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
% pkuword.eps
|
% pkuword.eps
|
||||||
|
|
||||||
\ProvidesFile{pkuthss-utf8.def}
|
\ProvidesFile{pkuthss-utf8.def}
|
||||||
[2019/11/17 v1.8.2 Labels and captions in UTF-8 encoding
|
[2020/11/02 v1.8.3 Labels and captions in UTF-8 encoding
|
||||||
for the pkuthss document class]
|
for the pkuthss document class]
|
||||||
|
|
||||||
\def\label@ctitle{题目:}
|
\def\label@ctitle{题目:}
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
||||||
\ProvidesClass{pkuthss}
|
\ProvidesClass{pkuthss}
|
||||||
[2019/11/17 v1.8.2 Peking University dissertation document class]
|
[2020/11/02 v1.8.3 Peking University dissertation document class]
|
||||||
|
|
||||||
% eg. `\thss@int@boolopt{spacing}{true}' will expand to:
|
% eg. `\thss@int@boolopt{spacing}{true}' will expand to:
|
||||||
% \newif\ifthss@opt@spacing \thss@opt@spacingtrue
|
% \newif\ifthss@opt@spacing \thss@opt@spacingtrue
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user