-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcompile-memos-hpsg-handbook.tex
82 lines (54 loc) · 1.57 KB
/
compile-memos-hpsg-handbook.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
%% -*- coding:utf-8 -*-
%% -*- coding:utf-8 -*-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% $RCSfile: grammatiktheorie.tex,v $
%% $Revision: 1.3 $
%% $Date: 2010/01/18 14:55:27 $
%% Author: Stefan Mueller (CL Uni-Bremen)
%% Purpose:
%% Language: LaTeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Everything following a % is ignored
% Some lines start with %. Remove the % to include them
\documentclass[output=book
,multiauthors
,collection
,collectionchapter
,biblatex
,babelshorthands
% ,showindex
,newtxmath
,colorlinks, citecolor=brown % for drafts
,draftmode
% ,coverus
]{langscibook}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{ifthen}
\provideboolean{draft}
\setboolean{draft}{false}
%\setboolean{draft}{true}
\usepackage{etoolbox}
\newtoggle{draft}\togglefalse{draft}
\newcommand{\NOTE}[1]{}
%\newcommand{\NOTE}[1]{\marginpar{#1}}
% package has to be loaded before german.sty
\usepackage{memoize}
%\usepackage{nomemoize}
\memoizeset{
memo filename prefix={chapters/hpsg-handbook.memo.dir/},
enable=dependency,
}
\input{localmetadata.tex}
\input{localpackages.tex}
\input{localcommands.tex}
\input{locallangscifixes.tex}
\renewcommand{\LATER}[1]{}
%\renewcommand{\addlines}[1][1]{}
\bibliography{bib-abbr,biblio}
%\bibliography{gt}
\input{hpsg-handbook-include}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: