+ exemple de changement de couleur + corrections de formes (typos) et ajout de fond + exemple de biblio + formatage et filtrage biblio + étoiles
22 lines
968 B
TeX
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'.
|