From ea32b55b277e9aa4632ffb94c29ab1da34b8f604 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 11 Jul 2014 22:37:20 +0000 Subject: pkuthss git-svn-id: svn://tug.org/texlive/trunk@34574 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdf | Bin 3641 -> 3641 bytes Master/texmf-dist/tex/latex/pkuthss/pkuthss-extra.sty | 4 ++-- Master/texmf-dist/tex/latex/pkuthss/pkuthss-gbk.def | 2 +- Master/texmf-dist/tex/latex/pkuthss/pkuthss-utf8.def | 2 +- Master/texmf-dist/tex/latex/pkuthss/pkuthss.cls | 10 +++++----- Master/texmf-dist/tex/latex/pkuthss/pkuword.pdf | Bin 6392 -> 6392 bytes 6 files changed, 9 insertions(+), 9 deletions(-) (limited to 'Master/texmf-dist/tex') diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdf b/Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdf index 994660c99f9..12281c7f4bb 100644 Binary files a/Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdf and b/Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdf 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 Binary files a/Master/texmf-dist/tex/latex/pkuthss/pkuword.pdf and b/Master/texmf-dist/tex/latex/pkuthss/pkuword.pdf differ -- cgit v1.2.3