forked from langsci/259
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
131 lines (116 loc) · 4.37 KB
/
main.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% %%%
%%% 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
% ,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}
\bibliography{localbibliography,Bibliographies/stmue}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% %%%
%%% 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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% %%%
%%% Chapters %%%
%%% %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\part{Introduction}
\includepaper{chapters/01-basicproperties} %add a percentage sign in front of the line to exclude this chapter from book
\includepaper{chapters/02-evolution}
\includepaper{chapters/03-formalbackground}
\includepaper{chapters/04-lexicon}
%
\part{Syntactic phenomena}
\includepaper{chapters/05-agreement}
\includepaper{chapters/06-case}
\includepaper{chapters/07-argumentstr}
\includepaper{chapters/08-constituents}
\includepaper{chapters/09-clitics}
\includepaper{chapters/10-complexpredication}
\includepaper{chapters/11-coordination}
\includepaper{chapters/12-unbounddep}
\includepaper{chapters/13-islands}
\includepaper{chapters/14-idioms}
\includepaper{chapters/15-relatives}
\includepaper{chapters/16-controlraising}
\includepaper{chapters/17-negation}
\includepaper{chapters/18-ellipses}
\includepaper{chapters/19-binding}
%
\part{Other levels of description}
\includepaper{chapters/20-phonology}
\includepaper{chapters/21-morphology}
\includepaper{chapters/22-semantics}
\includepaper{chapters/23-pragmatics}
%
\part{Other areas of linguistics}
\includepaper{chapters/24-diachronic}
\includepaper{chapters/25-acquisition}
\includepaper{chapters/26-processing}
\includepaper{chapters/27-compling}
\includepaper{chapters/28-signlge}
\includepaper{chapters/29-gesture}
%
\part{The broader picture}
\includepaper{chapters/30-minimalism}
\includepaper{chapters/31-cg}
\includepaper{chapters/32-lfg}
\includepaper{chapters/33-dg}
\includepaper{chapters/34-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