Bump version number to `1.7.3'.

This commit is contained in:
Casper Ti. Vector 2016-05-24 21:05:34 +08:00
parent 1bb91697e3
commit 1b7e343462
7 changed files with 21 additions and 7 deletions

View File

@ -4,7 +4,7 @@
TITLE = pkuthss
README = $(TITLE)
EXAMPLE = thesis
VERSION = 1.7.2
VERSION = 1.7.3
default: dist

View File

@ -1,3 +1,17 @@
2016-05-24, v1.7.3
* Changes to package code:
- Replace subfig with subcaption.
- pkuthss.cls: fix `PDF destination not defined' regression.
- pkuthss.cls: add code in case the font size infractions get caught.
* Changes to documentation:
- pkuthss-chap2.tex: add hint about copying internal files before changes.
- Sanitise the README bibliography.
* Misc:
- Minor fixes and cosmetics.
2016-03-22, v1.7.2
* Changes to documentation:

View File

@ -43,7 +43,7 @@
\hypersetup{colorlinks = true, allcolors = blue}
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
\newcommand{\unemph}[1]{\textup{\textcolor{black}{#1}}}
\newcommand{\docversion}{v1.7.2}
\newcommand{\docversion}{v1.7.3}
\pkuthssinfo{
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
@ -55,7 +55,7 @@
cauthor = {盖茨波·钛·维克托},
eauthor = {Casper Ti.\ Vector},
studentid = {00910???},
date = {二〇一六年},
date = {二〇一六年},
school = {化学与分子工程学院},
cmajor = {化学(?)}, emajor = {Chemistry ... ?},
direction = {据说 Casper 自己也不知道},

View File

@ -22,7 +22,7 @@
% pkuword.eps
\ProvidesFile{pkuthss-gbk.def}
[2016/03/22 v1.7.2 Labels and captions in GBK encoding
[2016/05/24 v1.7.3 Labels and captions in GBK encoding
for the pkuthss document class]
\def\label@ctitle{}

View File

@ -22,7 +22,7 @@
% pkuword.eps
\ProvidesFile{pkuthss-utf8.def}
[2016/03/22 v1.7.2 Labels and captions in UTF-8 encoding
[2016/05/24 v1.7.3 Labels and captions in UTF-8 encoding
for the pkuthss document class]
\def\label@ctitle{}

View File

@ -23,7 +23,7 @@
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{pkuthss}
[2016/03/22 v1.7.2 Peking University dissertation document class]
[2016/05/24 v1.7.3 Peking University dissertation document class]
% eg. `\pkuthss@int@boolopt{spacing}{true}' will expand to:
% \newif\ifpkuthss@opt@spacing \pkuthss@opt@spacingtrue

View File

@ -1,6 +1,6 @@
#!/usr/bin/make -f
#
# Copyright (c) 2012-2014 Casper Ti. Vector
# Copyright (c) 2012-2016 Casper Ti. Vector
# Public domain.
NUMDATE = $(shell date '+%Y/%m/%d')