From 8162ff64d8c41fa0dfd472f8ef45ea9a1efa55f5 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Tue, 18 Feb 2025 16:30:28 +0100 Subject: [PATCH] fix(template): do not paginate at TOC, page 2 --- templates/default.latex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/default.latex b/templates/default.latex index 6dc17bd..dc2bce8 100644 --- a/templates/default.latex +++ b/templates/default.latex @@ -454,7 +454,7 @@ $if(toc)$ % Reprise de la pagination \pagenumbering{arabic} % Démarre la pagination à 1 -\setcounter{page}{0} +\setcounter{page}{-1} $if(toc-title)$ \renewcommand*\contentsname{$toc-title$} $endif$ @@ -472,6 +472,7 @@ $if(colorlinks)$ $endif$ \setcounter{tocdepth}{$toc-depth$} \tableofcontents +\thispagestyle{empty} } $endif$ $endif$