add compiler switch in cv styles using awesome icons

This commit is contained in:
Mark E. Fuller 2021-01-03 23:28:32 +01:00 committed by Mark E Fuller
commit fab44205d6
4 changed files with 24 additions and 4 deletions

View file

@ -36,7 +36,12 @@
%\fi
% symbols
\moderncvicons{awesome}
\RequirePackage{ifxetex}
\ifxetexorluatex
\moderncvicons{awesome}
\else
\moderncvicons{marvosym}
\fi
%-------------------------------------------------------------------------------