From 502cc8003f1e9ffd0639817e192263b55c31dead Mon Sep 17 00:00:00 2001 From: Patrick Fradin Date: Wed, 2 Nov 2011 10:38:46 +0100 Subject: [PATCH] Patch dans bclogoMdframedTikz.tex pour corriger le bug de l option fontcolor de mdframed 0.9 (en attendant une correction officielle) --- dev/latex/bclogoMdframedTikz.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev/latex/bclogoMdframedTikz.tex b/dev/latex/bclogoMdframedTikz.tex index 1d48e69..432533a 100644 --- a/dev/latex/bclogoMdframedTikz.tex +++ b/dev/latex/bclogoMdframedTikz.tex @@ -188,7 +188,7 @@ preaction={fill=\bcval@couleurOmbre,line width=0.5,line join=round,opacity=0.4,d \end{scope}% \path[mdfmiddle,draw=\ifKV@bclogo@noborder none\else \bcval@couleurBord\fi](O)--(O|-P)(P)--(P|-O);% \node[mdftext,anchor=south west]at(\mdf@innerlinewidth@length+0.5*\mdf@middlelinewidth@length+0.5*\bcval@framesep,0){\bc@barre};% - \node[mdftext,anchor=south west]at(\xp,\yp){\box\tw@};% + \node[mdftext,anchor=south west]at(\xp,\yp){\color{\mdf@fontcolor}\box\tw@};% \end{tikzpicture}% }% }% @@ -229,7 +229,8 @@ preaction={fill=\bcval@couleurOmbre,line width=0.5,line join=round,opacity=0.4,d \end{scope}% \path[mdfmiddle,mdfcorners,draw=\ifKV@bclogo@noborder none\else \bcval@couleurBord\fi](P-|O)--(O)--(O-|P)--(P);% \node[mdftext,anchor=south west]at(\mdf@innerlinewidth@length+0.5*\mdf@middlelinewidth@length+0.5*\bcval@framesep,\yp){\bc@barre};% - \node[mdftext,anchor=south west] at (\xp,\yp){\box\@tempboxa};% + \node[mdftext,anchor=south west] at (\xp,\yp){\color{\mdf@fontcolor}\box\@tempboxa};% \end{tikzpicture}% }% }% +\endinput -- 2.20.1