From fcf66e0c8c8c0f5d590d5ac4411b13977aef8a30 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 23 Jan 2021 03:02:06 +0000 Subject: CTAN sync 202101230302 --- macros/latex/contrib/moderncv/moderncvstylecasual.sty | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'macros/latex/contrib/moderncv/moderncvstylecasual.sty') diff --git a/macros/latex/contrib/moderncv/moderncvstylecasual.sty b/macros/latex/contrib/moderncv/moderncvstylecasual.sty index b50886fe8f..a3eed14091 100644 --- a/macros/latex/contrib/moderncv/moderncvstylecasual.sty +++ b/macros/latex/contrib/moderncv/moderncvstylecasual.sty @@ -1,5 +1,5 @@ %% start of file `moderncvstylecasual.sty'. -%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com). +%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2021 moderncv maintainers (github.com/moderncv). % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License version 1.3c, @@ -10,7 +10,7 @@ % identification %------------------------------------------------------------------------------- \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{moderncvstylecasual}[2015/07/28 v2.0.0 modern curriculum vitae and letter style scheme: casual] +\ProvidesPackage{moderncvstylecasual}[2021/01/21 v2.1.0 modern curriculum vitae and letter style scheme: casual] % head section alignment options: "left" (default) or "right" \@initializecommand{\moderncvstyleheadoptions}{} @@ -36,7 +36,12 @@ %\fi % symbols -\moderncvicons{awesome} +\RequirePackage{ifxetex} +\ifxetexorluatex + \moderncvicons{awesome} +\else + \moderncvicons{marvosym} +\fi %------------------------------------------------------------------------------- -- cgit v1.2.3