diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/koma-script/float.hak')
-rw-r--r-- | Master/texmf-dist/tex/latex/koma-script/float.hak | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/koma-script/float.hak b/Master/texmf-dist/tex/latex/koma-script/float.hak index b9e36639195..e010a9ccce3 100644 --- a/Master/texmf-dist/tex/latex/koma-script/float.hak +++ b/Master/texmf-dist/tex/latex/koma-script/float.hak @@ -40,7 +40,7 @@ %% find a complete unmodified copy of LaTeX2e at %% <http://mirror.ctan.org/tex-archive/macros/latex/base/>. %% -%%% From File: $Id: scrkernel-version.dtx 2640 2017-05-08 09:36:55Z kohm $ +%%% From File: $Id: scrkernel-version.dtx 2674 2017-09-07 09:35:17Z kohm $ \begingroup \catcode`\@11\relax \ifx\KOMAScriptVersion\undefined @@ -62,16 +62,16 @@ \fi } \fi - \@CheckKOMAScriptVersion{2017/09/07 v3.24 KOMA-Script}% + \@CheckKOMAScriptVersion{2018/03/30 v3.25 KOMA-Script}% \endgroup -%%% From File: $Id: scrhack.dtx 2660 2017-07-24 19:31:57Z kohm $ +%%% From File: $Id: scrhack.dtx 2960 2018-03-16 08:39:32Z kohm $ \ProvidesFile{float.hak}[% - 2017/09/07 v3.24 KOMA-Script + 2018/03/30 v3.25 KOMA-Script package (hacking package float)% ] -%%% From File: $Id: scrhack.dtx 2660 2017-07-24 19:31:57Z kohm $ +%%% From File: $Id: scrhack.dtx 2960 2018-03-16 08:39:32Z kohm $ \scr@ifexpected{\newfloat}{% \long\def\newfloat#1#2#3{\@namedef{ext@#1}{#3} \let\float@do=\relax @@ -133,7 +133,9 @@ \@ifundefined{ext@#1}{\float@error{#1}}{% \@ifundefined{l@#1}{\expandafter\let\csname l@#1\endcsname\l@figure \@ifundefined{l@#1}{% - \@namedef{l@#1}{\@dottedtocline{1}{1.5em}{2.3em}}}{}% + \DeclareTOCStyleEntry[level=1,numwidth=2.3em,indent=1.5em] + {default}{#1}% + }{}% }{}% \listoftoc[{#2}]{\csname ext@#1\endcsname}% }% |