summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/caption/ltcaption.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/caption/ltcaption.dtx')
-rw-r--r--Master/texmf-dist/source/latex/caption/ltcaption.dtx21
1 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/caption/ltcaption.dtx b/Master/texmf-dist/source/latex/caption/ltcaption.dtx
index 7fd8663a8b8..4973327f210 100644
--- a/Master/texmf-dist/source/latex/caption/ltcaption.dtx
+++ b/Master/texmf-dist/source/latex/caption/ltcaption.dtx
@@ -2,7 +2,7 @@
%
% This is file `ltcaption.dtx'.
%
-% Copyright (C) 2007-2009 Axel Sommerfeldt (caption@sommerfee.de)
+% Copyright (C) 2007-2011 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm)
%
% --------------------------------------------------------------------------
%
@@ -19,12 +19,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.
%
% \fi
-% \CheckSum{340}
+% \CheckSum{341}
%
% \iffalse
%<*driver>
@@ -83,7 +84,7 @@
% This package has version number \fileversion, last revised \filedate.}}%^^A
% {The ltcaption package}}
% \author{Axel Sommerfeldt\\
-% \href{mailto:caption@sommerfee.de}{\texttt{caption@sommerfee.de}}}
+% \href{mailto:axel.sommerfeldt@f-m.fm}{\texttt{axel.sommerfeldt@f-m.fm}}}
% \date{\docdate}
% \maketitle
%
@@ -450,7 +451,7 @@
%
% \begin{macrocode}
\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)]
% \end{macrocode}
%
% \subsection{User interface}
@@ -578,7 +579,8 @@
% \end{macro}
%
% \begin{macro}{\LT@c@ption}
-% \changes{v1.1a}{2008/01/22}{Made it \cs{long}}
+% \changes{v1.1a}{2008/01/22}{Bugfix: Made it \cs{long}}
+% \changes{v1.2a}{2011/01/01}{Bugfix: \cs{ignorespaces} added}
% The original implementation:
% \begin{verbatim}
% \def\LT@c@ption#1[#2]#3{%
@@ -598,7 +600,8 @@
{\let\\\space
\addcontentsline{\csname ext@\LTcaptype\endcsname}{\LTcaptype}%
{\protect\numberline{\csname the\LTcaptype\endcsname}{#2}}}%
- \fi}
+ \fi
+ \ignorespaces}
% \end{macrocode}
% \end{macro}
%