forked from langsci/241
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocalpackages.tex
44 lines (39 loc) · 1.41 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
% add all extra packages you need to load to this file
\usepackage{tabularx}
\usepackage{url}
\urlstyle{same}
\usepackage{listings}
\lstset{basicstyle=\ttfamily,tabsize=2,breaklines=true}
\usepackage[linguistics,edges]{forest}
\usetikzlibrary{matrix,
arrows,
arrows.meta,
graphs,
graphs.standard,
decorations.pathreplacing,
fit,
patterns,
3d,
perspective,
backgrounds}
\newfontfamily\cjkfont
[Scale=MatchLowercase,BoldFont=SourceHanSerifSC-Bold.otf]{SourceHanSerifSC-Regular.otf}
\AdditionalFontImprint{Source Han Serif}
\newfontfamily\arfont
[Scale=MatchLowercase]{Amiri-Regular.ttf}
\AdditionalFontImprint{Amiri}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% %%%
%%% 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}
\usepackage{langsci-tbls}
\usepackage{hhline}