summaryrefslogtreecommitdiff
path: root/resources/admonitions.tex
blob: 2b1c57b5e18df7d0194176e623f3625bdbab09f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\usepackage{DUStyle}
\definecolor{orangeColor}{RGB}{255, 165, 0}
\definecolor{redColor}{RGB}{211, 38, 38}
\definecolor{blueColor}{RGB}{38, 38, 211}
\definecolor{lightBlueColor}{RGB}{0, 89, 255}
\definecolor{greenColor}{RGB}{38, 211, 38}


\usepackage{fontspec}
\RequirePackage{fontawesome}
% Style pour les avertissements
\createIconifiedDUStyle{warning}{orangeColor}{\faExclamation}{CaviarDreamsFont}
% Style pour les notes
\createIconifiedDUStyle{note}{lightBlueColor}{\faComment}{CaviarDreamsFont}
% Style pour les exercices
\createIconifiedDUStyle{exercice}{greenColor}{\faPencil}{CaviarDreamsFont}