From 240bf503c32e8cbed8b79c3f971673f9a96687d9 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 23 Jul 2024 20:34:50 +0200 Subject: [PATCH] fix centering of footer --- rapstage.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapstage.cls b/rapstage.cls index 4e641b5..cd03008 100644 --- a/rapstage.cls +++ b/rapstage.cls @@ -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