From aacfefbccda2049e11a279b80eb2fe004dc55a0d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 7 May 2022 20:40:07 +0000 Subject: swfigure (7may22) git-svn-id: svn://tug.org/texlive/trunk@63253 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/swfigure/swfigure.sty | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex/latex') diff --git a/Master/texmf-dist/tex/latex/swfigure/swfigure.sty b/Master/texmf-dist/tex/latex/swfigure/swfigure.sty index e0fda2484b8..3036e253877 100644 --- a/Master/texmf-dist/tex/latex/swfigure/swfigure.sty +++ b/Master/texmf-dist/tex/latex/swfigure/swfigure.sty @@ -11,7 +11,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2020/01/01] \ProvidesPackage{swfigure}% - [2022-01-04 v.0.9.19 Managing large and spread wide figures] + [2022-04-24 v.0.9.20 Managing large and spread wide figures] \RequirePackage{etoolbox} \RequirePackage{xfp} @@ -61,14 +61,14 @@ \NewDocumentCommand\DFcaption{O{#2} m o}{\refstepcounter{figure}% \vtop to 0pt{\hsize=\textheight\parindent=0pt\leavevmode - Figure \thefigure\quad #2\vss}% + \figurename\ \thefigure\quad #2\vss}% \addcontentsline{lof}{figure}{\protect\numberline{\thefigure}#1} \IfValueT{#3}{\label{#3}}\relax% } \NewDocumentCommand\DFcaptionP{O{#2} m o D!!{\color{black}}}% {\refstepcounter{figure}% \vbox to 0pt{\vss\hsize=\textheight\parindent=0pt\leavevmode - #4\relax Figure \thefigure\quad #2}% + #4\relax \figurename\ \thefigure\quad #2}% \addcontentsline{lof}{figure}{\protect\numberline{\thefigure}#1} \IfValueT{#3}{\label{#3}}\relax% } -- cgit v1.2.3