diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-framed.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-framed.sty | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-framed.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-framed.sty index b78bd31188b..50218d3d4ae 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-framed.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-framed.sty @@ -48,7 +48,7 @@ \renewenvironment{leftbar}{% \LWR@forcenewpage -\BlockClass{framedleftbar} + \BlockClass{framedleftbar} \def\FrameCommand{}% \MakeFramed {} }% @@ -80,18 +80,18 @@ \LWR@forcenewpage \begin{BlockClass}[border: 3px solid \#\LWR@tempcolor]{framed}% \ifthenelse{\isempty{#1}}{}{% not empty -\begin{BlockClass}[background: \#\LWR@tempcolor]{framedtitle}% -\textcolor{TFTitleColor}{\textbf{#1}}% -\end{BlockClass} + \begin{BlockClass}[background: \#\LWR@tempcolor]{framedtitle}% + \textcolor{TFTitleColor}{\textbf{#1}}% + \end{BlockClass} }% not empty #7 \ifthenelse{\isempty{#2}}{}{% not empty -\convertcolorspec{named}{TFFrameColor}{HTML}\LWR@tempcolor% -\begin{BlockClass}[background: \#\LWR@tempcolor]{framedtitle}% -\textcolor{TFTitleColor}{\textbf{#2}}% -\end{BlockClass} + \convertcolorspec{named}{TFFrameColor}{HTML}\LWR@tempcolor% + \begin{BlockClass}[background: \#\LWR@tempcolor]{framedtitle}% + \textcolor{TFTitleColor}{\textbf{#2}}% + \end{BlockClass} }% not empty \end{BlockClass} } |