-
Notifications
You must be signed in to change notification settings - Fork 0
/
lingnote-verbmorphs.tex
144 lines (111 loc) · 2.67 KB
/
lingnote-verbmorphs.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
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
% The cruft above tells TeX editors (e.g. TeXShop) what this file contains.
%% Only tested with XeLaTeX.
%\RequireXeTeX
%% Unicode normalization of input text.
%% 0: no normalization (default)
%% 1: normalize to NFC
%% 2: normalize to NFD
\XeTeXinputnormalization 1
%% FIle prefix.
%% This is the unchanging part of all file names for this document.
\def \FILEPREFIX {lingnote-verbmorphs}
%% The Memoir class.
%% The manual is memman.pdf.
\documentclass[12pt,letterpaper,oneside,article]{memoir}
%% LaTeX3 command parsing.
%% Should be used by all modern, right thinking LaTeX programmers.
\usepackage{xparse}
%%%
%%% Memoir configuration.
%%%
\input{config/\FILEPREFIX-memconf}
%%%
%%% Font configuration.
%%%
\input{config/\FILEPREFIX-fonts}
\input{config/\FILEPREFIX-fonts-symbols}
%%%
%%% Bibliography configuration.
%%%
\input{config/\FILEPREFIX-bib}
%%%
%%% Example and glossing configuration.
%%%
\input{config/\FILEPREFIX-expex}
%%%
%%% Drawings.
%%%
\input{config/\FILEPREFIX-tikz}
%%%
%%% Other packages.
%%%
\input{config/\FILEPREFIX-other}
%%%
%%% Hyperlinks and crossreferences.
%%%
\input{config/\FILEPREFIX-hyper}
%%%
%%% Fancy lists.
%%%
\input{config/\FILEPREFIX-enumitem}
%%%
%%% Miscellaneous macrology.
%%%
\input{config/\FILEPREFIX-macrology}
%%%ͤͤ
%%% Morphology colour highlighting.
%%%
\input{config/\FILEPREFIX-colours}
%\includeonly{sections/03-inventory}
%%%
%%% The document.
%%%
\begin{document}
\title{Catalogue of Tlingit verb morphemes}
\author{\textit{Dzéiwsh} James A.\ Crippen}
\maketitle
\begin{center}
\color{gray}\tiny\sffamily
git info:
\gitBranch{}
\gitAbbrevHash{}
•
\gitCommitterIsoDate
\end{center}
\tableofcontents*
\clearpage
\include{sections/01-intro}
\clearpage
\section{Alphabetic listing of verb morphemes}\label{sec:alphalist}
\include{sections/02-alpha-A}
\include{sections/02-alpha-C}
\include{sections/02-alpha-D}
\include{sections/02-alpha-E}
\include{sections/02-alpha-G}
\include{sections/02-alpha-Gh}
\include{sections/02-alpha-H}
\include{sections/02-alpha-I}
\include{sections/02-alpha-J}
\include{sections/02-alpha-K}
\include{sections/02-alpha-Kh}
\include{sections/02-alpha-L}
\include{sections/02-alpha-M}
\include{sections/02-alpha-N}
\include{sections/02-alpha-O}
\include{sections/02-alpha-S}
\include{sections/02-alpha-Sh}
\include{sections/02-alpha-T}
\include{sections/02-alpha-U}
\include{sections/02-alpha-W}
\include{sections/02-alpha-X}
\include{sections/02-alpha-Xh}
\include{sections/02-alpha-Y}
\include{sections/02-alpha-Zsym}
\clearpage
\include{sections/03-inventory}
\clearpage
\raggedyright
\printbibliography\label{sec:bibliography}
\end{document}