-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathlocalpackages-minimal.tex
105 lines (75 loc) · 2.5 KB
/
localpackages-minimal.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
% This is a minimal load file, first set up to compile coordination.tex on overleaf
% add all extra packages you need to load to this file
%\usepackage{tipa} % Davis Koenig
\usepackage{xunicode} % Provide tipa macros (BC)
\usepackage{langsci-optional}
\usepackage{langsci-lgr}
\newcommand{\MAS}{\textsc{m}\xspace} % \M is taken by somebody
%\usepackage{./styles/forest/forest}
\usepackage{langsci-forest-setup}
\usepackage{nomemoize} % this is safe to comment out because of the stubs defined above
\memoizeset{
memo filename prefix={chapters/hpsg-handbook.memo.dir/},
register=\todo{O{}m},
prevent=\todo,
}
% Stefan Müller's styles
\usepackage{./styles/merkmalstruktur,./styles/makros.2020,./styles/my-xspace,./styles/article-ex,
./styles/eng-date}
\usepackage{./styles/abbrev}
% Has to be loaded late since otherwise footnotes will not work
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% %%%
%%% Examples %%%
%%% %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% remove the percentage signs in the following lines
% if your book makes use of linguistic examples
\usepackage{langsci-gb4e}
%% St. Mü.: 03.04.2020
%% these two versions of the command can be used for series of sets of examples:
%% \eal
%% \ex
%% \ex
%% \zlcont
%% \ealcont
%% \ex
%% \ex
%% \zl
\let\zlcont\z
\def\ealcont{\exnrfont\ex\begin{xlist}[iv.]\raggedright}
% original version of \z
%\def\z{\ifnum\@xnumdepth=1\end{exe}\else\end{xlist}\fi}
% \zcont just removes \end{exe}
%\def\zcont{\ifnum\@xnumdepth=1\else\end{xlist}\fi}
\def\zcont{}
% Crossing out text
% uncomment when needed
%\usepackage{ulem}
\usepackage{./styles/additional-langsci-index-shortcuts}
% this is the completely redone avm package
\usepackage{langsci-avm}
\avmsetup{columnsep=.3ex}
\avmsetup{columnsep=.3ex,style=narrow}
\avmdefinecommand{phon}[phon]
{
attributes = \itshape%,
% delimfactor = 900,
% delimfall = 10pt
}
\avmdefinecommand{form}[form]
{
attributes = \itshape%,
% delimfactor = 900,
% delimfall = 10pt
}
\avmdefinecommand{list}[list]{ attributes=\itshape } % define a new \list command
% Note: the label "list" will be out put in whatever font is currently active.
% \avm{
% [subj & \1 \\
% comps & \2 \- \list*(gap-ss) \\ % Produce a \list
% deps & < \1 > \+ \2
% ]
% }
% https://github.com/langsci/langsci-avm/issues/33#issuecomment-671201576
%\avmsetup{extraskip=0pt}