diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-23 22:34:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-23 22:34:45 +0000 |
commit | ce07f5180b54e0229abae4d10288940c610afe31 (patch) | |
tree | feef3d1dc42bedb22d5648026a39b03388027167 /Master/texmf-dist/tex/latex/lwarp/lwarp-floatrow.sty | |
parent | 607588e2b8c554ec8bfbe11f1391622768fe79c8 (diff) |
lwarp (23jan18)
git-svn-id: svn://tug.org/texlive/trunk@46416 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-floatrow.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-floatrow.sty | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-floatrow.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-floatrow.sty index efdf831f078..6eac63bcabd 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-floatrow.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-floatrow.sty @@ -120,29 +120,29 @@ \define@key{frowkeys}{relatedcapstyle}{}% \newcommand*{\DeclareNewFloatType}[2]{% -\renewcommand*{\LWR@frowkeyplacement}{} -\renewcommand*{\LWR@frowkeyname}{} -\renewcommand*{\LWR@frowkeyfileext}{} -\renewcommand*{\LWR@frowkeywithin}{} -\renewcommand*{\LWR@frowkeycapstyle}{} +\renewcommand*{\LWR@frowkeyplacement}{}% +\renewcommand*{\LWR@frowkeyname}{}% +\renewcommand*{\LWR@frowkeyfileext}{}% +\renewcommand*{\LWR@frowkeywithin}{}% +\renewcommand*{\LWR@frowkeycapstyle}{}% \LWR@traceinfo{about to setkeys frowkeys}% \setkeys{frowkeys}{#2}% \LWR@traceinfo{finished setkeys frowkeys}% -\ifthenelse{\equal{\LWR@frowkeywithin}{}} -{ - \LWR@traceinfo{about to newfloat #1 \LWR@frowkeyplacement\ +\ifthenelse{\equal{\LWR@frowkeywithin}{}}% +{% + \LWR@traceinfo{about to newfloat #1 \LWR@frowkeyplacement\ % \LWR@frowkeyfileext}% - \newfloat{#1}{\LWR@frowkeyplacement}{\LWR@frowkeyfileext} + \newfloat{#1}{\LWR@frowkeyplacement}{\LWR@frowkeyfileext}% }% {% - \LWR@traceinfo{about to newfloat #1\ \LWR@frowkeyplacement\ + \LWR@traceinfo{about to newfloat #1\ \LWR@frowkeyplacement\ % \LWR@frowkeyfileext\ \LWR@frowkeywithin}% \newfloat{#1}{\LWR@frowkeyplacement}% {\LWR@frowkeyfileext}[\LWR@frowkeywithin]% - \LWR@traceinfo{finished newfloat #1} + \LWR@traceinfo{finished newfloat #1}% }% -\ifthenelse{\equal{\LWR@frowkeyname}{}} -{} +\ifthenelse{\equal{\LWR@frowkeyname}{}}% +{}% {\floatname{#1}{\LWR@frowkeyname}}% } |