summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/moderncv/moderncviconsawesome.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-30 22:38:55 +0000
committerKarl Berry <karl@freefriends.org>2013-04-30 22:38:55 +0000
commit7722686bccdf360cb4a986ccb6986a395562af91 (patch)
tree812a51a34edb198ef34ffaa93d930b313ed77714 /Master/texmf-dist/tex/latex/moderncv/moderncviconsawesome.sty
parentc4219f02b00792a72fb50b7ce855e7f8aee9b7e9 (diff)
moderncv (30apr13)
git-svn-id: svn://tug.org/texlive/trunk@30189 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/moderncv/moderncviconsawesome.sty')
-rw-r--r--Master/texmf-dist/tex/latex/moderncv/moderncviconsawesome.sty10
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