mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
* preparations for v2.5.1: set correct copyright date, fix missing comments on userguide.tex * sets the version for CHANGELOG * comment in order to check the comments/headers beforehand * omits .codespellrc in final release tarball * fixes wrong paths for upload, investigation of failed push
33 lines
1.1 KiB
TeX
33 lines
1.1 KiB
TeX
%% start of file `moderncviconssymbols.sty'.
|
|
%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2026 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}[2026-01-31 v2.5.1 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'.
|