add icons to some block: "remarque" and "application."

This commit is contained in:
Jeff Lance 2017-01-04 17:28:56 +01:00
parent 768f758d43
commit 8edd45ca0f

View File

@ -288,7 +288,7 @@
% %
\NewDocumentEnvironment{rmq}{ G{Remarque} }{%begin \NewDocumentEnvironment{rmq}{ G{Remarque} }{%begin
\setbeamercolor{block title}{fg=blush,bg=blush!10!white}%fg=white,bg=cerisepink!80!white}% \setbeamercolor{block title}{fg=blush,bg=blush!10!white}%fg=white,bg=cerisepink!80!white}%
\begin{block} {#1} \begin{block} {\faExclamationTriangle \hspace{.125em} #1}
}{%end }{%end
\end{block} \end{block}
} }
@ -414,9 +414,9 @@
} }
} }
\stepcounter{applicationcounter} \stepcounter{applicationcounter}
\begin{block}{#2 \cType{applicationcounter}\ } \begin{block}{\faFileTextO \hspace{.125em} #2 \cType{applicationcounter}\ }
}{ }{
\begin{block}{#2\ } \begin{block}{\faFileTextO \hspace{.125em} #2\ }
} }
}{%end }{%end
\end{block} \end{block}