Bump version number to `1.6.4'.
This commit is contained in:
parent
944167e70a
commit
521653dab3
2
Makefile
2
Makefile
@ -6,7 +6,7 @@
|
||||
TITLE = pkuthss
|
||||
README = $(TITLE)
|
||||
EXAMPLE = thesis
|
||||
VERSION = 1.6.3
|
||||
VERSION = 1.6.4
|
||||
|
||||
default: dist
|
||||
|
||||
|
||||
@ -1,3 +1,27 @@
|
||||
2015-12-15, v1.6.4
|
||||
|
||||
* API Changes:
|
||||
- New package option: `pkufont'.
|
||||
|
||||
* Changes to example template:
|
||||
- Loading of newtx packages moved into package code.
|
||||
- originauth.tex: `\square' -> `\Box'.
|
||||
- ctex-fontset-pkuthss.def: comment out li/you to avoid surprises.
|
||||
|
||||
* Changes to package code:
|
||||
- Fix maths fonts with newtx when using XeLaTeX, thanks to @LeoLiu.
|
||||
- pkuthss.cls: work around non-hyperlinked citations.
|
||||
- `\pkuthssextra@int@boolopt' -> `\pkuthss@int@boolopt'.
|
||||
- pkuthss.cls: remove unnecessary `\AtEndofClass'.
|
||||
|
||||
* Changes to documentation:
|
||||
- pkuthss.bib: pku-thesisstyle updated to v2.0, no substantial changes.
|
||||
- pkuthss-acknowledge.tex: some "lyric" text.
|
||||
|
||||
* Misc:
|
||||
- Homepage moved to GitLab.
|
||||
- Minor fixes and cosmetics.
|
||||
|
||||
2015-06-30, v1.6.3
|
||||
|
||||
* Changes to documentation:
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
|
||||
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
|
||||
\newcommand{\unemph}[1]{\textup{\textcolor{black}{#1}}}
|
||||
\newcommand{\docversion}{v1.6.3}
|
||||
\newcommand{\docversion}{v1.6.4}
|
||||
|
||||
\pkuthssinfo{
|
||||
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
|
||||
@ -53,7 +53,7 @@
|
||||
cauthor = {盖茨波·钛·维克托},
|
||||
eauthor = {Casper Ti.\ Vector},
|
||||
studentid = {00910???},
|
||||
date = {二〇一五年六月},
|
||||
date = {二〇一五年十二月},
|
||||
school = {化学与分子工程学院},
|
||||
cmajor = {化学(?)}, emajor = {Chemistry ... ?},
|
||||
direction = {据说 Casper 自己也不知道},
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
|
||||
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
||||
\ProvidesPackage{pkuthss-extra}
|
||||
[2015/06/30 v1.6.3 Common extra settings for the pkuthss document class]
|
||||
[2015/12/15 v1.6.4 Common extra settings for the pkuthss document class]
|
||||
|
||||
% Check the dependency of pkuthss.
|
||||
\@ifclassloaded{pkuthss}{}{
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
% pkuword.eps
|
||||
|
||||
\ProvidesFile{pkuthss-gbk.def}
|
||||
[2015/06/30 v1.6.3 Labels and captions in GBK encoding
|
||||
[2015/12/15 v1.6.4 Labels and captions in GBK encoding
|
||||
for the pkuthss document class]
|
||||
|
||||
\def\label@ctitle{题目:}
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
% pkuword.eps
|
||||
|
||||
\ProvidesFile{pkuthss-utf8.def}
|
||||
[2015/06/30 v1.6.3 Labels and captions in UTF-8 encoding
|
||||
[2015/12/15 v1.6.4 Labels and captions in UTF-8 encoding
|
||||
for the pkuthss document class]
|
||||
|
||||
\def\label@ctitle{题目:}
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
|
||||
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
||||
\ProvidesClass{pkuthss}
|
||||
[2015/06/30 v1.6.3 Peking University dissertation document class]
|
||||
[2015/12/15 v1.6.4 Peking University dissertation document class]
|
||||
|
||||
% eg. `\pkuthss@int@boolopt{spacing}{true}' will expand to:
|
||||
% \newif\ifpkuthss@opt@spacing \pkuthss@opt@spacingtrue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user