diff options
author | Karl Berry <karl@freefriends.org> | 2011-11-06 23:24:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-11-06 23:24:43 +0000 |
commit | e678d3b58e25f99b6c7aa3e828add9502768371c (patch) | |
tree | 5ce7df892e6657936807337df43e08ea66cba374 /Master/texmf-dist/doc/latex/caption/CHANGELOG | |
parent | 91348b19948d3b43f8e39cdd834970482dd5f062 (diff) |
caption (6nov11)
git-svn-id: svn://tug.org/texlive/trunk@24525 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/caption/CHANGELOG')
-rw-r--r-- | Master/texmf-dist/doc/latex/caption/CHANGELOG | 141 |
1 files changed, 141 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/caption/CHANGELOG b/Master/texmf-dist/doc/latex/caption/CHANGELOG new file mode 100644 index 00000000000..dc23417117e --- /dev/null +++ b/Master/texmf-dist/doc/latex/caption/CHANGELOG @@ -0,0 +1,141 @@ +caption package +=============== + +v1.0 (1994/10/27) +- 1st published version + +v1.1 (1994/11/03) +- New option `centerlast' + +v1.2 (1994/11/28) +- Support of the `float' package added + +v1.3 (1995/01/09) +- Support of \captionlabelfont in subcaptions added + +v1.4 (1995/01/30) +- New option `nooneline' + +v2.0 (caption2, 1995/10/09) +- New experimental version with many new commands and features +- Support of the `longtable' package added + +v2.1 (caption2, 2002/02/26) +- Adapted to version 2.1 of the subfigure package +- New options for interaction with other packages (float,...) +- New command \normalcaptionparams +- New commands \captionof and \captionof* +- New ifs \ifcaptionlabel and \ifignoreLTcapwidth +- \realcaptionwidth renamed to \captionlinewidth + +v2.2 (caption2, 2007/04/06) +- Internal change: Uses the caption3 kernel now + +v3.0 (2003/12/20) +- Completely rewritten in cooperation with Frank Mittelbach and Steven Cochran + +v3.1 (2007/09/01) +- Improved compatibility to supported document classes and packages, but decreased compatibility to non-supported document classes and packages +- Support of the AMS & SMF document classes added +- Support of the `beamer' document class added +- Support of the `KOMA-Script' document classes added +- Support of the `floatflt' package added +- Support of the `fltpage' package added +- Support of the `picinpar' package added +- Support of the `picins' package added +- Support of the `threeparttable' package added +- Support of the `wrapfig' package added +- Support of the `xtab' package added +- Check against incompatible `ftcap' package added +- Check against incompatible `nonfloat' package added +- Check against incompatible `topcapt' package added +- Does not process global options anymore to avoid conflicts with document class options +- New option compatibility= +- New options font+=, labelfont+= & textfont+= +- New options hypcap= & hypcapspace= +- New options list= and listformat= +- New option options= +- New options figurewithin= and tablewithin= +- Starred variant of option margin*= added +- Starred variant of option style*= added +- Starred variant of option type*= added +- Font options `normal', `normalcolor', `color', `normalfont' & `stretch' added +- Default position changed from `bottom' to `auto' +- New command \DeclareFloatingEnvironment resp. \DeclareCaptionType +- New command \DeclareCaptionListFormat +- New command \captionlistentry +- Starred variant of \clearcaptionsetup added +- Optional argument added to \clearcaptionsetup +- Starred variant of \ContinuedFloat added +- \captionsetup{...} inside longtables added +- \captionsetup[singleline]{...} added +- A \label before \caption will result in warning "\label before \caption ignored" +- The counters lofdepth & lotdepth are supported now +- Label formats have three arguments now +- Optional argument added to \DeclareCaptionFormat; "format=plain" removed from single-line options of default format +- Caption label format `brace' added + +v3.2 (2011/07/30) +- Support of `beamer' document class improved +- Support of `magyar' babel option added +- Support of `sansmath' package added +- Support of `titletoc' package added to \DeclareCaptionType & \DeclareCaptionSubType +- Support of `tocbasic' package added to \DeclareCaptionType +- New options calcmargin=, calcmargin*=, calcwidth=, and calcwidth*= +- New option listtype= added +- New option parboxrestore=partial/full +- New options within= & without +- Option slc= as abbreviation of singlelinecheck= added +- Pre-defined text format `empty' added +- New command \captionbox +- New command \phantomcaption +- New command \setcaptiontype as replacement for \captionsetup{type=...} +- New command \setcaptionsubtype as replacement for \captionsetup{subtype} +- "Hyperref support is turned off because hyperref has stopped early" is not a warning anymore but an information instead + + +bicaption package +================= + +v0.9 (2010/09/19) +- 1st published version (see also http://www.mrunix.de/forums/showthread.php?t=68312) + +v1.0 (2011/09/03) +- Support for list entries added + + +ltcaption package +================= + +v1.0 (2007/04/15) +- 1st version + +v1.1 (2007/09/01) +- Adapted to the NTG document classes (Support of \CaptionLabelFont & \CaptionTextFont added) +- Adapted to the `floatrow' package by Olga Lapko +- New macro \LTcaptype +- New environment longtable* + +v1.2 (2008/03/28) +- New skip \LTcapskip + +v1.3 (2011/09/12) +- New macro \CaptionLabelSeparator + + +subcaption package +================== + +v1.0 (2008/03/16) +- 1st published version + +v1.1 (2011/08/17) +- New caption option subrefformat= +- New command \phantomsubcaption + + +newfloat package +================ + +v1.0 (2011/10/30) +- 1st published version |