diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/koma-script/scrpage.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/koma-script/scrpage.sty | 16 |
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% } |