Dear Gareth,<div><br></div><div>Many thanks! This works perfectly, and I&#39;ve learned something new!</div><div><br></div><div>Cheers,</div><div><br></div><div>Adam<br><br><div class="gmail_quote">On Thu, Sep 2, 2010 at 11:12 AM, Gareth Hughes <span dir="ltr">&lt;<a href="mailto:garzohugo@gmail.com">garzohugo@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Dear Adam,<br>
<br>
I&#39;ve been thinking of writing a XeLaTeX package for Syriac that would<br>
deal with this and other issues.<br>
<br>
I would choose one Syriac font as my main Syriac font (Serto in your<br>
case), and others as exceptions. Then use polyglossia to set up the main<br>
Syriac font, thus:<br>
<br>
\usepackage{polyglossia}<br>
\setmainlanguage{syriac}% or use \setotherlanguage if your main language<br>
is something other.<br>
\newfontfamily\syriacfont[Script=Syriac]{Serto Jerusalem}<br>
<br>
Then you need some code to set up Estrangelo:<br>
<br>
\newfontfamily\estrangelofont[Script=Syriac]{Estrangelo Edessa}<br>
\newcommand{\textestrangelo}[1]{\textsyriac{\estrangelofont #1}}<br>
\newenvironment{estrangelo}{\begin{syriac}\estrangelofont}{\end{syriac}}<br>
<br>
Now, you have a command, \textestrangelo{ܫܠܡܐ}, that will render<br>
Estrangelo text, and an environment,<br>
\begin{estrangelo}...\end{estrangelo}, for longer pieces of text.<br>
<br>
Have fun,<br>
<font color="#888888"><br>
Gareth.<br>
</font><div><div></div><div class="h5"><br>
Adam McCollum wrote:<br>
&gt; Dear list members,<br>
&gt;<br>
&gt; I&#39;m working on a document with Syriac text and I need to use two<br>
&gt; different fonts. As some of you probably know, there are three different<br>
&gt; scripts used for Syriac; I am mostly using Serto, but I also need to put<br>
&gt; a few things in Estrangela. I suppose there is a way to do this, but I<br>
&gt; don&#39;t know what it is.<br>
&gt;<br>
&gt; Thanks in advance for any help!<br>
&gt;<br>
&gt; Adam McCollum<br>
<br>
<br>
</div></div><div><div></div><div class="h5">--------------------------------------------------<br>
Subscriptions, Archive, and List information, etc.:<br>
  <a href="http://tug.org/mailman/listinfo/xetex" target="_blank">http://tug.org/mailman/listinfo/xetex</a><br>
</div></div></blockquote></div><br></div>