forked from moderncv/moderncv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
moderncviconssymbols.sty
33 lines (26 loc) · 1.08 KB
/
moderncviconssymbols.sty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
%% start of file `moderncviconssymbols.sty'.
%% Copyright 2013-2015 Xavier Danaux ([email protected]), 2020-2022 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,
% available at http://www.latex-project.org/lppl/.
%-------------------------------------------------------------------------------
% identification
%-------------------------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{moderncviconssymbols}[2021-12-12 v2.2.0 modern curriculum vitae icons selector]
\ifxetexorluatex
\RequirePackage{moderncviconsawesome}
\RequirePackage{moderncviconsacademic}
\else
\typeout{^^Jmoderncv: academicons requires XeTeX/LuaTeX to work. Using alternatives.^^J}
\ifpdftex
\RequirePackage{moderncviconsawesome}
\else
\RequirePackage{moderncviconsmarvosym}
\fi
\fi
% Define symbols that are not defined at this level
\RequirePackage{moderncviconstikz}
\endinput
%% end of file `moderncviconssymbols.sty'.