<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.5848" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>hi</DIV>
<DIV>&nbsp;</DIV>
<DIV>I need to use the subscripted digits in the range U+2080 through U+2089. I've patched in a suitable font, and in general it works fine.</DIV>
<DIV>&nbsp;</DIV>
<DIV>However, I have two problems (the first one is more a misfortune than a problem):</DIV>
<DIV>&nbsp;</DIV>
<DIV>1. Typewriter doesn't seem to support those. Pity... but I can find another font I suppose (suggestions, anyone?)</DIV>
<DIV>&nbsp;</DIV>
<DIV>2. More significant: when I try to space these out using \so (from soul), the subscripted digit gets lost.</DIV>
<DIV>&nbsp;</DIV>
<DIV>XeLaTeX input below.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Is there another approach to spacing out I could use, or is there some parameter setting I'm not aware of?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks!<BR></DIV>
<DIV>K</DIV>
<DIV>----</DIV>
<DIV>\<FONT face="Charis SIL">documentclass[12pt,letterpaper,twoside]{book}</FONT></DIV>
<DIV><FONT face="Charis SIL"></FONT>&nbsp;</DIV>
<DIV><FONT face="Charis SIL">\usepackage{fontspec,xltxtra,xunicode}<BR>\usepackage{geometry}<BR>\usepackage{soul}</FONT></DIV>
<DIV><FONT face="Charis SIL"></FONT>&nbsp;</DIV>
<DIV><FONT face="Charis SIL">\geometry{letterpaper}<BR>\setromanfont [Ligatures={Common}]{Charis SIL}</FONT></DIV>
<DIV><FONT face="Charis SIL"></FONT>&nbsp;</DIV>
<DIV><FONT face="Charis SIL">\begin{document}<BR>&nbsp;u?\\&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; % `u' followed by U+0286 (subscript 6)<BR>&nbsp;\texttt{u?}\\ % ditto, typewriter<BR>&nbsp;\so{u?}\\&nbsp;&nbsp;&nbsp;&nbsp; % ditto, spaced out<BR>\end{document}</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face="Charis SIL">Karljürgen G. Feuerherm, PhD<BR>Department of Archaeology and Classical Studies<BR>Wilfrid Laurier University<BR>75 University Avenue West<BR>Waterloo, Ontario N2L 3C5<BR>Tel. (519) 884-1970 x3193<BR>Fax (519) 883-0991 (ATTN Arch. &amp; Classics)</FONT></DIV></BODY></HTML>