-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrammar.tex
70 lines (54 loc) · 1.56 KB
/
grammar.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
\documentclass[letterpaper]{report}
\usepackage{xunicode,xltxtra,indentfirst,phonology,fontspec,paralist}
\usepackage{longtable,lscape,booktabs,graphicx,tabularx,url,multicol}
%\setromanfont[Mapping=tex-text]{Arial Unicode MS}
\setromanfont[Mapping=tex-text]{CharisSIL}
%\setromanfont[Mapping=tex-text]{Gentium}
%%% Vowel Chart
\usepackage{vowel}
\hyphenation{Lwi-ta-xo}
\newenvironment{wrdex}
{\begin{itemize}
\setlength{\itemsep}{-1pt}
\setlength{\parskip}{0pt}
\setlength{\parsep}{0pt}}
{\end{itemize}}
\usepackage{covington}
\author{Ryan Smith}
\title{Lwitaxo}
\begin{document}
\maketitle
\tableofcontents
\input{introduction}
\input{sounds}
\chapter{Morphology and Syntax}
\input{nouns}
\input{adjectives}
\input{verbs}
\chapter{Example Text}
\input{glossedtext}
\chapter{Dictionary}
\section{Dictionary}
\input{dictionary}
\section{Word List}
The word list is written in the same phonetic transcription as the rest of the grammar. The list is arranged in alphabetical order of word root of the transcription. To convert from or to the phonetic transcription and the orthographic system used by the informant refer to the following chart.\\
% Table generated by Excel2LaTeX from sheet 'Sheet4'
\begin{tabular}{ll}
\addlinespace
\toprule
kh & x \\
sh & \esh{} \\
b & \beta{} \\
j & d\ezh{} \\
ch & t\esh{} \\
y & j \\
ny & \palnas{} \\
ng & \engma{}g \\
ng' & \engma{} \\
\bottomrule
\end{tabular}
\begin{multicols}{2}{
\input{wordlist}
}
\end{multicols}
\end{document}