diff options
Diffstat (limited to 'macros/latex/contrib/caption/CHANGELOG')
-rw-r--r-- | macros/latex/contrib/caption/CHANGELOG | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/macros/latex/contrib/caption/CHANGELOG b/macros/latex/contrib/caption/CHANGELOG index 1eba38b6a1..a3d2d4baf2 100644 --- a/macros/latex/contrib/caption/CHANGELOG +++ b/macros/latex/contrib/caption/CHANGELOG @@ -116,7 +116,7 @@ v3.4 (2019/09/11) - Label format `autodot' added (for usage within documents using KOMA-Script document class) - Label format `unnumbered' added - \ContinuedFloat renamed to \continuedfloat (since this is not a preamble command) -- \caption will always be re-defined now, unless `compatibility' is set to `v1' (or an incompatible package is loaded) +- \caption will always be re-defined now, unless `compatibility' is set to `true' (or an incompatible package is loaded) v3.5 (2020/08/30) - If a document class defines \caption@documentclass, an adaption to the caption package will be loaded as caption-<documentclass>.sto @@ -130,6 +130,21 @@ v3.5 (2020/08/30) - Options "figure*" resp. "table*" will be applied additionally in "figure*" resp. "table*" environments (twocolumn mode only) - Option and font option "hypersetup" added which expands to \hypersetup (if defined) resp. nothing (otherwise) +v3.6 (2022/02/20) +- Fallback to versions "v1", "v3.0", "v3.1", "v3.2", "v3.3", "v3.4", and "v3.5" added +- The caption-subcaption counter handling is now independent on the "position=" setting +- Option "compatibility=true" dropped in favor of "\usepackage{caption}[=v1]" +- Option "parboxrestore=partial/full" removed (was obsolete since v3.5) +- \captionsetup{margin={...,}} sets only the left margin, \captionsetup{margin={,...}} only the right one +- The font option "stretch" does not require the setspace package anymore +- New command \nextfloat to influence the (new) counter handling +- New command \DeclareCaptionPosition to declare custom postion settings +- New command \AtCaptionSingleLineCheck to add re-definitions to the single-line-check +- New command \captiontext to typeset a caption without counter increment and without list entry +- Optional argument added to \setcaptiontype (which specifies options to be applied additionally) +- New environments `captiongroup' and `captionblock' +- Adapted to the `tablefootnote' package + bicaption package ----------------- @@ -149,6 +164,12 @@ v1.2 (2016/03/27) v1.3 (2020/10/25) - Option "bi-separator" and command \DeclareBiCaptionSeparator added +v1.4 (2020/12/25) +- Support of all available caption fallback versions since "v3.2" added + +v1.5 (2021/01/04) +- Support of the listings package added + ltcaption package ----------------- @@ -187,3 +208,11 @@ v1.2 (2018/05/13) v1.3 (2019/08/31) - New command \subfloat for easy transition from the `subfig' package + +v1.4 (2020/12/25) +- Support of all available caption fallback versions since "v3.1" added + +v1.5 (2022/01/07) +- New environments subcaptiongroup and subcaptionblock +- New command \subcaptionlistentry to make an entry into the list of figures resp. tables +- New command \subcaptiontext to typeset a sub-caption without counter increment and list entry |