summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/scrklist.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-03-31 00:25:41 +0000
committerKarl Berry <karl@freefriends.org>2009-03-31 00:25:41 +0000
commitd9a28f240927d595970990e323f189f3ed45bdaf (patch)
tree7ccf4eea17aed62ba6dcc4639b67832a863782b4 /Master/texmf-dist/source/latex/koma-script/scrklist.dtx
parent088ae35fa451f7492dec5997ba5f8d53df17f47e (diff)
koma-script update (30mar09)
git-svn-id: svn://tug.org/texlive/trunk@12579 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/scrklist.dtx')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/scrklist.dtx25
1 files changed, 16 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/scrklist.dtx b/Master/texmf-dist/source/latex/koma-script/scrklist.dtx
index 60cd1209526..ca4cb24b130 100644
--- a/Master/texmf-dist/source/latex/koma-script/scrklist.dtx
+++ b/Master/texmf-dist/source/latex/koma-script/scrklist.dtx
@@ -1,4 +1,4 @@
-% \CheckSum{261}
+% \CheckSum{264}
% \iffalse meta-comment
% ======================================================================
% scrklist.dtx
@@ -7,10 +7,10 @@
% This file is part of the LaTeX2e KOMA-Script bundle.
%
% This work may be distributed and/or modified under the conditions of
-% the LaTeX Project Public License, version 1.3b of the license.
+% the LaTeX Project Public License, version 1.3c of the license.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
-% and version 1.3b or later is part of all distributions of LaTeX
+% and version 1.3c or later is part of all distributions of LaTeX
% version 2005/12/01 or later and of this work.
%
% This work has the LPPL maintenance status "author-maintained".
@@ -23,10 +23,10 @@
% Copyright (c) Markus Kohm, 2002-2009
%
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz,
-% Version 1.3b, verteilt und/oder veraendert werden.
+% Version 1.3c, verteilt und/oder veraendert werden.
% Die neuste Version dieser Lizenz ist
% http://www.latex-project.org/lppl.txt
-% und Version 1.3b ist Teil aller Verteilungen von LaTeX
+% und Version 1.3c ist Teil aller Verteilungen von LaTeX
% Version 2005/12/01 oder spaeter und dieses Werks.
%
% Dieses Werk hat den LPPL-Verwaltungs-Status "author-maintained"
@@ -58,7 +58,7 @@
%%% From File: scrklist.dtx
%<*driver>
% \fi
-\ProvidesFile{scrklist.dtx}[2009/01/01 v3.02 KOMA-Script (lists and tabulars)]
+\ProvidesFile{scrklist.dtx}[2009/01/28 v3.02c KOMA-Script (lists and tabulars)]
% \iffalse
\documentclass[halfparskip-]{scrdoc}
\usepackage[english,ngerman]{babel}
@@ -278,8 +278,11 @@
%
% \begin{environment}{labeling}
% \begin{macro}{labelinglabel}
-% \changes{v3.02}{Neue Elemente \texttt{labelinglabel} und
+% \changes{v3.02}{2009/01/01}{Neue Elemente \texttt{labelinglabel} und
% \texttt{labelingseparator} werden verwendet}
+% \changes{v3.02c}{2009/01/28}{\texttt{labelinglabel} und
+% \texttt{labelingseparator} werden nun auch zur Berechnung der Breite
+% verwendet}
% Die \cs{labeling}-Umgebung ist eine Erweiterung des \textsf{Script}
% Pakets. Sie erwartet ein optionales und ein normales Argument. Das
% optionale Argument beschreibt einen speziellen Trenntext zwischen
@@ -290,9 +293,13 @@
%</class>
\newenvironment{labeling}[2][]{%
\def\sc@septext{#1}%
- \list{}{\settowidth{\labelwidth}{#2#1}%
+ \list{}{\settowidth{\labelwidth}{{%
+ \usekomafont{labelinglabel}{#1%
+ \usekomafont{labelingseparator}{\sc@septext}}%
+ }}%
\leftmargin\labelwidth \advance\leftmargin by \labelsep
- \let\makelabel\labelinglabel}%
+ \let\makelabel\labelinglabel
+ }%
}{%
\endlist
}