forked from langsci/241
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
65 lines (54 loc) · 1.75 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
\documentclass
[output=book,
booklanguage=french,
multiauthors,
colorlinks,
citecolor=brown,
drafmode,
% showindex,
]{langscibook}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% additional packages %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{localmetadata.tex}
\input{localpackages.tex}
\input{localhyphenation.tex}
\input{localcommands.tex}
\addbibresource{localbibliography.bib}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Frontmatter %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
% % \listoftodos
\maketitle
\frontmatter
\tableofcontents
\include{chapters/avantpropos}
\mainmatter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Chapters %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\part{Modéliser la langue}
%\include{chapters/ch1-0}
%\include{chapters/ch1-1}
%\include{chapters/ch1-2}
%\include{chapters/ch1-3}
%\part{\gkchapter{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{\gkchapter{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}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Backmatter %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \input{localseealso.tex}
% % There is normally no need to change the backmatter section
\input{backmatter.tex}
\end{document}