diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-patch-komascript.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-patch-komascript.sty | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-patch-komascript.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-patch-komascript.sty index fd375bea782..2eee58b0529 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-patch-komascript.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-patch-komascript.sty @@ -6,7 +6,7 @@ %% %% lwarp.dtx (with options: `patch-komascript') %% This is a generated file. -%% Copyright 2016-2019 Brian Dunn +%% Copyright 2016-2020 Brian Dunn %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -38,19 +38,19 @@ }% AtBeginDocument \renewcommand*{\minisec}[1]{ -\begin{BlockClass}{minisec} -#1 -\end{BlockClass} + \begin{BlockClass}{minisec} + #1 + \end{BlockClass} } \@ifundefined{setpartpreamble}{}{ \RenewDocumentCommand{\setpartpreamble}{o o +m}{% -\renewcommand{\part@preamble}{#3}% + \renewcommand{\part@preamble}{#3}% } } \@ifundefined{setchapterpreamble}{}{ \RenewDocumentCommand{\setchapterpreamble}{o o +m}{% -\renewcommand{\chapter@preamble}{#3}% + \renewcommand{\chapter@preamble}{#3}% } } \AtBeginDocument{ @@ -64,17 +64,17 @@ \RenewDocumentEnvironment{captionbeside}{o m o o o s} {} {% -\IfValueTF{#1}% -{\caption[#1]{#2}}% -{\caption{#2}}% + \IfValueTF{#1}% + {\caption[#1]{#2}}% + {\caption{#2}}% } \RenewDocumentEnvironment{captionofbeside}{m o m o o o s} {} {% -\IfValueTF{#2}% -{\captionof{#1}[#2]{#3}}% -{\captionof{#1}{#3}}% + \IfValueTF{#2}% + {\captionof{#1}[#2]{#3}}% + {\captionof{#1}{#3}}% } \RenewDocumentCommand{\setcapindent}{s m}{} |