summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-30 22:54:31 +0000
committerKarl Berry <karl@freefriends.org>2018-04-30 22:54:31 +0000
commitf4f2bf36e6ba2bedf891f56610aed78b29a49941 (patch)
treebabe458f4e3362077c1cf9e54224a2c21160f3e3 /Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B
parent9afca59b09d8b540f10ee74913e8f5bc5ca562d0 (diff)
koma-script-examples (19apr18)
git-svn-id: svn://tug.org/texlive/trunk@47523 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B')
-rw-r--r--Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B/result/chapterthumbexample.pdfbin28743 -> 33904 bytes
-rw-r--r--Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B/source/chapterthumb.sty10
-rw-r--r--Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B/source/chapterthumbexample.tex1
3 files changed, 5 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B/result/chapterthumbexample.pdf b/Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B/result/chapterthumbexample.pdf
index e0bf54f74e0..4effcb27dbd 100644
--- a/Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B/result/chapterthumbexample.pdf
+++ b/Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B/result/chapterthumbexample.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B/source/chapterthumb.sty b/Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B/source/chapterthumb.sty
index 849f9dbdc00..31a09c9156e 100644
--- a/Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B/source/chapterthumb.sty
+++ b/Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B/source/chapterthumb.sty
@@ -16,7 +16,7 @@
% This work consists of this file only.
%-----------------------------------------------------------------------
\ProvidesPackage{chapterthumb}%
- [2014/01/15 v0.3 unsupported LaTeX package]
+ [2016/02/01 v0.3a unsupported LaTeX package]
\ProcessOptions\relax
\RequirePackage{graphicx,color}
\RequirePackage{scrlayer}
@@ -35,10 +35,10 @@
\ifnum \value{chapterthumb}<\z@
\else
\begingroup
- \edef\reserved@a{\chapterthumbformat}%
- \ifx\reserved@a\lastthechapter\else
+ \protected@edef\reserved@a{\chapterthumbformat}%
+ \ifx\reserved@a\lastchapterthumbformat\else
\stepcounter{chapterthumb}%
- \global\let\lastthechapter\reserved@a
+ \global\let\lastchapterthumbformat\reserved@a
\fi
\@tempcnta=\numexpr
\dimexpr
@@ -82,7 +82,7 @@
}
\newcounter{chapterthumb}
\setcounter{chapterthumb}{10000}
-\newcommand*{\lastthechapter}{\relax}
+\newcommand*{\lastchapterthumbformat}{\relax}
\DeclareNewLayer[%
background,%
oddpage,%
diff --git a/Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B/source/chapterthumbexample.tex b/Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B/source/chapterthumbexample.tex
index 1f7ecbda9db..f60202c785f 100644
--- a/Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B/source/chapterthumbexample.tex
+++ b/Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B/source/chapterthumbexample.tex
@@ -19,7 +19,6 @@
\usepackage[ngerman]{babel}
\usepackage{chapterthumb}
\usepackage{scrlayer-scrpage}
-\pagestyle{scrheadings}
\AddLayersToPageStyle{@everystyle@}{chapterthumb}
\addtokomafont{chapterthumb}{\bfseries}
\begin{document}