diff options
author | Camil Staps | 2016-10-23 16:01:46 +0200 |
---|---|---|
committer | Camil Staps | 2016-10-23 16:01:46 +0200 |
commit | 62a8e11741ca6d5dcbcb164fc23606278240e10c (patch) | |
tree | 98eb522f8b432b647d0d1ca7c509ee5586109f03 /kemmer-handout.tex | |
parent | Finish Kemmer (diff) |
Switch to XeLaTeX
Diffstat (limited to 'kemmer-handout.tex')
-rw-r--r-- | kemmer-handout.tex | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/kemmer-handout.tex b/kemmer-handout.tex index 337a663..d98572e 100644 --- a/kemmer-handout.tex +++ b/kemmer-handout.tex @@ -1,15 +1,21 @@ \documentclass[9pt,a4paper,twocolumn]{extarticle} \usepackage[top=2cm]{geometry} -\usepackage[british]{babel} -\usepackage{stfloats} - -\usepackage{handouts} - \usepackage[hidelinks]{hyperref} \usepackage{tikz} \usetikzlibrary{arrows,fit,calc,shapes,positioning} \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} \usepackage{subcaption} \title{\Large Handout of ``The Middle Voice''\footnote{Suzanne Kemmer (1993).}} |