Bump version number to `1.7.5'.
This commit is contained in:
parent
897c2e1eff
commit
7c016591c4
2
Makefile
2
Makefile
@ -4,7 +4,7 @@
|
||||
TITLE = pkuthss
|
||||
README = $(TITLE)
|
||||
EXAMPLE = thesis
|
||||
VERSION = 1.7.4
|
||||
VERSION = 1.7.5
|
||||
|
||||
default: dist
|
||||
|
||||
|
||||
@ -1,3 +1,22 @@
|
||||
2017-05-12, v1.7.5
|
||||
|
||||
* Changes to example template:
|
||||
- Fix missing accented characters with xelatex.
|
||||
- Remove ctex-xecjk-winfonts.def for ctex < v2.x.
|
||||
- Make.bat: support xelatex now that we no longer provide the GBK example.
|
||||
- thesis.tex: fix FAQ subsection reference (thank @peiyangium).
|
||||
|
||||
* Changes to package code:
|
||||
- pkuthss.cls: fix subsubsection captions.
|
||||
- pkuthss.cls: remove kludge for tocloft with ctex < v2.x.
|
||||
|
||||
* Changes to documentation:
|
||||
- Add patch file for English dissertations.
|
||||
|
||||
* Misc:
|
||||
- (A lot?) more HTTPS.
|
||||
- Minor fixes and cosmetics.
|
||||
|
||||
2017-03-01, v1.7.4
|
||||
|
||||
* API changes:
|
||||
|
||||
@ -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.4}
|
||||
\newcommand{\docversion}{v1.7.5}
|
||||
|
||||
\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}
|
||||
[2017/03/01 v1.7.4 Labels and captions in GBK encoding
|
||||
[2018/06/25 v1.7.5 Labels and captions in GBK encoding
|
||||
for the pkuthss document class]
|
||||
|
||||
\def\label@ctitle{题目:}
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
% pkuword.eps
|
||||
|
||||
\ProvidesFile{pkuthss-utf8.def}
|
||||
[2017/03/01 v1.7.4 Labels and captions in UTF-8 encoding
|
||||
[2018/06/25 v1.7.5 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}
|
||||
[2017/03/01 v1.7.4 Peking University dissertation document class]
|
||||
[2018/06/25 v1.7.5 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