summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/scrkmisc.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/scrkmisc.dtx')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/scrkmisc.dtx36
1 files changed, 12 insertions, 24 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/scrkmisc.dtx b/Master/texmf-dist/source/latex/koma-script/scrkmisc.dtx
index 173f30c9caf..4ee0c83cfef 100644
--- a/Master/texmf-dist/source/latex/koma-script/scrkmisc.dtx
+++ b/Master/texmf-dist/source/latex/koma-script/scrkmisc.dtx
@@ -1,4 +1,4 @@
-% \CheckSum{181}
+% \CheckSum{174}
% \iffalse meta-comment
% ======================================================================
% scrkmisc.dtx
@@ -58,7 +58,7 @@
%%% From File: scrkmisc.dtx
%<*driver>
% \fi
-\ProvidesFile{scrkmisc.dtx}[2006/07/28 v2.95b KOMA-Script (misc)]
+\ProvidesFile{scrkmisc.dtx}[2007/07/18 v2.97c KOMA-Script (misc)]
% \iffalse
\documentclass[halfparskip-]{scrdoc}
\usepackage[english,ngerman]{babel}
@@ -187,23 +187,6 @@
%<*execoption>
% \fi
%
-% \subsubsection{Keyval-Optionen aktivieren}
-%
-% Die Behandlung für \textsf{keyval}-Optionen sowie
-% \texttt{BCOR\emph{Wert}}, \texttt{DIV\emph{Wert}} und
-% \texttt{a\emph{Wert}paper}, \texttt{b\emph{Wert}paper},
-% \texttt{c\emph{Wert}paper} sowie \texttt{d\emph{Wert}paper} und
-% \texttt{\emph{Wert}headlines}.
-% \begin{macrocode}
-\DeclareKeyValOption[%
- \let\scr@pti@nerr@r
-%<class> \OptionNotUsed
-%<package> \@unknownoptionerror
-%<letter> \lco@test
- \x@paper
-]{KOMA}
-% \end{macrocode}
-%
%
% \subsection{Standardeinstellungen für die Optionen}
%
@@ -213,13 +196,18 @@
%
% Es müssen die Standardoptionen festgelegt und alle Optionen
% ausgewählt werden.
+% \changes{v2.97c}{2007/04/19}{Verwendung von \cs{KOMAExecuteOptions} an
+% Stelle von \cs{KOMAoptions} und \cs{KOMAProcessOptions} an Stelle von
+% \cs{ProcessOptions}}
+% \changes{v2.97c}{2007/04/19}{Optionen, die der Voreinstellung ohnehin
+% entsprechen, werden nicht explizit gesetzt}
+% \changes{v2.97c}{2007/07/18}{Option \texttt{twoside} bei den
+% Voreinstellungen rausgenommen}
% \begin{macrocode}
-\KOMAoptions{%
- draft=false,headsepline=false,footsepline=false,parskip=false%
-%<article|report|letter> ,twoside=false%
-%<book> ,twoside%
+\KOMAExecuteOptions{%
+ parskip=false%
}
-\ProcessOptions\relax
+\KOMAProcessOptions\relax
% \end{macrocode}
%
%