Skip to content
Snippets Groups Projects
Commit 69db73ab authored by Alice Brenon's avatar Alice Brenon
Browse files

Remove mail address, adapt pandoc headers to new syntax for lists

parent 0ee68ab2
No related branches found
No related tags found
No related merge requests found
---
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}
......
......@@ -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)
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment