diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/moderncv/moderncviconsawesome.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/moderncv/moderncviconsawesome.sty | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/moderncv/moderncviconsawesome.sty b/Master/texmf-dist/tex/latex/moderncv/moderncviconsawesome.sty index 1b883e511ca..e4ee3220ff0 100644 --- a/Master/texmf-dist/tex/latex/moderncv/moderncviconsawesome.sty +++ b/Master/texmf-dist/tex/latex/moderncv/moderncviconsawesome.sty @@ -10,8 +10,9 @@ % identification %------------------------------------------------------------------------------- \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{moderncviconsawesome}[2013/04/23 v1.5.0 modern curriculum vitae and letter icons: awesome] - +\ProvidesPackage{moderncviconsawesome}[2013/04/29 v1.5.1 modern curriculum vitae and letter icons: awesome] +% XeTeX or LuaTeX is needed to be able to use fontspec and fontawesome +\ifxetexorluatex %------------------------------------------------------------------------------- % required packages @@ -39,6 +40,11 @@ \renewcommand*{\githubsocialsymbol} {\faGithub~} +% if XeTeX or LuaTeX is not used, load the marvosym icon set instead +\else + \typeout{WARNING: to use the awesome icon set, please use XeTeX or LuaTeX to compile your document; switching to the marvosym icon set.} + \RequirePackage{moderncviconsmarvosym} +\fi \endinput |