From a589d245482c0c13ddbb015f4a6e791965d741ad Mon Sep 17 00:00:00 2001 From: 775fa023afdad620d4ee52332c3e8a00 <775fa023afdad620d4ee52332c3e8a00@app-learninglab.inria.fr> Date: Fri, 24 Apr 2020 15:33:23 +0000 Subject: [PATCH] Added italics in date and author --- module2/exo1/toy_document_fr.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index fcfe10f..129c0cf 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -1,7 +1,7 @@ --- title: "À propos du calcul de pi" -author: "Arnaud Legrand" -date: "25 juin 2018" +author: "*Arnaud Legrand*" +date: "*25 juin 2018*" output: pdf_document: default html_document: default -- 2.18.1