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 /hopper-thompson-handout.tex | |
parent | Finish Kemmer (diff) |
Switch to XeLaTeX
Diffstat (limited to 'hopper-thompson-handout.tex')
-rw-r--r-- | hopper-thompson-handout.tex | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/hopper-thompson-handout.tex b/hopper-thompson-handout.tex index 8d15c6d..169feeb 100644 --- a/hopper-thompson-handout.tex +++ b/hopper-thompson-handout.tex @@ -1,15 +1,21 @@ \documentclass[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 ``Transitivity in Grammar and Discourse''\footnote{Paul J. Hopper and Sandra A. Thompson (1980).}} \author{Camil Staps} |