-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofCouleurs.sty
35 lines (32 loc) · 916 Bytes
/
profCouleurs.sty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{profCouleurs}[2020/04/13]
% \if@poster
% %%\RequirePackage[pagecolor={blue!10}]{pagecolor}
% \pagecolor{blue!5!white}
% \def\maCouleurGradBegin{blue!10}
% \else
% \def\maCouleurGradBegin{white}
% \fi
%%
\def\maCouleurGradBegin{white}
\definecolor{rouge}{rgb}{1,0,0}
\definecolor{vert}{rgb}{0,1,0}
\definecolor{bleu}{rgb}{0,0,1}
\definecolor{jaune}{rgb}{1,1,0}
\definecolor{rose}{rgb}{1,0,1}
\definecolor{turquoise}{rgb}{0,1,1}
\definecolor{orange}{rgb}{0.93,.5,.06}
\definecolor{gazon}{rgb}{0.23,.54,.14}
\definecolor{turc}{rgb}{0.66,.07,0}
\definecolor{noir}{rgb}{0,0,0}
%%
\colorlet{pybleu}{blue!20}
\colorlet{pyjaune}{jaune!20}
%% ce qui suit pour compatibilité:
\providecommand{\pybleu}{pybleu}
\providecommand{\pyjaune}{pyjaune}
\providecommand{\macouleur}{blue!50}
\providecommand{\gris}{gray}
\providecommand{\blanc}{white}
\providecommand{\noir}{noir}
\endinput