summaryrefslogtreecommitdiff
path: root/resources/header_footer.tex
blob: 4706be5dab6d5fae8d318a262575c176d0b16471 (plain)
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
\RequirePackage{fancyhdr}

\fancyhf{}
\pagestyle{fancy} % mise en page

\makeatletter

% Header
% Pages impaires
\fancyhead[RO]{}
\fancyhead[LO]{\color{grisfonce}\@date}

%pages paires
\fancyhead[RE]{\color{grisfonce}\@date}
\fancyhead[LE]{ }


% Footer
% Pages impaires
\fancyfoot[RO]{Page \thepage}
\fancyfoot[LO]{\@author}

%pages paires
\fancyfoot[LE]{page \thepage}
\fancyfoot[RE]{\@author}

\makeatother

% Make disapear headrule %
\renewcommand{\headrule}{}