mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Font selection and new icons (#84)
This commit is contained in:
parent
d105da5b28
commit
d042bf05f7
12 changed files with 579 additions and 308 deletions
33
moderncviconssymbols.sty
Normal file
33
moderncviconssymbols.sty
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
%% start of file `moderncviconssymbols.sty'.
|
||||
%% Copyright 2013-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,
|
||||
% 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
|
||||
\ClassWarningNoLine{moderncv}{"academicons requires xetex/luatex to work. Using alternatives."}
|
||||
\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'.
|
||||
Loading…
Add table
Add a link
Reference in a new issue