moderncv-math/moderncvcolorcyan.sty
nojhan a4f1e84a79 Toujours plus de fonctionnalités
+ exemple de changement de couleur
+ corrections de formes (typos) et ajout de fond
+ exemple de biblio
+ formatage et filtrage biblio
+ étoiles
2021-02-28 08:11:26 +01:00

22 lines
968 B
TeX

%% start of file `moderncvcolorcyan.sty'.
%% Copyright Johann Dreo
%
% 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{moderncvcolorcyan}[2021-02-19 v0.0.1 modern curriculum vitae and letter color scheme: cyan]
%-------------------------------------------------------------------------------
% color scheme definition
%-------------------------------------------------------------------------------
\definecolor{color0}{RGB}{0,0,0} % black
\definecolor{color1}{RGB}{0,140,142} % cyan medium
\definecolor{color2}{RGB}{102,193,191} % cyan clair
\endinput
%% end of file `moderncvcolorcyan.sty'.