From d7e503ae2a3c65be2b8beff619d9fa7b0dac26bd Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Tue, 21 Mar 2017 12:09:06 +0100 Subject: [PATCH] Add icon to example block. --- cours/cours_beamer.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cours/cours_beamer.cls b/cours/cours_beamer.cls index 0ba92f6..7dae820 100644 --- a/cours/cours_beamer.cls +++ b/cours/cours_beamer.cls @@ -371,7 +371,7 @@ % exe(TITRE) \NewDocumentEnvironment{exe}{ G{Exemple} }{%begin \setbeamercolor{block title}{fg=darkspringgreen,bg=green!10!white}% - \begin{block} {#1} + \begin{block} {\faLightbulbO \hspace{.125em} #1} }{%end \end{block} }