diff options
Diffstat (limited to 'benton-handout.tex')
-rw-r--r-- | benton-handout.tex | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/benton-handout.tex b/benton-handout.tex index 5e26e4b..384c43a 100644 --- a/benton-handout.tex +++ b/benton-handout.tex @@ -1,15 +1,21 @@ \documentclass[9pt,twocolumn,a4paper]{extarticle} \usepackage[top=2cm]{geometry} -\usepackage[british]{babel} -\usepackage{stfloats} - -\usepackage{handouts} - \usepackage[hidelinks]{hyperref} \usepackage{tikz} \usepackage[font=small]{caption} +\usepackage{polyglossia} +\setdefaultlanguage{british} +\setotherlanguage{hebrew} +\newfontfamily\dutchfont[Mapping=tex-text]{Latin Modern Roman} +\newfontfamily\hebrewfont[Scale=MatchLowercase]{Ezra SIL} +\DeclareTextFontCommand{\ez}{\hebrewfont} + +\usepackage{stfloats} + +\usepackage{handouts} + \newcommand{\situationtransition}[7]{% \begin{tikzpicture}[node distance=4em,scale=0.9,every node/.style={scale=0.9}] \node[ label={below:$x_{-3}$},label={above:#1}] (xm3) {}; |