[XeTeX] XeLaTex and Armenian

Philip Taylor (Webmaster, Ret'd) P.Taylor at Rhul.Ac.Uk
Tue Jul 13 13:22:19 CEST 2010



Apostolos Syropoulos wrote:

> Going even further why are you using a special font for the
> Armenian text and a different one for the English? For example,
> when I write mixed text (say Greek/English) I always use a font
> that includes support for both scripts.

So something like this ?

	\documentclass {article}
	\usepackage {xltxtra, polyglossia}
	\usepackage {fontspec}
	\setdefaultlanguage {english}
	\newfontface \primaryfont [Script=armenian]{Arial Unicode MS}
	
	\begin {document}
	\selectfont \primaryfont
	\title {Classical Armenian Sample Text}
	\author {Adam C. McCollum}
	\maketitle
	
	Եւ երկիր էր աներևոյթ և անպատրաստ. և խաւար ի վերայ անդնդոց. և Հոգի Աստուծոյ շրջէր ի վերայ ջուրց:
	
	\end{document}

** Phil.


More information about the XeTeX mailing list