From 162e961811a1eafead4fffb04337d3a4bbf6467b Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 5 Mar 2017 21:37:39 +0100 Subject: [PATCH] =?UTF-8?q?Add=20fontawesome=20icon=20to=20m=C3=A9thode=20?= =?UTF-8?q?block.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cours/cours_beamer.cls | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cours/cours_beamer.cls b/cours/cours_beamer.cls index 0f086d0..b6a2c78 100644 --- a/cours/cours_beamer.cls +++ b/cours/cours_beamer.cls @@ -338,15 +338,15 @@ } \stepcounter{methodecounter} \IfNoValueTF {#2} { - \begin{block}{Méthode \cType{methodecounter}\ } + \begin{block}{\faLightbulbO \hspace{.125em} Méthode \cType{methodecounter}\ } }{ - \begin{block}{Méthode \cType{methodecounter}\ - #2} + \begin{block}{\faLightbulbO \hspace{.125em} Méthode \cType{methodecounter}\ - #2} } }{ \IfNoValueTF {#2} { - \begin{block}{Méthode\ } + \begin{block}{\faLightbulbO \hspace{.125em} Méthode\ } }{ - \begin{block}{Méthode\ - #2} + \begin{block}{\faLightbulbO \hspace{.125em} Méthode\ - #2} } } }{%end