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
This commit is contained in:
Johann Dreo 2021-02-28 08:11:26 +01:00
commit a4f1e84a79
4 changed files with 249 additions and 48 deletions

22
moderncvcolorcyan.sty Normal file
View file

@ -0,0 +1,22 @@
%% 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'.