la taille des icones est stockée dans \iconScale
This commit is contained in:
parent
c79b165cf8
commit
6eb6a5271f
@ -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}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user