From 22f9ade2149e3f87bdf54a251d6133bc9c518651 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 27 Aug 2021 10:32:10 +0200 Subject: [PATCH] Feat: ajout de la command \dure et \superDure --- tools/style/shortcuts.sty | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/style/shortcuts.sty b/tools/style/shortcuts.sty index e6100a8..a27e1f5 100755 --- a/tools/style/shortcuts.sty +++ b/tools/style/shortcuts.sty @@ -59,6 +59,12 @@ %% Autres \newcommand{\TODO}[1]{\textcolor{red}{note(#1)}} +% Difficulté + +\usepackage{fontawesome5} +\newcommand{\dure}{(\faBolt) } +\newcommand{\superDure}{(\faBioHazard) } + % Icones \newcommand{\icon}[2][scale=0.4]{% \includegraphics[#1]{icons/#2.png}%