Thank you for the suggestion. No, I&#39;m still getting the ligature in the output.<div>You&#39;re right, U+F001 is the ligature for fi... U+FB02 is the ligature for fl.</div><div><br></div><div>All the common ligatures appear to be there in Character Map.</div>
<div><br></div><div>I am getting a warning from fontspec:</div><div><br></div><div>Package fontspec Warning: <p></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">    OpenType feature &#39;Ligatures=Common&#39; (+liga) not available</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">    for font &quot;Georgia/ICU&quot;, </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">    with script &#39;Latin&#39;,</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">    and language &#39;Default&#39;.</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This warning occured on input line 4.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
<br></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br></p></div><div><br><br><div class="gmail_quote">On Thu, Nov 12, 2009 at 7:06 PM, Fr. Michael Gilmary <span dir="ltr">&lt;<a href="mailto:FrMichaelGilmary@maronitemonks.org">FrMichaelGilmary@maronitemonks.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


  
  

<div bgcolor="#ffffff" text="#000000"><div><div></div><div class="h5">
Matthew Mellon wrote:
<blockquote type="cite">I&#39;m a technical writer, and my company just switched
standard typefaces. For documents destined to both screen and paper, we
are to use Georgia.
  <div><br>
  </div>
  <div>My Windows system has georgia.ttf, and I seem to be able to get
XeLaTeX to see it... but, when I compile the following document:</div>
  <div><br>
  </div>
  <div><font face="&#39;courier new&#39;, monospace">\documentclass{article}</font></div>
  <div><font face="&#39;courier new&#39;, monospace">\usepackage{fontspec}</font></div>
  <div><font face="&#39;courier new&#39;, monospace">\usepackage{xunicode}
  </font>
  <p style="margin:0px;text-indent:0px"><font face="&#39;courier new&#39;, monospace">\usepackage{xltxtra}</font></p>
  <p style="margin:0px;text-indent:0px"><font face="&#39;courier new&#39;, monospace">\setmainfont[Mapping=tex-text]{Georgia}</font></p>
  <p style="margin:0px;text-indent:0px"><font face="&#39;courier new&#39;, monospace">\fontspec[Ligatures={Common}]{Georgia}</font></p>
  <p style="margin:0px;text-indent:0px"><font face="&#39;courier new&#39;, monospace">\begin{document}</font></p>
  <p style="margin:0px;text-indent:0px"><font face="&#39;courier new&#39;, monospace">I like fish.</font></p>
  <p style="margin:0px;text-indent:0px"><font face="&#39;courier new&#39;, monospace">\end{document}</font></p>
  <p style="margin:0px;text-indent:0px"><br>
  </p>
  <p style="margin:0px;text-indent:0px">I don&#39;t get the fi ligature
in my output. When I view Georgia in Character Map I can see the
ligature at address U+FB01. Is there any way to tell XeTeX where the
ligature is and make it use the glyph?</p>
  <p style="margin:0px;text-indent:0px"><br>
  </p>
  <p style="margin:0px;text-indent:0px">- Matthew Mellon</p>
  </div>
</blockquote>
<br>
<br></div></div>
Hi Matthew:<br>
<br>
To load the font, try:<br>
<br>
\usepackage{xltxtra} % this loads both fontspec &amp; xunicode<br>
\defaultfontfeatures{Mapping=tex-text}<br>
\setmainfont[Ligatures=Common]{Georgia}<br>
<br>
Also, I found the fi ligature is U+F001 ... but maybe Windows is
different.<br>
<br>
HTH.<br>
<br>
<br>
<pre cols="72">-- 
United in adoration of Jesus, 



fr. michael gilmary, mma

Most Holy Trinity Monastery
67 Dugway Road
Petersham, MA 01366-9725

</pre>
</div>

</blockquote></div><br></div>