summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/koma-script/scrpage.sty
diff options
context:
space:
mode:
authorDr. Clea F. Rees <cfrees@imapmail.org>2008-12-10 20:53:15 +0000
committerDr. Clea F. Rees <cfrees@imapmail.org>2008-12-10 20:53:15 +0000
commite580f05b6906cceb59c89211eb69c02b58b2d35d (patch)
tree66ecd115df66a84f35ac0458d18842214e42ba55 /Master/texmf-dist/tex/latex/koma-script/scrpage.sty
parent2e59afec9907d090fa6cb3d54066333df8826741 (diff)
koma-script update 2008/12/10
git-svn-id: svn://tug.org/texlive/trunk@11586 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/koma-script/scrpage.sty')
-rw-r--r--Master/texmf-dist/tex/latex/koma-script/scrpage.sty16
1 files changed, 12 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/koma-script/scrpage.sty b/Master/texmf-dist/tex/latex/koma-script/scrpage.sty
index b77ac7d5f40..7c33a0858db 100644
--- a/Master/texmf-dist/tex/latex/koma-script/scrpage.sty
+++ b/Master/texmf-dist/tex/latex/koma-script/scrpage.sty
@@ -41,10 +41,18 @@
\NeedsTeXFormat{LaTeX2e}[1995/06/01]
\ProvidesPackage{scrpage}[2008/02/29 v1.3e KOMA-Script
package]
-\DeclareOption{headinclude}{\PassOptionsToPackage{headinclude}{typearea}}
-\DeclareOption{headexclude}{\PassOptionsToPackage{headexclude}{typearea}}
-\DeclareOption{footinclude}{\PassOptionsToPackage{footinclude}{typearea}}
-\DeclareOption{footexclude}{\PassOptionsToPackage{footexclude}{typearea}}
+\DeclareOption{headinclude}{%
+ \PassOptionsToPackage{headinclude}{typearea}%
+}
+\DeclareOption{headexclude}{%
+ \PassOptionsToPackage{headexclude}{typearea}%
+}
+\DeclareOption{footinclude}{%
+ \PassOptionsToPackage{footinclude}{typearea}%
+}
+\DeclareOption{footexclude}{%
+ \PassOptionsToPackage{footexclude}{typearea}%
+}
\ExecuteOptions{%
headinclude,footinclude%
}