-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlocalpackages.tex
65 lines (57 loc) · 1.91 KB
/
localpackages.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
% add all extra packages you need to load to this file
\usepackage{tabularx}
\usepackage{url}
\urlstyle{same}
\usepackage{langsci-branding}
\usepackage{listings}
\lstset{basicstyle=\ttfamily,tabsize=2,breaklines=true}
\usepackage{enumitem}
\usepackage[linguistics,edges]{forest}
\forestset{default preamble = {font = \itshape}}
\usepackage{tikz-dependency}
\usetikzlibrary{matrix,
arrows,
arrows.meta,
graphs,
graphs.standard,
decorations.pathreplacing,
fit,
patterns,
3d,
perspective,
backgrounds,
hobby,
shapes.arrows,
shapes.symbols}
\pgfsetlayers{background,depgroups,lspcls_bg,main}
\newfontfamily\cjkfont
[Scale=MatchLowercase,BoldFont=SourceHanSerifSC-Bold.otf]{SourceHanSerifSC-Regular.otf}
\AdditionalFontImprint{Source Han Serif}
\newfontfamily\arfont
[Scale=MatchLowercase]{Amiri-Regular.ttf}
\AdditionalFontImprint{Amiri}
% \usepackage{showframe}
\let\clipbox\relax
\usepackage{adjustbox}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% %%%
%%% Examples %%%
%%% %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% to add additional information to the right of examples, uncomment the following line
% \usepackage{jambox}
%% if you want the source line of examples to be in italics, uncomment the following line
% \renewcommand{\exfont}{\itshape}
\usepackage{langsci-optional}
\usepackage{langsci-lgr}
\usepackage{pgfplots,pgfplotstable}
\usepackage{langsci-gb4e}
\renewcommand{\eachwordone}{\itshape}
\graphicspath{{figures/}}
\usepackage{./langsci-tbls}
\usepackage{hhline}
\usepackage{floatrow}
\usepackage{subcaption}
\usepackage{multicol}
\usepackage{bbding}
\usepackage{nicefrac}