diff options
author | Karl Berry <karl@freefriends.org> | 2020-07-19 21:25:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-07-19 21:25:57 +0000 |
commit | bd3377f8c4354d513bb3f8b7b06708718f6ccb06 (patch) | |
tree | 03ce9b8d13bb8bb599e86b1837c7afc5be35134a /Master/texmf-dist/source | |
parent | 57db2136844339b947bf0af8c518487514f8cee1 (diff) |
caption (19jul20)
git-svn-id: svn://tug.org/texlive/trunk@55878 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/caption/caption3.dtx | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/caption/caption3.dtx b/Master/texmf-dist/source/latex/caption/caption3.dtx index 84134e79441..031c84fa67c 100644 --- a/Master/texmf-dist/source/latex/caption/caption3.dtx +++ b/Master/texmf-dist/source/latex/caption/caption3.dtx @@ -28,7 +28,7 @@ % caption-deu.tex, caption-eng.tex, caption-rus.tex. % % \fi -% \CheckSum{3576} +% \CheckSum{3585} % % \iffalse %<*driver> @@ -191,7 +191,7 @@ % % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{caption3}[2020/05/30 v1.12 caption3 kernel (AR)] +\ProvidesPackage{caption3}[2020/07/19 v1.12a caption3 kernel (AR)] % \end{macrocode} % % \section{Workaround for bug in package \package{arabtex}} @@ -3638,17 +3638,12 @@ % |\caption@prepareslc|\par % Re-define anything which would disturb the single-line-check. % \begin{macrocode} -\@ifundefined{caption@prepareslc}\def\g@addto@macro\caption@prepareslc{% +\providecommand*\caption@prepareslc{} +\g@addto@macro\caption@prepareslc{% \let\label\caption@gobble \let\hypertarget\@gobbletwo % \end{macrocode} % \begin{macrocode} - \let\caption@footnotemark@ORI\footnotemark - \def\footnote{\caption@withoptargs\caption@footnote}% - \def\footnotemark{\caption@withoptargs\caption@footnotemark}% - \let\@footnotetext\caption@gobble -% \end{macrocode} -% \begin{macrocode} \let\caption@endnotemark@ORI\endnotemark \def\endnote{\caption@withoptargs\caption@endnote}% \def\endnotemark{\caption@withoptargs\caption@endnotemark}% @@ -3676,6 +3671,21 @@ % \begin{macrocode} } % \end{macrocode} +% +% The following patch of \cs{footnote} assumes that the optional arguments of +% \cs{footnote} and \cs{footnotemark} match. Since this is not the case in +% \class{beamer} based documents, and since \class{beamer} extents the +% syntax of \cs{footnote} in a way we don't support, we don't apply the patch there. +% \begin{macrocode} +\caption@ifclassloaded{beamer}{}{% + \g@addto@macro\caption@prepareslc{% + \let\caption@footnote@ORI\footnote + \def\footnote{\caption@withoptargs\caption@footnote}% + \let\caption@footnotemark@ORI\footnotemark + \def\footnotemark{\caption@withoptargs\caption@footnotemark}% + \let\caption@footnotetext@ORI\@footnotetext + \let\@footnotetext\caption@gobble}} +% \end{macrocode} % \begin{macrocode} \newcommand\caption@footnote[2]{% \caption@footnotemark{#1}} |