summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/scrksect.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/scrksect.dtx')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/scrksect.dtx20
1 files changed, 13 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/scrksect.dtx b/Master/texmf-dist/source/latex/koma-script/scrksect.dtx
index 04a9f26cf67..7b1a4d02f78 100644
--- a/Master/texmf-dist/source/latex/koma-script/scrksect.dtx
+++ b/Master/texmf-dist/source/latex/koma-script/scrksect.dtx
@@ -1,4 +1,4 @@
-% \CheckSum{1768}
+% \CheckSum{1766}
% \iffalse meta-comment
% ======================================================================
% scrksect.dtx
@@ -58,7 +58,7 @@
%%% From File: scrksect.dtx
%<*driver>
% \fi
-\ProvidesFile{scrksect.dtx}[2009/06/09 v3.03b KOMA-Script (disposition)]
+\ProvidesFile{scrksect.dtx}[2010/06/09 v3.06 KOMA-Script (disposition)]
% \iffalse
\documentclass[halfparskip-]{scrdoc}
\usepackage[english,ngerman]{babel}
@@ -1439,10 +1439,10 @@
\secdef\@chapter\@schapter
}
% \end{macrocode}
+% \changes{v3.06}{2010/06/02}{einschalten des \texttt{tocbasic}-Features
+% \texttt{chapteratlist} in die Datei \texttt{scrkliof.dtx} verschoben}
% Die Variante ohne Stern:
% \begin{macrocode}
-\setuptoc{lof}{chapteratlist}
-\setuptoc{lot}{chapteratlist}
\newcommand*{\@chapter}{}
\def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne
%<book> \if@mainmatter
@@ -1959,9 +1959,11 @@
%
% \begin{KOMAfont}{partentry}
% \changes{v2.97c}{2007/06/21}{neues Font-Element}
+% \changes{v3.06}{2010/06/09}{Verwendung von \texttt{sectioning} durch
+% \texttt{disposition} ersetzt}
% Schrift für den \cs{part}-Eintrag im Inhaltsverzeichnis.
% \begin{macrocode}
-\newkomafont{partentry}{\usekomafont{sectioning}\large}
+\newkomafont{partentry}{\usekomafont{disposition}\large}
% \end{macrocode}
% \end{KOMAfont}
%
@@ -1977,9 +1979,11 @@
% \begin{KOMAfont}{chapterentry}
% \changes{v2.97c}{2007/06/21}{neues Font-Element}
% Schrift für den \cs{chapter}-Eintrag im Inhaltsverzeichnis.
+% \changes{v3.06}{2010/06/09}{Verwendung von \texttt{sectioning} durch
+% \texttt{disposition} ersetzt}
% \begin{macrocode}
%<*book|report>
-\newkomafont{chapterentry}{\usekomafont{sectioning}}
+\newkomafont{chapterentry}{\usekomafont{disposition}}
% \end{macrocode}
% \end{KOMAfont}
%
@@ -1995,10 +1999,12 @@
%
% \begin{KOMAfont}{sectionentry}
% \changes{v2.97c}{2007/06/21}{neues Font-Element}
+% \changes{v3.06}{2010/06/09}{Verwendung von \texttt{sectioning} durch
+% \texttt{disposition} ersetzt}
% Schrift für den \cs{section}-Eintrag im Inhaltsverzeichnis.
% \begin{macrocode}
%<*article>
-\newkomafont{sectionentry}{\usekomafont{sectioning}}
+\newkomafont{sectionentry}{\usekomafont{disposition}}
% \end{macrocode}
% \end{KOMAfont}
%