blob: e7d05347966ab101013d3b10fb154afd48a73934 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
\usepackage{fancyhdr}
\fancyhf{}
\pagestyle{empty}
%%% En-tete
%%pages impaires
%\fancyhead[LO]{\thedate}
%
%%pages paires
%\fancyhead[RE]{\thedate}
\renewcommand{\headrule}{
}
%%%Pieds de page
%pages impaires
%\fancyfoot[RO]{
%{page \thepage}} % ici le num de page
\fancyfoot[LO]{\Garamond\selectfont Page \thepage} % ici l'auteur
%%pages paires
%\fancyfoot[LE]{page \thepage} % ici le num de page
\fancyfoot[RE]{\Garamond\selectfont Page \thepage} % ici l'auteur
|