forked from langsci/101
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschaefer-egbd.tex
121 lines (88 loc) · 2.76 KB
/
schaefer-egbd.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
\documentclass[number=2
,series=tbls
,isbn=978-3-946234-94-4
,url=http://langsci-press.org/catalog/book/101
,output=short
%,blackandwhite
%,smallfont
%,draftmode
,biblatex
]{LSP/langsci}
\usepackage{localmetadata}
\usepackage{localpackages}
\usepackage{localhyphenation}
\usepackage{localcommands}
\usepackage{makeidx}
%\usepackage{showidx}
\bibliography{localbibliography}
\makeindex
%\includeonly{chapters/einleitung}
%\includeonly{chapters/grammatik}
%\includeonly{chapters/grundbegriffe}
%\includeonly{chapters/phonetik}
%\includeonly{chapters/phonologie}
%\includeonly{chapters/phonetik,chapters/phonologie}
%\includeonly{chapters/phonologie,chapters/loesungen}
%\includeonly{chapters/wortklassen}
%\includeonly{chapters/grundbegriffe,chapters/wortklassen}
%\includeonly{chapters/morphologie}
%\includeonly{chapters/wortklassen, chapters/morphologie}
%\includeonly{chapters/wortbildung}
%\includeonly{chapters/nomina}
%\includeonly{chapters/verben}
%\includeonly{chapters/nomina, chapters/verben}
%\includeonly{chapters/phonologie,chapters/konstituentenstruktur}
%\includeonly{chapters/phrasen}
%\includeonly{chapters/phonologie,chapters/konstituentenstruktur,chapters/phrasen,chapters/saetze}
%\includeonly{chapters/phonologie,chapters/konstituentenstruktur,chapters/phrasen}
%\includeonly{chapters/saetze}
%\includeonly{chapters/phrasen, chapters/saetze}
%\includeonly{chapters/relationen}
%\includeonly{chapters/phrasen, chapters/saetze, chapters/relationen}
%\includeonly{chapters/phonschrift}
%\includeonly{chapters/andereschrift}
%\includeonly{chapters/phonschrift, chapters/andereschrift}
%\includeonly{chapters/loesungen}
\begin{document}
\maketitle
\frontmatter
\tableofcontents
\mainmatter
\include{chapters/einleitung}
\part{Sprache und Sprachsystem}
\include{chapters/grammatik}
\include{chapters/grundbegriffe}
\part{Laut und Lautsystem}\label{part:laut}
\include{chapters/phonetik}
\include{chapters/phonologie}
\part{Wort und Wortform}\label{part:wort}
\include{chapters/wortklassen}
\include{chapters/morphologie}
\include{chapters/wortbildung}
\include{chapters/nomina}
\include{chapters/verben}
\part{Satz und Satzglied}\label{part:syntax}
\include{chapters/konstituentenstruktur}
\include{chapters/phrasen}
\include{chapters/saetze}
\include{chapters/relationen}
\part{Sprache und Schrift}\label{part:schrift}
\include{chapters/phonschrift}
\include{chapters/andereschrift}
\include{chapters/loesungen}
\clearpage
\backmatter
%\phantomsection
%\addcontentsline{toc}{chapter}{Bibliographie}
\begin{sloppypar}
\printbibliography
\end{sloppypar}
\clearpage
\input{indices}
%\phantomsection
%\addcontentsline{toc}{chapter}{Index}
%\ohead{Index}
\begin{flushleft}
\printindex
\end{flushleft}
\end{document}