From 69db73ab77d7334e129027625c01865a4690835f Mon Sep 17 00:00:00 2001 From: Alice BRENON <alice.brenon@ens-lyon.fr> Date: Mon, 29 May 2023 10:53:19 +0200 Subject: [PATCH] Remove mail address, adapt pandoc headers to new syntax for lists --- ICHLL_Brenon.md | 22 ++++++++++------------ Makefile | 2 +- snippets/alcala.md | 6 +++++- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/ICHLL_Brenon.md b/ICHLL_Brenon.md index 805ca80..5c277ad 100644 --- a/ICHLL_Brenon.md +++ b/ICHLL_Brenon.md @@ -1,6 +1,6 @@ --- title: The specificities of encoding encyclopedias:Â towards a new standard ? -author: Alice \textsc{Brenon} \up{1,2,*} +author: Alice \textsc{Brenon} \textsuperscript{1,2,*} numbersections: True documentclass: article classoptions: @@ -8,20 +8,18 @@ classoptions: - a4paper - 11pt header-includes: - \usepackage[frenchb]{babel} - \usepackage{textalpha} - \usepackage{hyperref} - \hypersetup{ - colorlinks, - linkcolor = blue, - urlcolor = blue - } + - \usepackage{textalpha} + - \usepackage{hyperref} + - \hypersetup{ + colorlinks, + linkcolor = blue, + urlcolor = blue + } --- \begin{center} -{\small \up{1} ICAR, CNRS, UMR5191, 69342}\\ -{\small \up{2} Univ Lyon, INSA Lyon, CNRS, UCBL, LIRIS, UMR5205, F-69621}\\ -{\small \up{*} alice.brenon\,@\,ens-lyon.fr} +{\small \textsuperscript{1} ICAR, CNRS, UMR5191, 69342}\\ +{\small \textsuperscript{2} Univ Lyon, INSA Lyon, CNRS, UCBL, LIRIS, UMR5205, F-69621}\\ \end{center} diff --git a/Makefile b/Makefile index 82e54eb..8a4a6b3 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ FILE_NAME = ICHLL_Brenon DOCX_STYLE = ICHLL_STYLESHEET.docx DEPEDENCIES = $(FIGURES:%=ressources/%.png) $(SNIPPETS:%.md=%.png) biblio.bib -all: $(FILE_NAME).pdf +all: $(FILE_NAME).pdf $(FILE_NAME).docx ICHLL_Brenon.pdf: $(DEPEDENCIES) ICHLL_Brenon.docx: $(DEPEDENCIES) diff --git a/snippets/alcala.md b/snippets/alcala.md index c28e4c8..6c7a645 100644 --- a/snippets/alcala.md +++ b/snippets/alcala.md @@ -3,7 +3,11 @@ header-includes: - \pagestyle{empty} - \usepackage{graphicx} - \usepackage[left=0cm,top=0cm,right=0cm,nohead,nofoot]{geometry} - - \geometry{paperwidth=12.3cm, paperheight=3.1cm, margin=0cm} + - \geometry{ + paperwidth=12.3cm, + paperheight=3.1cm, + margin=0cm + } --- ```xml -- GitLab