Bump version number to `1.8.1'.

This commit is contained in:
Casper Ti. Vector 2019-11-15 22:15:05 +08:00
parent 360891b42d
commit 6f80b5cc29
11 changed files with 38 additions and 10 deletions

View File

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

View File

@ -1,3 +1,6 @@
# Copyright (c) 2019 Casper Ti. Vector
# Public domain.
@default_files = ('thesis');
# 5xelatex3latex+ dvipdfmx1pdflatex。
$pdf_mode = 5;

View File

@ -1,4 +1,4 @@
% Copyright (c) 2018 Casper Ti. Vector
% Copyright (c) 2018-2019 Casper Ti. Vector
% Public domain.
\documentclass[UTF8, zihao = -4]{ctexart}

View File

@ -1,3 +1,25 @@
2019-11-15, v1.8.1
* Changes to example template:
- Migrate to latexmk (also for packaging).
- ctex-fontset-pkuthss.def: `[ simkai.ttf ]' etc is no longer supported.
- spine.tex: fix garbled characters and hbox warnings with pdflatex.
* Changes to package code:
- pkuthss.cls: work around the `\lvert already defined' error.
- pkuthss.cls: fix section title spacing below the page header.
- pkuthss.cls: adjust titlepage spacing.
* Changes to documentation:
- Synchronise with the current code.
- Use \mbox around \supercite by default.
- Improve verbatims.
* Misc:
- Completion of some previous commits.
- Migrate to Gitea, "for obvious reasons".
- Minor fixes and cosmetics.
2018-07-02, v1.8.0
* Changes to example template:

View File

@ -31,7 +31,7 @@
版权所有 \copyright\ 2008--2009 solvethis
\par
版权所有 \copyright\ 2010--2017 Casper Ti. Vector
版权所有 \copyright\ 2010--2019 Casper Ti. Vector
\vskip 1em
pkuthss 文档类及其说明文档均以 \hologo{LaTeX} Project Public License 发布。

View File

@ -1,3 +1,6 @@
# Copyright (c) 2019 Casper Ti. Vector
# Public domain.
@default_files = ('pkuthss');
$pdf_mode = 5;
$dvipdf = "dvipdfmx %O -o %D %S";

View File

@ -1,7 +1,7 @@
% Documentation for pkuthss.
%
% Copyright (c) 2008-2009 solvethis
% Copyright (c) 2010-2016,2018 Casper Ti. Vector
% Copyright (c) 2010-2016,2018-2019 Casper Ti. Vector
%
% This work may be distributed and/or modified under the conditions of the
% LaTeX Project Public License, either version 1.3 of this license or (at
@ -60,7 +60,7 @@
cauthor = {盖茨波·钛·维克托},
eauthor = {Casper Ti.\ Vector},
studentid = {00910???},
date = {\zhdigits{2018}\zhnumber{7}},
date = {\zhdigits{2019}\zhnumber{11} },
school = {化学与分子工程学院},
cmajor = {化学(?)}, emajor = {Chemistry ... ?},
direction = {据说 Casper 自己也不知道},

View File

@ -22,7 +22,7 @@
% pkuword.eps
\ProvidesFile{pkuthss-gbk.def}
[2018/07/02 v1.8.0 Labels and captions in GBK encoding
[2019/11/15 v1.8.1 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}
[2018/07/02 v1.8.0 Labels and captions in UTF-8 encoding
[2019/11/15 v1.8.1 Labels and captions in UTF-8 encoding
for the pkuthss document class]
\def\label@ctitle{}

View File

@ -1,7 +1,7 @@
% Peking University dissertation document class
%
% Copyright (c) 2008-2009 solvethis
% Copyright (c) 2010-2018 Casper Ti. Vector
% Copyright (c) 2010-2019 Casper Ti. Vector
%
% This work may be distributed and/or modified under the conditions of the
% LaTeX Project Public License, either version 1.3 of this license or (at
@ -23,7 +23,7 @@
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{pkuthss}
[2018/07/02 v1.8.0 Peking University dissertation document class]
[2019/11/15 v1.8.1 Peking University dissertation document class]
% eg. `\thss@int@boolopt{spacing}{true}' will expand to:
% \newif\ifthss@opt@spacing \thss@opt@spacingtrue

View File

@ -4,7 +4,7 @@
# Public domain.
NUMDATE = $(shell date '+%Y/%m/%d')
CNDATE = $(shell date '+\\zhdigits{%Y}年\\zhnumber{%-m}月')
CNDATE = $(shell date '+\\zhdigits{%Y} \\zhnumber{%-m} 月')
revbump:
sed -i '/\\Provides/,+1 s;\[[^ ]* [^ ]*;[$(NUMDATE) v$(VERSION);g' \