diff --git a/Makefile b/Makefile index 686b6352d9b04edfdbf0462e90f31e5f80914903..0dfd7f578f9c45a1a1b8c9d97eac8e0ad5159614 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ DOCUMENT = Manuscrit +HEADER = $(DOCUMENT).yml title.tex CHAPTERS = Introduction ÉdlA Corpus Géographie Contrastes Conclusion SOURCES = $(CHAPTERS:%=%/text.sh) BIBLIOGRAPHY = biblio.bib @@ -11,7 +12,7 @@ FILTERS = pandoc-fignos $(CUSTOM_FILTER) LUA_FILTERS = ./filters/with-bibliography.lua WITH_FILTERS = $(FILTERS:%=--filter %) $(LUA_FILTERS:%=--lua-filter %) -DEPENDENCIES=$(CUSTOM_FILTER) $(FIGURES) $(BIBLIOGRAPHY) +DEPENDENCIES=$(CUSTOM_FILTER) $(HEADER) $(FIGURES) $(BIBLIOGRAPHY) .SECONDEXPANSION: diff --git a/manuscrit.yml b/Manuscrit.yml similarity index 83% rename from manuscrit.yml rename to Manuscrit.yml index 8a4864de98061ac06265a5edc3a52817b343bcb8..5100691dff057449ddbc37f2dd33bf3deae41d12 100644 --- a/manuscrit.yml +++ b/Manuscrit.yml @@ -10,6 +10,8 @@ csl: apa.csl link-citations: true bibliography-level: 1 bibliography-title: Bibliographie +glossary-root: Glossaire +glossary-title: Glossaire header-includes: - \usepackage[french]{babel} - \setcounter{tocdepth}{2} @@ -19,6 +21,8 @@ header-includes: - \usepackage{caption} - \usepackage{subcaption} - \usepackage{etoc} + - \usepackage{graphicx} - \newlength\tocrulewidth - \setlength{\tocrulewidth}{1.5pt} + - \renewcommand\maketitle{\include{title.tex}} diff --git a/header.sh b/header.sh index ea9e184fb69a993f75fc310cef7b5b2db485155e..19ff8b9c681a5690ae720c353d4dea5db9a9afde 100644 --- a/header.sh +++ b/header.sh @@ -1,9 +1,9 @@ echo '---' if [ -z "${1}" ] then - cat manuscrit.yml + cat Manuscrit.yml else - sed 1,${1}d manuscrit.yml + sed 1,${1}d Manuscrit.yml fi echo '---' export HEADER_INCLUDED=Y diff --git a/image/ASLAN.png b/image/ASLAN.png new file mode 100644 index 0000000000000000000000000000000000000000..d64653ea6cace3419f2764fd4686ba920cf379db Binary files /dev/null and b/image/ASLAN.png differ diff --git a/image/ICAR.png b/image/ICAR.png new file mode 100644 index 0000000000000000000000000000000000000000..80155fbc644b2acc10df8c5071d4f24d280064e1 Binary files /dev/null and b/image/ICAR.png differ diff --git a/image/INSA.jpg b/image/INSA.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cd176d575bad3165519b412dfc755338afadd5a Binary files /dev/null and b/image/INSA.jpg differ diff --git a/image/LIRIS.png b/image/LIRIS.png new file mode 100644 index 0000000000000000000000000000000000000000..e0081155f60704bda34b1281d044f2caa625cac9 Binary files /dev/null and b/image/LIRIS.png differ diff --git a/title.tex b/title.tex new file mode 100644 index 0000000000000000000000000000000000000000..a676d99f1513c87f0de83654d51c1fe70cb5396c --- /dev/null +++ b/title.tex @@ -0,0 +1,14 @@ +\thispagestyle{empty} +\begin{center} + \LARGE{Méthodes et outils pour l'étude diachronique des discours géographiques + dans les encyclopédies françaises}\\ + \vspace{1cm} + \Large{Alice \textsc{Brenon}} + +\vspace{5cm} + +\includegraphics[height=30px]{image/INSA.jpg} +\includegraphics[height=30px]{image/ICAR.png} +\includegraphics[height=30px]{image/LIRIS.png} +\includegraphics[height=30px]{image/ASLAN.png} +\end{center}