diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-12 00:23:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-12 00:23:55 +0000 |
commit | 5351150bc318eded08bb95323545f9279454652d (patch) | |
tree | 9b7d4f49e73c61aba13f984f8f1d3507d6d74988 /Master/texmf-dist/source/latex/caption/ltcaption.dtx | |
parent | fe1d1302556e0520cfc543b149bb0b27b06cb2de (diff) |
caption (11aug11)
git-svn-id: svn://tug.org/texlive/trunk@23505 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/caption/ltcaption.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/caption/ltcaption.dtx | 21 |
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} % |