diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/caption/ltcaption.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/caption/ltcaption.sty | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/caption/ltcaption.sty b/Master/texmf-dist/tex/latex/caption/ltcaption.sty index 4d4ec8b2ed9..963cf11c899 100644 --- a/Master/texmf-dist/tex/latex/caption/ltcaption.sty +++ b/Master/texmf-dist/tex/latex/caption/ltcaption.sty @@ -6,7 +6,7 @@ %% %% ltcaption.dtx (with options: `package') %% -%% Copyright (C) 1994-2010 Axel Sommerfeldt (caption@sommerfee.de) +%% Copyright (C) 1994-2011 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm) %% %% -------------------------------------------------------------------------- %% @@ -23,12 +23,13 @@ %% This Current Maintainer of this work is Axel Sommerfeldt. %% %% This work consists of the files caption.ins, caption.dtx, caption2.dtx, -%% ltcaption.dtx, and subcaption.dtx, the derived files caption.sty, -%% caption2.sty, caption3.sty, ltcaption.sty, and subcaption.sty, and the -%% user manuals caption-deu.tex, caption-eng.tex, and caption-rus.tex. +%% caption3.dtx, bicaption.dtx, ltcaption.dtx, and subcaption.dtx, +%% the derived files caption.sty, caption2.sty, caption3.sty, bicaption.sty, +%% ltcaption.sty, and subcaption.sty, and the user manuals caption-deu.tex, +%% caption-eng.tex, and caption-rus.tex. %% \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{ltcaption}[2008/03/28 v1.2 longtable captions (AR)] +\ProvidesPackage{ltcaption}[2011/01/01 v1.2a longtable captions (AR)] \providecommand*\LTcaptype{table} \providecommand*\ext@table{lot} \@ifundefined{caption@AtBeginDocument}\AtBeginDocument\caption@AtBeginDocument{% @@ -73,7 +74,8 @@ {\let\\\space \addcontentsline{\csname ext@\LTcaptype\endcsname}{\LTcaptype}% {\protect\numberline{\csname the\LTcaptype\endcsname}{#2}}}% - \fi} + \fi + \ignorespaces} \renewcommand\LT@makecaption[3]{% \LT@@makecaption{% \sbox\@tempboxa{#1{{\CaptionLabelFont#2:} }\CaptionTextFont#3}% |