-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
67 lines (46 loc) · 1.22 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
\documentclass[a4paper,11pt,twoside,openright]{memoir}
\input{preamble/packages.tex}
\input{utils/eurodate.tex}
\input{utils/lingstyles.tex}
\input{preamble/macros.tex}
\input{utils/ipa_macros.tex}
\input{utils/misc_macros.tex}
\input{preamble/titlepages.tex}
%\setmainfont{Charis SIL}[CharacterVariant=43:1]
\setmainfont{Junicode}
%\setlength{\parindent}{2em}
\nonzeroparskip
\maxsecnumdepth{subsection}
\makeatletter
\addtopsmarks{Ruled}{}{%
\clearmark{chapter}
\clearmark{section}
\createmark{part}{left}{shownumber}{}{. \space}%
\createmark{chapter}{right}{shownumber}{\@chapapp\ }{. \space}%
}
\makeatother
\pagestyle{Ruled}
\lingset{lingstyle=default}
\begin{document}
\begin{titlingpage}
\titleTMB
\clearpage
\end{titlingpage}
\frontmatter
\chapter{Preamble on Language Creation Philosophy}
\cleardoublepage
\tableofcontents
\mainmatter
\setsecnumdepth{chapter}
\part{History of \planetadjective{} Settlement and Migration}
\chapter{Test}
This chapter is a placeholder. \engma{} \Engma{}
\lipsum[4-10]
\section{LalaLipsum}
\lipsum[11-17]
\part{Grammar of \onelangname}
\include{xelok/gram}
\part{A Detailed Timeline of Linguistic Changes}
\setsecnumdepth{part}
\include{timeline/timeline}
\end{document}