fix centering of footer
This commit is contained in:
parent
c01b32f880
commit
240bf503c3
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
|||
\RequirePackage{fancyhdr}
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
\cfoot{\thepage/\totalpages}
|
||||
\cfoot{\makebox[\textwidth][c]{\thepage/\totalpages}}
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
|
||||
% Liens cliquable et métadonnées
|
||||
|
|
Loading…
Reference in a new issue