diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/scrpage.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/koma-script/scrpage.dtx | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/scrpage.dtx b/Master/texmf-dist/source/latex/koma-script/scrpage.dtx index f7da3b44bbc..65f4515ef51 100644 --- a/Master/texmf-dist/source/latex/koma-script/scrpage.dtx +++ b/Master/texmf-dist/source/latex/koma-script/scrpage.dtx @@ -1,4 +1,4 @@ -% \CheckSum{2568} +% \CheckSum{2570} % \iffalse % ====================================================================== % scrpage.dtx @@ -65,7 +65,7 @@ %<v1>\ProvidesPackage{scrpage}[2008/02/29 v1.3e KOMA-Script %<v2>\ProvidesPackage{scrpage2} %<*!v1> - [2008/02/14 v2.2f LaTeX2e KOMA-Script + [2008/11/19 v2.2g LaTeX2e KOMA-Script %</!v1> %<scrpage> package] %<*driver> @@ -366,8 +366,9 @@ % \begin{macro}{\if@mincl} % \begin{macro}{\@mincltrue} % \begin{macro}{\@minclfalse} +% \changes{v2.2g}{2008/11/19}{Test fixed} % \begin{macrocode} -\@ifundefined{mincltrue}{\newif\if@mincl}{} +\@ifundefined{@mincltrue}{\newif\if@mincl}{} % \end{macrocode} % \end{macro} % \end{macro} @@ -642,6 +643,8 @@ % \changes{v1.2}{1995/07/08}{Definition changed} % \changes{v2.1b}{2003/05/31}{more save test} % \changes{v2.2d}{2007/03/13}{additional \cs{if@mainmatter} test} +% \changes{v2.2g}{2008/11/19}{usage of \cs{if@mainmatter} at message +% removed} % Next distinguish between matter- and nomatter-classes. % \begin{macrocode} \def\@tempa{\newif\if@mainmatter\@mainmattertrue} @@ -652,7 +655,7 @@ \@ifundefined{@mainmattertrue}{% \PackageWarningNoLine{scrpage2}{% \string\mainmatter\space defined without - \string\if@mainmatter!\MessageBreak + \expandafter\string\csname if@mainmatter\endcsname!\MessageBreak This switch is obligatory for scrpage2 to omit\MessageBreak running head chapter numbers in front and\MessageBreak back matter and will be defined now% |