From 2f817283dbb661644b151a728b1cc32a21915979 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Tue, 3 Oct 2023 21:28:29 +0200 Subject: [PATCH] Corrige le bug de l'abstract pour la classe book --- template.latex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template.latex b/template.latex index 93d7b17..b17497d 100644 --- a/template.latex +++ b/template.latex @@ -503,8 +503,10 @@ $endif$ % ----------------------- +$if(abstract)$ % Using abstracts \usepackage{abstract} +$endif$ % Allow to access the total number of pages \usepackage{lastpage}