From c585827da7c4f90019a2eae697085d7bb7182ea2 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Tue, 27 Dec 2016 11:48:00 +0100 Subject: [PATCH] set icon for mdframed style --- cours/cours_prof.cls | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cours/cours_prof.cls b/cours/cours_prof.cls index 2bb7f39..3592244 100644 --- a/cours/cours_prof.cls +++ b/cours/cours_prof.cls @@ -133,13 +133,13 @@ nobreak=true,% xcolor,% firstextra={\path let \p1=(P), \p2=(O) in ($(\x2,0)+0.5*(0,\y1)$) - node[writesymbol] {\$};},% + node[writesymbol] { \faicon{\faPencil} };},% secondextra={\path let \p1=(P), \p2=(O) in ($(\x2,0)+0.5*(0,\y1)$) - node[writesymbol] {\$};},% + node[writesymbol] { \faicon{\faPencil} };},% middleextra={\path let \p1=(P), \p2=(O) in ($(\x2,0)+0.5*(0,\y1)$) - node[writesymbol] {\$};},% + node[writesymbol] { \faicon{\faPencil} };},% singleextra={\path let \p1=(P), \p2=(O) in ($(\x2,0)+0.5*(0,\y1)$) - node[writesymbol] {\$};},% + node[writesymbol] { \faicon{\faPencil} };},% } \mdtheorem[style=framed, theoremseparator={ - }]{déf}{Définition}