-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
196 lines (161 loc) · 4.36 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
\documentclass[a4paper,twoside,12pt]{book}
\usepackage[utf8]{inputenc}
% Language
\usepackage[french]{babel}
% Font
\usepackage{fontspec}
% URLs
\usepackage[colorlinks=true,linkcolor=black,anchorcolor=black,citecolor=black,filecolor=black,menucolor=black,runcolor=black,urlcolor=black]{hyperref}
\usepackage{url}
% document
\usepackage[margin=2.5cm]{geometry}
\usepackage{setspace}
\setlength{\parindent}{1cm}
\onehalfspacing
% Bibliography
\usepackage[backend=biber, sorting=nyt, style=enc]{biblatex}
\usepackage[autostyle]{csquotes}
\addbibresource{mybibliography.bib}
% Figures
\usepackage{graphicx}
\usepackage{subcaption}
% Lists
\usepackage{enumerate}
% Special characters (oe)
\usepackage{eurosym}
% Cut URLs in bibliography
\setcounter{biburllcpenalty}{7000}
\setcounter{biburlucpenalty}{8000}
% Tables
\usepackage{longtable}
\usepackage{multirow}
\usepackage{array}
\usepackage{shorttoc}
% Code
\usepackage{listings}
\usepackage{color}
\definecolor{gray}{rgb}{0.4,0.4,0.4}
\definecolor{darkblue}{rgb}{0.0,0.0,0.6}
\definecolor{cyan}{rgb}{0.0,0.6,0.6}
\lstset{
basicstyle=\ttfamily,
columns=fullflexible,
showstringspaces=false,
commentstyle=\color{gray}\upshape
}
\lstdefinelanguage{XML}
{
morestring=[b]",
morestring=[s]{>}{<},
morecomment=[s]{<?}{?>},
stringstyle=\color{black},
identifierstyle=\color{darkblue},
keywordstyle=\color{cyan},
morekeywords={xmlns,version,type, n, facs}
}
% Shortcuts
\newcommand\ajd{aujourd'hui}
\newcommand\ann{Annexe}
\newcommand\cad{c'est-à-dire}
\newcommand\cf{\textit{cf.}}
\newcommand\commit{\textit{commit}}
\newcommand\commits{\textit{commits}}
\newcommand\fig{fig.}
\newcommand\gb{\textit{Google Books}}
\newcommand\gitlab{\textit{GitLab}}
\newcommand\github{\textit{GitHub}}
\newcommand\kraken{\textit{Kraken}}
\newcommand\ia{\textit{Internet Archive}}
\newcommand\iiif{\textsc{iiif}}
\newcommand\issue{\textit{issue}}
\newcommand\issues{\textit{issues}}
\newcommand\linkeddata{\textit{Linked Data}}
\newcommand\lodm{\textit{Les Ouvriers des deux mondes}}
\newcommand\lse{\textsc{lse-od2m}}
\newcommand\markdown{\textit{Markdown}}
\newcommand\master{\textit{master}}
\newcommand\Mattermost{\textit{Mattermost}}
\newcommand\mergerequest{\textit{merge request}}
\newcommand\mergerequests{\textit{merge requests}}
\newcommand\ocr{\textsc{ocr}}
\newcommand\opensource{\textit{open source}}
\newcommand\odm{\textit{Ouvriers des deux mondes}}
\newcommand\openaccess{\textit{open access}}
\newcommand\opendata{\textit{open data}}
\newcommand\oxygen{\textit{Oxygen}}
\newcommand\pov{point de vue}
\newcommand\povs{points de vue}
\newcommand\push{\textit{push}}
\newcommand\pycharm{\textit{PyCharm}}
\newcommand\rioc{\textsc{rioc}}
\newcommand\sess{\textsc{sess}}
\newcommand\sharedocs{\textit{ShareDocs}}
\newcommand\tnah{\og Technologies numériques appliquées à l'histoire \fg{}}
\newcommand\timeus{\textit{Time~Us}}
\newcommand\transkribus{\textit{Transkribus}}
\newcommand\wikisource{\textit{Wikisource}}
% Metadata
\title{Valoriser le traitement automatique des données : Le cas des Ouvriers des deux mondes}
\author{Jean-Damien Généro}
\date{Juillet 2020}
% Document
\begin{document}
% Front matter : title page, abstract, preface, introduction, bibliography
\frontmatter
\include{front/titlepage}
\clearpage
\thispagestyle{empty}
\cleardoublepage
\thispagestyle{empty}
\include{front/licence}
\clearpage
\thispagestyle{empty}
\cleardoublepage
\thispagestyle{empty}
\include{front/abstract}
\clearpage
\thispagestyle{empty}
\cleardoublepage
\thispagestyle{empty}
\include{front/abrev}
\clearpage
\thispagestyle{empty}
\cleardoublepage
\addcontentsline{toc}{chapter}{Sommaire}
\shorttoc{Sommaire}{0}
\clearpage
\thispagestyle{empty}
\cleardoublepage
\include{front/preface}
\clearpage
\thispagestyle{empty}
\cleardoublepage
\include{front/introduction}
\cleardoublepage
\include{front/biblio}
% Parts 1-3, conclusion
\mainmatter
\include{main/part1}
\cleardoublepage
\include{main/part2}
\cleardoublepage
\include{main/part3}
\cleardoublepage
\include{main/conclusion}
% Appendix
\backmatter
\include{back/appendix}
\cleardoublepage
\include{back/appendixB}
\cleardoublepage
\include{back/appendixC}
\cleardoublepage
% List of figures
\addcontentsline{toc}{chapter}{Table des figures}\listoffigures
% Table of contents
\addcontentsline{toc}{chapter}{Table des matières}\tableofcontents
\newpage
\thispagestyle{empty}
\mbox{}
\newpage
\end{document}