summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pkuthss
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-07-11 22:37:20 +0000
committerKarl Berry <karl@freefriends.org>2014-07-11 22:37:20 +0000
commitea32b55b277e9aa4632ffb94c29ab1da34b8f604 (patch)
tree28d89ce5a53c4183540b1641790da48ea85fe82f /Master/texmf-dist/tex/latex/pkuthss
parent274630d886833fe85406424aecf953c449bc3122 (diff)
pkuthss
git-svn-id: svn://tug.org/texlive/trunk@34574 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pkuthss')
-rw-r--r--Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdfbin3641 -> 3641 bytes
-rw-r--r--Master/texmf-dist/tex/latex/pkuthss/pkuthss-extra.sty4
-rw-r--r--Master/texmf-dist/tex/latex/pkuthss/pkuthss-gbk.def2
-rw-r--r--Master/texmf-dist/tex/latex/pkuthss/pkuthss-utf8.def2
-rw-r--r--Master/texmf-dist/tex/latex/pkuthss/pkuthss.cls10
-rw-r--r--Master/texmf-dist/tex/latex/pkuthss/pkuword.pdfbin6392 -> 6392 bytes
6 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdf b/Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdf
index 994660c99f9..12281c7f4bb 100644
--- a/Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdf
+++ b/Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkuthss-extra.sty b/Master/texmf-dist/tex/latex/pkuthss/pkuthss-extra.sty
index 794a52684ce..203978fdfb7 100644
--- a/Master/texmf-dist/tex/latex/pkuthss/pkuthss-extra.sty
+++ b/Master/texmf-dist/tex/latex/pkuthss/pkuthss-extra.sty
@@ -26,7 +26,7 @@
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{pkuthss-extra}
- [2014/07/04 v1.5.4 Common extra settings for the pkuthss document class]
+ [2014/07/07 v1.5.5 Common extra settings for the pkuthss document class]
% Check the dependency of pkuthss.
\@ifclassloaded{pkuthss}{}{
@@ -139,7 +139,7 @@
\else
% Set hyperlink colour to black in order to prevent hyperlinks from being too
% hard-to-recognise in printed thesis.
- \hypersetup{hidelinks = true}
+ \hypersetup{hidelinks}
\fi
}
diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkuthss-gbk.def b/Master/texmf-dist/tex/latex/pkuthss/pkuthss-gbk.def
index 8493347072c..6113840e3a3 100644
--- a/Master/texmf-dist/tex/latex/pkuthss/pkuthss-gbk.def
+++ b/Master/texmf-dist/tex/latex/pkuthss/pkuthss-gbk.def
@@ -25,7 +25,7 @@
% pkuword.eps
\ProvidesFile{pkuthss-gbk.def}
- [2014/07/04 v1.5.4 Labels and captions in GBK encoding
+ [2014/07/07 v1.5.5 Labels and captions in GBK encoding
for the pkuthss document class]
\def\label@ctitle{ÌâÄ¿£º}
diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkuthss-utf8.def b/Master/texmf-dist/tex/latex/pkuthss/pkuthss-utf8.def
index 45ed0befd22..75cc3d0750e 100644
--- a/Master/texmf-dist/tex/latex/pkuthss/pkuthss-utf8.def
+++ b/Master/texmf-dist/tex/latex/pkuthss/pkuthss-utf8.def
@@ -25,7 +25,7 @@
% pkuword.eps
\ProvidesFile{pkuthss-utf8.def}
- [2014/07/04 v1.5.4 Labels and captions in UTF-8 encoding
+ [2014/07/07 v1.5.5 Labels and captions in UTF-8 encoding
for the pkuthss document class]
\def\label@ctitle{题目:}
diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkuthss.cls b/Master/texmf-dist/tex/latex/pkuthss/pkuthss.cls
index 1422876db1f..05b67561f93 100644
--- a/Master/texmf-dist/tex/latex/pkuthss/pkuthss.cls
+++ b/Master/texmf-dist/tex/latex/pkuthss/pkuthss.cls
@@ -26,7 +26,7 @@
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{pkuthss}
- [2014/07/04 v1.5.4 Peking University dissertation document class]
+ [2014/07/07 v1.5.5 Peking University dissertation document class]
% Process the encoding options.
\newif\ifpkuthss@opt@gbk \pkuthss@opt@gbktrue
@@ -42,11 +42,11 @@
\DeclareOption{extra}{\pkuthss@opt@extratrue}
\DeclareOption{noextra}{\pkuthss@opt@extrafalse}
% eg. `\pkuthss@int@extraopt{spacing}' will expand to:
-% \DeclareOption{spacing}{\PassOptionsToClass{spacing}{pkuthss-extra}}
-% \DeclareOption{nospacing}{\PassOptionsToClass{nospacing}{pkuthss-extra}}
+% \DeclareOption{spacing}{\PassOptionsToPackage{spacing}{pkuthss-extra}}
+% \DeclareOption{nospacing}{\PassOptionsToPackage{nospacing}{pkuthss-extra}}
\def\pkuthss@int@extraopt#1{
- \DeclareOption{#1}{\PassOptionsToClass{#1}{pkuthss-extra}}
- \DeclareOption{no#1}{\PassOptionsToClass{no#1}{pkuthss-extra}}
+ \DeclareOption{#1}{\PassOptionsToPackage{#1}{pkuthss-extra}}
+ \DeclareOption{no#1}{\PassOptionsToPackage{no#1}{pkuthss-extra}}
}
% Pass options to `pkuthss-extra'.
% See pkuthss-extra.sty for an explanation of the options.
diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkuword.pdf b/Master/texmf-dist/tex/latex/pkuthss/pkuword.pdf
index e791f94fd6c..a7ce97296f5 100644
--- a/Master/texmf-dist/tex/latex/pkuthss/pkuword.pdf
+++ b/Master/texmf-dist/tex/latex/pkuthss/pkuword.pdf
Binary files differ