la taille des icones est stockée dans \iconScale

This commit is contained in:
Bertrand Benjamin 2017-09-04 08:58:49 +03:00
parent c79b165cf8
commit 6eb6a5271f

View File

@ -67,27 +67,27 @@
} }
% Icones des compétences % Icones des compétences
\newcommand{\iconScale}{0.3}
\newcommand{\Cher}[1][scale=0.4]{% \newcommand{\Cher}[1][scale=\iconScale]{%
\icon[#1]{card-pick} \icon[#1]{card-pick}
} }
\newcommand{\Mod}[1][scale=0.4]{% \newcommand{\Mod}[1][scale=\iconScale]{%
\icon[#1]{processor} \icon[#1]{processor}
} }
\newcommand{\Rep}[1][scale=0.4]{% \newcommand{\Rep}[1][scale=\iconScale]{%
\icon[#1]{chart} \icon[#1]{chart}
} }
\newcommand{\Rai}[1][scale=0.4]{% \newcommand{\Rai}[1][scale=\iconScale]{%
\icon[#1]{brain} \icon[#1]{brain}
%\icon[#1]{gears} %\icon[#1]{gears}
} }
\newcommand{\Cal}[1][scale=0.4]{% \newcommand{\Cal}[1][scale=\iconScale]{%
\icon[#1]{computing} \icon[#1]{computing}
} }
\newcommand{\Com}[1][scale=0.4]{% \newcommand{\Com}[1][scale=\iconScale]{%
\icon[#1]{conversation} \icon[#1]{conversation}
} }
\newcommand{\Con}[1][scale=0.4]{% \newcommand{\Con}[1][scale=\iconScale]{%
\icon[#1]{book-cover} \icon[#1]{book-cover}
} }