diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-15 16:09:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-15 16:09:12 +0000 |
commit | 31f69448fda960c6678974e0db06daf0b507e7ed (patch) | |
tree | 7174eebd40e0b88143b7723fb2ae67bcfa89d993 /Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B/source | |
parent | 4832537e619cf56cb156239805fec6b970d2d179 (diff) |
koma-script-examples
git-svn-id: svn://tug.org/texlive/trunk@29940 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B/source')
-rw-r--r-- | Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B/source/chapterthumb.sty | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/koma-script-examples/Anhang-B/source/chapterthumbexample.tex | 2 |
2 files changed, 3 insertions, 5 deletions
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 b38783eb7b2..5c0d057f926 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,12 +16,10 @@ % This work consists of this file only. %----------------------------------------------------------------------- \ProvidesPackage{chapterthumb}% - [2005/03/10 v0.1 unsupported LaTeX package] -\DeclareOption*{% - \PassOptionsToPackage{\CurrentOption}{scrpage2}} + [2011/09/23 v0.2 unsupported LaTeX package] \ProcessOptions\relax \RequirePackage{graphics,color} -\RequirePackage{scrpage2} +\RequirePackageWithOptions{scrpage2} \newcommand*{\putchapterthumb}{% \begingroup \makebox[0pt][l]{% 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 076747c5aad..f59303858b7 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 @@ -16,7 +16,7 @@ % This work consists of this file only. %----------------------------------------------------------------------- \documentclass{scrbook} -\usepackage{ngerman} +\usepackage[ngerman]{babel} \usepackage{chapterthumb} \pagestyle{scrheadings} \lohead[\putchapterthumb]{\putchapterthumb} |