-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
160 lines (110 loc) · 3.38 KB
/
Copy pathmain.tex
File metadata and controls
160 lines (110 loc) · 3.38 KB
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
%% -*- coding:utf-8 -*-
\documentclass[output=book
,smallfont
% ,series=tbls,
% ,modfonts
% ,nonflat
% ,multiauthors
% ,collection
% ,collectionchapter
% ,collectiontoclongg
% ,biblatex
,decapbib
,booklanguage=german
% ,babelshorthands
% ,showindex
% option not used package loaded anyway in langscibook.cls ,newtxmath
% ,colorlinks, citecolor=brown % for drafts
% ,draftmode
% ,coverus
,uniformtopskip
]{langscibook}
\usepackage{ifthen}
\provideboolean{draft}
\setboolean{draft}{false}
\newtoggle{draft}\togglefalse{draft}
%\newtoggle{draft}\toggletrue{draft}
%\newtoggle{finished}\togglefalse{finished}
% load memoize before german.sty
%\usepackage{nomemoize}
\usepackage{memoize}
% Figures are created while compiling with check-hpsg-lehrbuch.
% Sometimes trees are broken during first compile. To be on the safe side,
% we set things to be readonly here in main.tex
%\mmzset{readonly}
% see below for further settings
\input{localhyphenation.tex} % has to be loaded before german.sty
\input{localmetadata.tex}
\input{localpackages.tex}
\input{localcommands.tex}
\input{locallangscifixes.tex}
\newcommand{\NOTE}[1]{}\newcommand{\LATER}[1]{}
%\newcommand{\NOTE}[1]{\marginpar{#1}}
\renewcommand{\itdopt}[1]{}
\renewcommand{\todostefan}[1]{}
\mmzset{
prefix={hpsg.memo.dir/},
}
%\usepackage{nohyperref}
% \renewcommand{\itd}[1]{}
% \renewcommand{\itdobl}[1]{}
% \renewcommand{\itdopt}[1]{}
\renewcommand{\addpages}{\xspace}
% \renewcommand{\addsource}{}
% \renewcommand{\addglosses}{}
\bibliography{hpsg-lehrbuch}
%\bibliography{bib-abbr,biblio-xdata-en,biblio}
%\PassOptionsToPackage{draft}{hyperref}
% complains about \href being defined
% Doesn't make a difference in speed. 24.03.2025
% \usepackage{nohyperref}
%\input hpsg-lehrbuch-include
%%%% included file
%\hypersetup{bookmarksopenlevel=0}
%\renewcommand{\centerfit}[1]{}
\provideboolean{hpsg-buch}
\setboolean{hpsg-buch}{true}
\PassOptionsToPackage{main=ngerman}{babel}
\begin{document}
%\lsBookLanguageGerman
% \mmzset{
% deactivate=\todo,
% }
\include{title-toc}
\include{chapters/00-hpsg-vorwort}
\include{chapters/00-hpsg-danksagungen}
% \include{chapters/acknowledgments}
% \include{chapters/abbreviations}
\mainmatter
\include{chapters/01-hpsg-einleitung}
\include{chapters/02-hpsg-formalismus}
\include{chapters/03-hpsg-valenz-psg}
\include{chapters/04-hpsg-komplementation}
\include{chapters/05-hpsg-semantik}
\include{chapters/06-hpsg-lexikon}
\include{chapters/07-hpsg-topologie}
\include{chapters/08-hpsg-konstituentenreihenfolge}
\include{chapters/09-hpsg-udc}
\include{chapters/10-hpsg-rs}
\include{chapters/11-hpsg-lokalitaet}
\include{chapters/12-hpsg-kongruenz}
\include{chapters/13-hpsg-kasus}
\include{chapters/14-hpsg-verbalkomplex}
\include{chapters/15-hpsg-anhebung}
\include{chapters/16-hpsg-passiv}
\include{chapters/17-hpsg-partikel}
\include{chapters/18-hpsg-morphologie}
\include{chapters/19-hpsg-theorie}
\appendix
\include{chapters/hpsg-loesungen}
\mmzset{disable}
\input{backmatter}
% end included file
%%% Local Variables:
%%% TeX-master: "check-germanic"
%%% TeX-command-extra-options: "-shell-escape"
%%% End:
\end{document}
%%% Local Variables:
%%% TeX-command-extra-options: "-shell-escape"
%%% End: