diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/caption/ltcaption.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/caption/ltcaption.dtx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/caption/ltcaption.dtx b/Master/texmf-dist/source/latex/caption/ltcaption.dtx index 8963d46dfcb..7fd8663a8b8 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-2008 Axel Sommerfeldt (caption@sommerfee.de) +% Copyright (C) 2007-2009 Axel Sommerfeldt (caption@sommerfee.de) % % -------------------------------------------------------------------------- % @@ -30,7 +30,7 @@ %<*driver> \NeedsTeXFormat{LaTeX2e}[1994/12/01] \ProvidesFile{ltcaption.drv}% - [2008/03/28 v1.2 This package fixes caption problems with + [2009/03/30 v1.2 This package fixes caption problems with other-than-centered aligned longtables] \hbadness=9999 \newcount\hbadness \hfuzz=48pt % Make TeX shut up. % @@ -116,7 +116,9 @@ % % \DescribeMacro{\LTcapskip} % This length is controlling the skip between the caption and the contents -% below the caption and can be altered with |\setlength\LTcapskip{|\ldots|}|. +% below the caption (which is usually the longtable contents if you place +% the caption above the longtable), and it can be altered with +% |\setlength\LTcapskip{|\ldots|}|. % When \thispackage\ is loaded it will be set to |\abovecaptionskip| which % usually represents the skip between caption and contents in floating % environments. |