From 6eb6a5271fd74b5487272d9a7e17c818b59821eb Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 4 Sep 2017 08:58:49 +0300 Subject: [PATCH] =?UTF-8?q?la=20taille=20des=20icones=20est=20stock=C3=A9e?= =?UTF-8?q?=20dans=20\iconScale?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/style/shortcuts.sty | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/style/shortcuts.sty b/tools/style/shortcuts.sty index 8d4a38b..ab31c32 100755 --- a/tools/style/shortcuts.sty +++ b/tools/style/shortcuts.sty @@ -67,27 +67,27 @@ } % Icones des compétences - -\newcommand{\Cher}[1][scale=0.4]{% +\newcommand{\iconScale}{0.3} +\newcommand{\Cher}[1][scale=\iconScale]{% \icon[#1]{card-pick} } -\newcommand{\Mod}[1][scale=0.4]{% +\newcommand{\Mod}[1][scale=\iconScale]{% \icon[#1]{processor} } -\newcommand{\Rep}[1][scale=0.4]{% +\newcommand{\Rep}[1][scale=\iconScale]{% \icon[#1]{chart} } -\newcommand{\Rai}[1][scale=0.4]{% +\newcommand{\Rai}[1][scale=\iconScale]{% \icon[#1]{brain} %\icon[#1]{gears} } -\newcommand{\Cal}[1][scale=0.4]{% +\newcommand{\Cal}[1][scale=\iconScale]{% \icon[#1]{computing} } -\newcommand{\Com}[1][scale=0.4]{% +\newcommand{\Com}[1][scale=\iconScale]{% \icon[#1]{conversation} } -\newcommand{\Con}[1][scale=0.4]{% +\newcommand{\Con}[1][scale=\iconScale]{% \icon[#1]{book-cover} }