summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lwarp/lwarp-framed.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-08-17 21:15:43 +0000
committerKarl Berry <karl@freefriends.org>2017-08-17 21:15:43 +0000
commit0f4a34d1fe6262bc72205b50adb2ae5ab576d427 (patch)
tree96d07059e14ae2c49b831c16e2cf0de025d41d5c /Master/texmf-dist/tex/latex/lwarp/lwarp-framed.sty
parent0b34e84c6dde5d7877c9b07fc95374374aaba3c6 (diff)
lwarp (17aug17)
git-svn-id: svn://tug.org/texlive/trunk@45054 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-framed.sty')
-rw-r--r--Master/texmf-dist/tex/latex/lwarp/lwarp-framed.sty16
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}
}