<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Matthew Mellon wrote:
<blockquote
 cite="mid:a0b0bf900911121542r102a7587w6725b6c2acb24dd@mail.gmail.com"
 type="cite">I'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 class="Apple-style-span" face="'courier new', monospace">\documentclass{article}</font></div>
  <div><font class="Apple-style-span" face="'courier new', monospace">\usepackage{fontspec}</font></div>
  <div><font class="Apple-style-span" face="'courier new', monospace">\usepackage{xunicode}
  </font>
  <p style="margin: 0px; text-indent: 0px;"><font
 class="Apple-style-span" face="'courier new', monospace">\usepackage{xltxtra}</font></p>
  <p style="margin: 0px; text-indent: 0px;"><font
 class="Apple-style-span" face="'courier new', monospace">\setmainfont[Mapping=tex-text]{Georgia}</font></p>
  <p style="margin: 0px; text-indent: 0px;"><font
 class="Apple-style-span" face="'courier new', monospace">\fontspec[Ligatures={Common}]{Georgia}</font></p>
  <p style="margin: 0px; text-indent: 0px;"><font
 class="Apple-style-span" face="'courier new', monospace">\begin{document}</font></p>
  <p style="margin: 0px; text-indent: 0px;"><font
 class="Apple-style-span" face="'courier new', monospace">I like fish.</font></p>
  <p style="margin: 0px; text-indent: 0px;"><font
 class="Apple-style-span" face="'courier new', monospace">\end{document}</font></p>
  <p style="margin: 0px; text-indent: 0px;"><br>
  </p>
  <p style="margin: 0px; text-indent: 0px;">I don'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>
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 class="moz-signature" cols="72">-- 
United in adoration of Jesus, 



fr. michael gilmary, mma

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

</pre>
</body>
</html>