Add icon to example block.

This commit is contained in:
Jeff Lance 2017-03-21 12:09:06 +01:00
parent 5a70b7729b
commit d7e503ae2a

View File

@ -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}
}