-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmain.tex
78 lines (68 loc) · 2.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
\documentclass
[output=book,
booklanguage=french,
multiauthors,
tblseight,
% colorlinks,
% citecolor=brown,
% draftmode,
% showindex,
]{langscibook}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% additional packages %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{localmetadata.tex}
\input{localpackages.tex}
\input{localhyphenation.tex}
\input{localcommands.tex}
\addbibresource{localbibliography.bib}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Frontmatter %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
{\begin{otherlanguage}{english}
\maketitle
\end{otherlanguage}
}
\frontmatter\cleardoublepage
\thispagestyle{empty}
\begin{figure}[p]
\captionsetup{labelformat=empty}
\caption{Différentes structures syntaxiques étudiées dans ce livre pour la phrase \textit{Beaucoup de gens aimeraient passer Noël en Laponie}.}
\includegraphics[width=\textwidth]{figures/graphs-collection.pdf}
\end{figure}\clearpage
\tableofcontents
\newpage\tcblistof[\chapter*]{encadre}{Table des encadrés}
\mainmatter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Chapters %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{chapters/introduction}
%
\part{Modéliser la langue}
\include{chapters/ch1-0}
\include{chapters/ch1-1}
\include{chapters/ch1-2}
\include{chapters/ch1-3}
\part[Les unités de la langue~: Les trois composantes du signe linguistique]
{Les unités de la langue~:\\Les trois composantes\\du signe linguistique}\label{sec:2}
\include{chapters/ch2-0}
\include{chapters/ch2-1}
\include{chapters/ch2-2}
\include{chapters/ch2-3}
\part[Structures syntaxiques et topologique~: Comment les unités se combinent]
{Structures syntaxiques et topologique~:\\Comment les unités se combinent}\label{sec:3}
\include{chapters/ch3-0}
\include{chapters/ch3-1}
\include{chapters/ch3-2}
\include{chapters/ch3-3}
\include{chapters/ch3-4}
\include{chapters/ch3-5}
\include{chapters/ch3-6}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Backmatter %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \input{localseealso.tex}
% % There is normally no need to change the backmatter section
\input{backmatter.tex}
\end{document}