-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmain-clitics.tex
161 lines (140 loc) · 5.31 KB
/
main-clitics.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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% %%%
%%% Language Science Press Master File %%%
%%% follow the instructions below %%%
%%% %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Everything following a % is ignored
% Some lines start with %. Remove the % to include them
\documentclass[output=book
,modfonts
,nonflat
,collection
,collectionchapter
,collectiontoclongg
,biblatex
% ,biblatexbackend=bibtex
,babelshorthands
% ,showindex
,newtxmath
,colorlinks, citecolor=brown % for drafts
,draftmode
% ,coverus
]{./langsci/langscibook}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% put all additional commands you need in the
% following files. If you do not know what this might
% mean, you can safely ignore this section
\input{localmetadata.tex}
\input{localpackages.tex}
\input{localhyphenation.tex}
\input{localcommands.tex}
% fix, remove once forest is updated
% should work with texlive 2017
%% \makeatletter
%% \apptocmd\forest@pgfmathhelper@attribute@dimen{\global\pgfmathunitsdeclaredtrue}{\typeout{patching succeeded}}{patching failed}
%% \apptocmd\forest@pgfmathhelper@register@dimen{\global\pgfmathunitsdeclaredtrue}{\typeout{patching succeeded}}{patching failed}
%% \makeatother
% Here come our .bib files.
%\input{bibliographies-include}
\bibliography{Bibliographies/bc-clitics,Bibliographies/gp-clitics,i-lin,bc,bonami,all,i-hpsg}
\usepackage{xassoccnt}
\newcounter{realpage}
\DeclareAssociatedCounters{page}{realpage}
\AtBeginDocument{%
\stepcounter{realpage}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% %%%
%%% Frontmatter %%%
%%% %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%\maketitle
%\frontmatter
% %% uncomment if you have preface and/or acknowledgements
%\currentpdfbookmark{Contents}{name} % adds a PDF bookmark
%\tableofcontents
%\include{chapters/preface}
%\include{chapters/acknowledgments}
%% Additional prefaces and/or introductions that also have authors
%\lsCollectionPaperFrontmatterMode % Enter the Frontmatter Mode.
%\includepaper{chapters/prefaceEd}
% \includepaper{chapters/prefaceEd2}
\lsCollectionPaperMainmatterMode % Leave the Frontmatter Mode
\setcounter{chapter}{0} % Reset the chapter counter so that preceeding prefaces are not counted
%%
\mainmatter
\typeout{mainmatter starts at \therealpage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% %%%
%%% Chapters %%%
%%% %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \part{Introduction}
% \includepaper{chapters/properties} %add a percentage sign in front of the line to exclude this chapter from book
% \includepaper{chapters/evolution}
% \includepaper{chapters/formal-background}
% \includepaper{chapters/lexicon}
% \includepaper{chapters/understudied-languages}
% %
% \part{Syntactic phenomena}
% \includepaper{chapters/agreement}
% \includepaper{chapters/case}
% \includepaper{chapters/np}
% \includepaper{chapters/arg-st}
% \includepaper{chapters/order}
\includepaper{chapters/clitics}
% \includepaper{chapters/complex-predicates}
% \includepaper{chapters/control-raising}
% \includepaper{chapters/udc}
% \includepaper{chapters/relative-clauses}
% \includepaper{chapters/islands}
% \includepaper{chapters/coordination}
% \includepaper{chapters/idioms}
% \includepaper{chapters/negation}
% \includepaper{chapters/ellipsis}
% \includepaper{chapters/binding}
% %
% \part{Other levels of description}
% %\includepaper{chapters/phonology}
% \includepaper{chapters/morphology}
% \includepaper{chapters/semantics}
% \includepaper{chapters/information-structure}
% %
% \part{Other areas of linguistics}
% %\includepaper{chapters/diachronic}
% %\includepaper{chapters/acquisition}
% \includepaper{chapters/processing}
% \includepaper{chapters/cl}
% \includepaper{chapters/pragmatics}
% \includepaper{chapters/sign-lg}
% \includepaper{chapters/gesture}
% %
% \part{The broader picture}
% \includepaper{chapters/minimalism}
% \includepaper{chapters/cg}
% \includepaper{chapters/lfg}
% \includepaper{chapters/dg}
% \includepaper{chapters/cxg}
%
% copy the lines above and adapt as necessary
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% %%%
%%% Backmatter %%%
%%% %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% There is normally no need to change the backmatter section
\input{backmatter.tex}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% %%%
%%% END %%%
%%% %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% you can create your book by running
% xelatex main.tex
%
% you can also try a simple
% make
% on the commandline