diff options
Diffstat (limited to 'evans-green-handout.tex')
-rw-r--r-- | evans-green-handout.tex | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/evans-green-handout.tex b/evans-green-handout.tex index bf056dc..5410986 100644 --- a/evans-green-handout.tex +++ b/evans-green-handout.tex @@ -1,15 +1,21 @@ \documentclass[twocolumn,a4paper]{article} \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{handouts} + +\usepackage{stfloats} + \title{\Large Handout of selected passages from ``Cognitive Linguistics: an Introduction''\footnote{V. Evans and M. Green (2006).}} \author{Camil Staps} |