diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/scrmain.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/koma-script/scrmain.ins | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/scrmain.ins b/Master/texmf-dist/source/latex/koma-script/scrmain.ins index 48989092d07..8144c3e93db 100644 --- a/Master/texmf-dist/source/latex/koma-script/scrmain.ins +++ b/Master/texmf-dist/source/latex/koma-script/scrmain.ins @@ -1,6 +1,6 @@ % ====================================================================== % scrmain.ins -% Copyright (c) Markus Kohm, 2002-2006 +% Copyright (c) Markus Kohm, 2002-2007 % % This file is part of the LaTeX2e KOMA-Script bundle. % @@ -18,7 +18,7 @@ % This work consists of all files listed in manifest.txt. % ---------------------------------------------------------------------- % scrmain.ins -% Copyright (c) Markus Kohm, 2002-2006 +% Copyright (c) Markus Kohm, 2002-2007 % % Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz, % Version 1.3b, verteilt und/oder veraendert werden. @@ -50,6 +50,7 @@ \ifbeta\from{scrbeta.dtx}{class,book}\fi \from{scrkvers.dtx}{class,book}% \from{scrkbase.dtx}{load}% + \from{scrkcomp.dtx}{class,book,option}% \from{scrkmisc.dtx}{class,book,option}% \from{scrklang.dtx}{class,book,option}% \from{scrkfont.dtx}{class,book,option}% @@ -65,6 +66,7 @@ \from{scrkidx.dtx}{class,book,option}% \from{scrklist.dtx}{class,book,option}% \from{scrkmisc.dtx}{class,book,execoption}% + \from{scrkcomp.dtx}{class,book,body}% \from{scrkfont.dtx}{class,book,body}% \from{scrklang.dtx}{class,book,body}% \from{scrktare.dtx}{class,book,body}% @@ -85,6 +87,7 @@ \ifbeta\from{scrbeta.dtx}{class,report}\fi \from{scrkvers.dtx}{class,report}% \from{scrkbase.dtx}{load}% + \from{scrkcomp.dtx}{class,report,option}% \from{scrkmisc.dtx}{class,report,option}% \from{scrklang.dtx}{class,report,option}% \from{scrkfont.dtx}{class,report,option}% @@ -100,6 +103,7 @@ \from{scrkidx.dtx}{class,report,option}% \from{scrklist.dtx}{class,report,option}% \from{scrkmisc.dtx}{class,report,execoption}% + \from{scrkcomp.dtx}{class,report,body}% \from{scrkfont.dtx}{class,report,body}% \from{scrklang.dtx}{class,report,body}% \from{scrktare.dtx}{class,report,body}% @@ -120,6 +124,7 @@ \ifbeta\from{scrbeta.dtx}{class,article}\fi \from{scrkvers.dtx}{class,article}% \from{scrkbase.dtx}{load}% + \from{scrkcomp.dtx}{class,article,option}% \from{scrkmisc.dtx}{class,article,option}% \from{scrklang.dtx}{class,article,option}% \from{scrkfont.dtx}{class,article,option}% @@ -135,6 +140,7 @@ \from{scrkidx.dtx}{class,article,option}% \from{scrklist.dtx}{class,article,option}% \from{scrkmisc.dtx}{class,article,execoption}% + \from{scrkcomp.dtx}{class,article,body}% \from{scrkfont.dtx}{class,article,body}% \from{scrklang.dtx}{class,article,body}% \from{scrktare.dtx}{class,article,body}% |