mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
add compiler switch in cv styles using awesome icons
This commit is contained in:
parent
8d55276704
commit
fab44205d6
4 changed files with 24 additions and 4 deletions
|
|
@ -49,7 +49,12 @@
|
|||
%\fi
|
||||
|
||||
% symbols
|
||||
\moderncvicons{awesome}
|
||||
\RequirePackage{ifxetex}
|
||||
\ifxetexorluatex
|
||||
\moderncvicons{awesome}
|
||||
\else
|
||||
\moderncvicons{marvosym}
|
||||
\fi
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -36,7 +36,12 @@
|
|||
%\fi
|
||||
|
||||
% symbols
|
||||
\moderncvicons{awesome}
|
||||
\RequirePackage{ifxetex}
|
||||
\ifxetexorluatex
|
||||
\moderncvicons{awesome}
|
||||
\else
|
||||
\moderncvicons{marvosym}
|
||||
\fi
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -36,7 +36,12 @@
|
|||
%\fi
|
||||
|
||||
% symbols
|
||||
\moderncvicons{awesome}
|
||||
\RequirePackage{ifxetex}
|
||||
\ifxetexorluatex
|
||||
\moderncvicons{awesome}
|
||||
\else
|
||||
\moderncvicons{marvosym}
|
||||
\fi
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -31,7 +31,12 @@
|
|||
%\fi
|
||||
|
||||
% symbols
|
||||
\moderncvicons{awesome}
|
||||
\RequirePackage{ifxetex}
|
||||
\ifxetexorluatex
|
||||
\moderncvicons{awesome}
|
||||
\else
|
||||
\moderncvicons{marvosym}
|
||||
\fi
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue