From 3840e1e14184f6d62107d56b141c80ae3bf0ad4b Mon Sep 17 00:00:00 2001 From: Freezlex Date: Tue, 13 Aug 2024 11:25:36 +0200 Subject: [PATCH] fix: remove duplicated plagiat --- template.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.typ b/template.typ index 86f6053..e49e940 100644 --- a/template.typ +++ b/template.typ @@ -216,7 +216,7 @@ [ #set page(header: pageheader(content: "Annexes")) = Annexes - #context query(figure).sum() + #context query(figure).slice(1).sum() ] }