diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-30 22:54:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-30 22:54:31 +0000 |
commit | f4f2bf36e6ba2bedf891f56610aed78b29a49941 (patch) | |
tree | babe458f4e3362077c1cf9e54224a2c21160f3e3 /Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B | |
parent | 9afca59b09d8b540f10ee74913e8f5bc5ca562d0 (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')
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 Binary files differindex 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 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} |