diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-rotfloat.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-rotfloat.sty | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-rotfloat.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-rotfloat.sty index 011ab6d59a3..33d30c5224a 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-rotfloat.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-rotfloat.sty @@ -21,18 +21,18 @@ \RequirePackage{float} \RenewDocumentCommand{\newfloat}{m m m o}{% -\IfValueTF{#4} -{ - \DeclareFloatingEnvironment[fileext=#3,within=#4]{#1} -} -{ - \DeclareFloatingEnvironment[fileext=#3]{#1} - \DeclareFloatingEnvironment[fileext=#3]{sideways#1} -} -\csletcs{sideways#1}{#1} -\csletcs{endsideways#1}{end#1} -\cslet{listof#1s}\relax -\cslet{listof#1es}\relax +\IfValueTF{#4}% +{% + \DeclareFloatingEnvironment[fileext=#3,within=#4]{#1}% +}% +{% + \DeclareFloatingEnvironment[fileext=#3]{#1}% + \DeclareFloatingEnvironment[fileext=#3]{sideways#1}% +}% +\csletcs{sideways#1}{#1}% +\csletcs{endsideways#1}{end#1}% +\cslet{listof#1s}\relax% +\cslet{listof#1es}\relax% } \endinput %% |