diff options
author | Karl Berry <karl@freefriends.org> | 2022-05-07 20:40:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-05-07 20:40:07 +0000 |
commit | aacfefbccda2049e11a279b80eb2fe004dc55a0d (patch) | |
tree | 47aab68d25bb3ccd3c99875d107f6dbb8dec5833 /Master/texmf-dist/tex | |
parent | 66cf44c488603214d7931e3d90f74717a8a36d2c (diff) |
swfigure (7may22)
git-svn-id: svn://tug.org/texlive/trunk@63253 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/swfigure/swfigure.sty | 6 |
1 files changed, 3 insertions, 3 deletions
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% } |