Bump version number to `1.7.2'.
This commit is contained in:
parent
21e4acb9b2
commit
1acf840a89
2
Makefile
2
Makefile
@ -4,7 +4,7 @@
|
||||
TITLE = pkuthss
|
||||
README = $(TITLE)
|
||||
EXAMPLE = thesis
|
||||
VERSION = 1.7.1
|
||||
VERSION = 1.7.2
|
||||
|
||||
default: dist
|
||||
|
||||
|
||||
@ -1,3 +1,12 @@
|
||||
2016-03-22, v1.7.2
|
||||
|
||||
* Changes to documentation:
|
||||
- pkuthss-chap1.tex: note biblatex-caspervector's dependence on biber.
|
||||
|
||||
* Misc:
|
||||
- Fix missing bib due to inconsistency on author's computer.
|
||||
- Minor fixes and cosmetics.
|
||||
|
||||
2016-03-17, v1.7.1
|
||||
|
||||
* Changes to example template:
|
||||
|
||||
@ -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.1}
|
||||
\newcommand{\docversion}{v1.7.2}
|
||||
|
||||
\pkuthssinfo{
|
||||
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
% pkuword.eps
|
||||
|
||||
\ProvidesFile{pkuthss-gbk.def}
|
||||
[2016/03/17 v1.7.1 Labels and captions in GBK encoding
|
||||
[2016/03/22 v1.7.2 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/03/17 v1.7.1 Labels and captions in UTF-8 encoding
|
||||
[2016/03/22 v1.7.2 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/03/17 v1.7.1 Peking University dissertation document class]
|
||||
[2016/03/22 v1.7.2 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