summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls16
1 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls b/Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls
index 51375c5674a..5abd1e630aa 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls
+++ b/Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls
@@ -1,6 +1,6 @@
% ======================================================================
% scrguide.cls
-% Copyright (c) Markus Kohm, 2005-2016
+% Copyright (c) Markus Kohm, 2005-2017
%
% This file is part of the LaTeX2e KOMA-Script bundle.
%
@@ -18,7 +18,7 @@
% This work consists of all files listed in manifest.txt.
% ----------------------------------------------------------------------
% scrguide.cls
-% Copyright (c) Markus Kohm, 2005-2016
+% Copyright (c) Markus Kohm, 2005-2017
%
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz,
% Version 1.3c, verteilt und/oder veraendert werden.
@@ -38,7 +38,7 @@
% \section{Identification}
%
% \begin{macrocode}
-\ProvidesClass{scrguide}[2016/11/26 v1.13 internal KOMA-Script guide class]
+\ProvidesClass{scrguide}[2017/03/31 v1.13b internal KOMA-Script guide class]
% \end{macrocode}
%
%
@@ -525,14 +525,15 @@
\ifx\@translator\@empty\else
#1%
\begingroup
-% \end{macrocode}
+% \end{macrocode}
% Run through all translators, but store each once only.
+% \begin{macrocode}
\let\@tempb\@empty
\@tempcnta=\z@
\expandafter\@for \expandafter\@tempa\expandafter:\expandafter=%
\@translator\do {%
\ifx\@tempa\@empty\else
- \typeout{Test: `,\@tempa,' at `,\@tempb,'}%
+%<trace> \typeout{Test: `,\@tempa,' at `,\@tempb,'}%
\@expandtwoargs\in@{,\@tempa,}{,\@tempb,}%
\ifin@\else
\edef\@tempb{\@tempb\@tempa,}%
@@ -871,8 +872,11 @@
}
\newcommand*{\LabelPageStyle}[2][\label@suffix]{%
\begingroup
- \@nameuse{phantomsection}%
+ \protected@edef\@currentlabel{\FloatStyle{#2}}%
\label@sanitize
+ \Hy@MakeCurrentHref{\label@desc@prefix\label@base.pagestyle.#2#1}%
+ \ClassInfo{scrguide}{Anchor: `\@currentHref'}%
+ \Hy@raisedlink{\hyper@anchorstart{\@currentHref}\hyper@anchorend}%
\label{\label@desc@prefix\label@base.pagestyle.#2#1}%
\endgroup
}