Skip to content

Commit

Permalink
Bump version number to `1.7.6'.
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperVector committed Jun 25, 2018
1 parent e5259dc commit 7c33b3f
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
TITLE = pkuthss
README = $(TITLE)
EXAMPLE = thesis
VERSION = 1.7.5
VERSION = 1.7.6

default: dist

Expand Down
21 changes: 20 additions & 1 deletion doc/readme/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
2017-06-12, v1.7.6

* Changes to example template:
- nty -> nyt sorting following biblatex-caspervector upstream.
- doc: shorten chapter filenames.
- Assign numbers to `intro' and `concl' by default.
- Makefile: `JOBNAME' -> `JOB', saving some typing.
- Fix Makefile portability.
- doc: "英文" -> "西文".

* Changes to package code:
- pkuthss.cls: fix spacing between chapter mark/name.
- pkuthss.cls: fix toc depth and format.
- pkuthss.cls: simplify page style setup.
- `pkuthss@...' -> `thss@...'

* Misc:
- Minor fixes and cosmetics.

2017-05-12, v1.7.5

* Changes to example template:
- Fix missing accented characters with xelatex.
- doc: 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).
Expand Down
4 changes: 2 additions & 2 deletions doc/readme/pkuthss.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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.5}
\newcommand{\docversion}{v1.7.6}

\pkuthssinfo{
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
Expand All @@ -54,7 +54,7 @@
cauthor = {盖茨波·钛·维克托},
eauthor = {Casper Ti.\ Vector},
studentid = {00910???},
date = {\zhdigits{2018}年\zhnumber{5}月},
date = {\zhdigits{2018}年\zhnumber{6}月},
school = {化学与分子工程学院},
cmajor = {化学(?)}, emajor = {Chemistry ... ?},
direction = {据说 Casper 自己也不知道},
Expand Down
2 changes: 1 addition & 1 deletion tex/pkuthss-gbk.def
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
% pkuword.eps

\ProvidesFile{pkuthss-gbk.def}
[2018/06/25 v1.7.5 Labels and captions in GBK encoding
[2018/06/25 v1.7.6 Labels and captions in GBK encoding
for the pkuthss document class]

\def\label@ctitle{题目:}
Expand Down
2 changes: 1 addition & 1 deletion tex/pkuthss-utf8.def
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
% pkuword.eps

\ProvidesFile{pkuthss-utf8.def}
[2018/06/25 v1.7.5 Labels and captions in UTF-8 encoding
[2018/06/25 v1.7.6 Labels and captions in UTF-8 encoding
for the pkuthss document class]

\def\label@ctitle{题目:}
Expand Down
2 changes: 1 addition & 1 deletion tex/pkuthss.cls
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{pkuthss}
[2018/06/25 v1.7.5 Peking University dissertation document class]
[2018/06/25 v1.7.6 Peking University dissertation document class]

% eg. `\thss@int@boolopt{spacing}{true}' will expand to:
% \newif\ifthss@opt@spacing \thss@opt@spacingtrue
Expand Down

0 comments on commit 7c33b3f

Please sign in to comment.