From ec963f38353df84d150838f4b2d79f01b722e250 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 17 Mar 2022 20:24:37 +0000 Subject: caption (17mar22) (branch) git-svn-id: svn://tug.org/texlive/branches/branch2021.final@62758 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/source/latex/caption/bicaption.dtx | 23 +++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/source/latex/caption/bicaption.dtx') diff --git a/Master/texmf-dist/source/latex/caption/bicaption.dtx b/Master/texmf-dist/source/latex/caption/bicaption.dtx index f999ec94559..8d51567a6cb 100644 --- a/Master/texmf-dist/source/latex/caption/bicaption.dtx +++ b/Master/texmf-dist/source/latex/caption/bicaption.dtx @@ -2,7 +2,7 @@ % % This is file `bicaption.dtx'. % -% Copyright (C) 2010-2021 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm) +% Copyright (C) 2010-2022 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm) % % -------------------------------------------------------------------------- % @@ -36,7 +36,7 @@ % \iffalse %<*driver> \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesFile{bicaption.drv}[2022/01/07 v1.5 Adds a bilingual caption feature to the caption package] +\ProvidesFile{bicaption.drv}[2022/03/06 v1.5 Adds a bilingual caption feature to the caption package] \hbadness=9999 \newcount\hbadness \hfuzz=74pt % Make TeX shut up. %\errorcontextlines=3 % @@ -269,9 +269,14 @@ % making the first language the second one and vice versa. (The default is |false|.) % % \item[bi-separator=] -% \begin{quote}|\captionsetup{bi-separator=|\meta{name}|}|\end{quote} % \NEWfeature{v1.3} -% will select a separator between first and second bilingual caption. +% The vertical distance between the first and second bilingual caption is usually +% determined by the \TeX\ skips set by |\normal|\-|size| which is applied right +% before both captions get typesetted. +% (This behaviour is inherited from the original \LaTeX\ code for |\caption| which +% applies |\normal|\-|size| right before |\@make|\-|caption|, too.) +% \begin{quote}|\captionsetup{bi-separator=|\meta{name}|}|\end{quote} +% will select an additional separator between first and second bilingual caption. % You could choose one of the following: `none' (which is the default one % and could also be addressed as `default'), `smallskip', `medskip', % `largeskip', or a self-defined one using @@ -291,7 +296,15 @@ % |\DeclareBiCaptionSeparator{3pt}{\vspace{3pt}}|\\ % |\captionsetup{bi-separator=3pt}| % \end{quote} -% will put |3pt| vertical space between the two bilingual captions. +% will place |3pt| extra vertical space between the two bilingual captions. +% \par\medskip +% \textit{Note:} In contrast to the original \LaTeX\ code for |\caption| the +% \package{caption} package does not apply |\normal|\-|size| directly +% but will apply the caption font definition |normal|\-|size| instead +% (which is usually defined as |\normal|\-|size|). +% Therefore the vertical space between both captions +% could also be influenced by redefining it, e.g.: +% |\Declare|\-|Caption|\-|Font{normal|\-|size}{|\ldots|}| % \end{Options} % % \section{The \cs{bicaption} commands} -- cgit v1.2.3