diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/caption/fallback/v3.3/caption.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/caption/fallback/v3.3/caption.dtx | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/caption/fallback/v3.3/caption.dtx b/Master/texmf-dist/source/latex/caption/fallback/v3.3/caption.dtx index b3110227347..1592a881b30 100644 --- a/Master/texmf-dist/source/latex/caption/fallback/v3.3/caption.dtx +++ b/Master/texmf-dist/source/latex/caption/fallback/v3.3/caption.dtx @@ -2,7 +2,7 @@ % % This is file `caption.dtx'. % -% Copyright (C) 1994-2019 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm) +% Copyright (C) 1994-2023 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm) % % -------------------------------------------------------------------------- % @@ -25,7 +25,7 @@ % and the user manuals caption-deu.tex, caption-eng.tex, and caption-rus.tex. % % \fi -% \CheckSum{3695} +% \CheckSum{3697} % % \iffalse %<*driver> @@ -220,7 +220,7 @@ % % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{caption}[2022/07/10 v3.3e Customizing captions (AR)] +\ProvidesPackage{caption}[2023/08/05 v3.3f Customizing captions (AR)] % \end{macrocode} % % \subsection{Loading the kernel} @@ -2385,13 +2385,14 @@ % \end{macro} % % \begin{macro}{\caption@gettitle} -% \changes{v3.1}{2007/05/05}{This macro and its usage added} +% \changes{v3.1l}{2010/01/09}{This macro and its usage added to adapt the definition of \cs{@currentlabelname} to recent versions of \package{nameref}} +% \changes{v3.3f}{2023/08/05}{Support for older versions of \package{nameref} revised to make it compatible with \LaTeX\ 2023-06-01} % This one is needed for support of the \package{nameref} package. % \begin{macrocode} \newcommand\caption@gettitle[1]{% \caption@ifundefined\NR@gettitle - {\def\@currentlabelname{#1}}% - {\NR@gettitle{#1}}} + {\caption@ifundefined\NR@sect{}{\def\@currentlabelname{#1}}}% support for older versions of nameref package + {\NR@gettitle{#1}}} % support for recent versions of nameref package % \end{macrocode} % \end{macro} % |