From c36577b91354eed3acd949411daec14e52becae0 Mon Sep 17 00:00:00 2001
From: Alice BRENON <alice.brenon@ens-lyon.fr>
Date: Tue, 30 May 2023 11:13:10 +0200
Subject: [PATCH] Fix ignored class options for article + set margins

---
 ICHLL_Brenon.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ICHLL_Brenon.md b/ICHLL_Brenon.md
index ec637bb..d86003b 100644
--- a/ICHLL_Brenon.md
+++ b/ICHLL_Brenon.md
@@ -6,7 +6,7 @@ institute:
     - Univ Lyon, INSA Lyon, CNRS, UCBL, LIRIS, UMR5205, F-69621
 numbersections: True
 documentclass: article
-classoptions:
+classoption:
 	- english
 	- a4paper
 	- 12pt
@@ -14,6 +14,8 @@ header-includes:
 	- \usepackage{times}
 	- \usepackage{textalpha}
 	- \usepackage{hyperref}
+	- \usepackage{geometry}
+	- \geometry{margin=25.4mm}
 	- \hypersetup{
             colorlinks,
             linkcolor = blue,
-- 
GitLab