summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/scrkftn.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/scrkftn.dtx')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/scrkftn.dtx18
1 files changed, 15 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/scrkftn.dtx b/Master/texmf-dist/source/latex/koma-script/scrkftn.dtx
index 81e521c87ab..f1ae1d87180 100644
--- a/Master/texmf-dist/source/latex/koma-script/scrkftn.dtx
+++ b/Master/texmf-dist/source/latex/koma-script/scrkftn.dtx
@@ -1,4 +1,4 @@
-% \CheckSum{348}
+% \CheckSum{350}
% \iffalse meta-comment
% ======================================================================
% scrkftn.dtx
@@ -58,7 +58,7 @@
%%% From File: scrkftn.dtx
%<*driver>
% \fi
-\ProvidesFile{scrkftn.dtx}[2010/04/03 v3.06 KOMA-Script (footnotes)]
+\ProvidesFile{scrkftn.dtx}[2010/09/14 v3.07 KOMA-Script (footnotes)]
% \iffalse
\documentclass[halfparskip-]{scrdoc}
\usepackage[english,ngerman]{babel}
@@ -186,6 +186,8 @@
% \changes{v2.95}{2002/01/07}{\texttt{.05fil} statt
% \texttt{.005fil}}
% \changes{v3.06}{2010/04/03}{die neuen Längenmakros werden genutzt}
+% \changes{v3.07}{2010/09/14}{neues Font-Element \texttt{footnoterule} wird
+% verwendet}
% Im Fall, dass \cs{raggedbottom} verwendet wird, die Fußnotenlinie
% nach unten gedrückt. Dies funktioniert nur dann nicht, wenn
% Abbildungen oder Tabellen mit der Option "`\texttt{b}"' an das Ende
@@ -198,7 +200,8 @@
\normalsize\ftn@rule@test@values
\kern-\dimexpr 2.6\p@+\ftn@rule@height\relax
\ifx\@textbottom\relax\else\vskip \z@ \@plus.05fil\fi
- \hrule \@height\ftn@rule@height \@width\ftn@rule@width
+ {\usekomafont{footnoterule}{%
+ \hrule \@height\ftn@rule@height \@width\ftn@rule@width}}%
\kern 2.6\p@}
%</class>
% \end{macrocode}
@@ -241,6 +244,15 @@
}
% \end{macrocode}
% \end{macro}
+% \begin{KOMAfont}{footnoterule}
+% \changes{v3.07}{2010/09/14}{\texttt{footnoterule} ist ein eneues
+% Fontelement}
+% Damit man die Farbe der Fußnotentrennlinie ändern kann, gibt es nun ein
+% eigenes Element dafür. Die Voreinstellung ist jedoch leer.
+% \begin{macrocode}
+\newkomafont{footnoterule}{}
+% \end{macrocode}
+% \end{KOMAfont}
% \begin{macro}{\ftn@rule@width}
% \changes{v3.06}{2010/04/03}{neu (intern)}
% Die Länge der Fußnotentrennlinie.