Bump version number to `1.7.4'.
This commit is contained in:
parent
86f6d7e063
commit
39fa4480db
2
Makefile
2
Makefile
@ -4,7 +4,7 @@
|
||||
TITLE = pkuthss
|
||||
README = $(TITLE)
|
||||
EXAMPLE = thesis
|
||||
VERSION = 1.7.3
|
||||
VERSION = 1.7.4
|
||||
|
||||
default: dist
|
||||
|
||||
|
||||
@ -1,3 +1,20 @@
|
||||
2017-03-01, v1.7.4
|
||||
|
||||
* API changes:
|
||||
- pkuthss.cls: provide undocumented option for uglification.
|
||||
|
||||
* Changes to example template:
|
||||
- ctex-fontset-pkuthss.def: follow LaTeX3 change.
|
||||
- copyright.tex: fix now inaccurate comment.
|
||||
|
||||
* Changes to package code:
|
||||
- Remove support for ctex < v2.x.
|
||||
- Replace CJKfntef's `\CJKunderline' with ulem's `\uline'.
|
||||
- pkuthss.cls: tweak newtxmath setup.
|
||||
|
||||
* Misc:
|
||||
- Minor fixes and cosmetics.
|
||||
|
||||
2016-05-24, v1.7.3
|
||||
|
||||
* Changes to package code:
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
|
||||
版权所有 \copyright\ 2008--2009 solvethis
|
||||
\par
|
||||
版权所有 \copyright\ 2010--2016 Casper Ti. Vector
|
||||
版权所有 \copyright\ 2010--2017 Casper Ti. Vector
|
||||
\vskip 1em
|
||||
|
||||
pkuthss 文档类及其说明文档均以 \hologo{LaTeX} Project Public License 发布。
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
\hypersetup{colorlinks = true, allcolors = blue}
|
||||
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
|
||||
\newcommand{\unemph}[1]{\textup{\textcolor{black}{#1}}}
|
||||
\newcommand{\docversion}{v1.7.3}
|
||||
\newcommand{\docversion}{v1.7.4}
|
||||
|
||||
\pkuthssinfo{
|
||||
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
|
||||
@ -54,7 +54,7 @@
|
||||
cauthor = {盖茨波·钛·维克托},
|
||||
eauthor = {Casper Ti.\ Vector},
|
||||
studentid = {00910???},
|
||||
date = {二〇一六年五月},
|
||||
date = {二〇一七年三月},
|
||||
school = {化学与分子工程学院},
|
||||
cmajor = {化学(?)}, emajor = {Chemistry ... ?},
|
||||
direction = {据说 Casper 自己也不知道},
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
% pkuword.eps
|
||||
|
||||
\ProvidesFile{pkuthss-gbk.def}
|
||||
[2016/05/24 v1.7.3 Labels and captions in GBK encoding
|
||||
[2017/03/01 v1.7.4 Labels and captions in GBK encoding
|
||||
for the pkuthss document class]
|
||||
|
||||
\def\label@ctitle{题目:}
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
% pkuword.eps
|
||||
|
||||
\ProvidesFile{pkuthss-utf8.def}
|
||||
[2016/05/24 v1.7.3 Labels and captions in UTF-8 encoding
|
||||
[2017/03/01 v1.7.4 Labels and captions in UTF-8 encoding
|
||||
for the pkuthss document class]
|
||||
|
||||
\def\label@ctitle{题目:}
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
||||
\ProvidesClass{pkuthss}
|
||||
[2016/05/24 v1.7.3 Peking University dissertation document class]
|
||||
[2017/03/01 v1.7.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