-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
91 lines (57 loc) · 1.66 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
\documentclass[a4paper,10pt,twoside,openright]{memoir}
\input{preamble/packages.tex}
%-----CONFIGURATION------
%------------------------
\setmainfont{Noto Serif}
\restylefloat{table}
\setsecnumdepth{subsection}
\settocdepth{section}
\input{preamble/eurodate.tex}
\input{preamble/leipzig.tex}
\input{preamble/glossing-style.tex}
\input{preamble/dict-macros.tex}
\input{preamble/misc-macros}
\settrimmedsize{297mm}{210mm}{*}
\setlength{\trimtop}{0pt}
\setlength{\trimedge}{\stockwidth}
\addtolength{\trimedge}{-\paperwidth}
\settypeblocksize{634pt}{448.13pt}{*}
\setulmargins{4cm}{*}{*}
\setlrmargins{*}{*}{1.5}
\setmarginnotes{17pt}{51pt}{\onelineskip}
\setheadfoot{\onelineskip}{2\onelineskip}
\setheaderspaces{*}{2\onelineskip}{*}
\checkandfixthelayout
\maxsecnumdepth{section}
\maxtocdepth{subsection}
\cftsetindents{subsection}{5em}{0em}
\setlength{\parindent}{0pt}
\nonzeroparskip
%-------TITLE PAGE-------
%------------------------
\title{{\fontsize{100}{100}\selectfont \lang} \\ \Huge \sffamily A Reference Grammar of the Narish Language}
\author{Bethany E. Toma, Kim U. Korsæth}
\date{\today}
%--------MAIN DOC--------
%------------------------
\begin{document}
\begin{titlingpage}
\maketitle
\end{titlingpage}
\frontmatter
\include{contents/foreword}
\newpage
\tableofcontents
\mainmatter
\part{Grammar}
\include{contents/01-phono}
\include{contents/02-fundamentals}
\include{contents/03-verbs}
\include{contents/04-nominals}
\section{Idiomatic expressions}
\famword{CuMPu CuMPuuru} = no shit, preaching to the choir
\part{Dictionary}
\include{dictionary/dictionary}
\part{Example Texts \& Translations}
%\include{examples/example_texts}
\end{document}