Fr. Michael Gilmary <frmichaelgilm...@maronitemonks.org> wrote: : Try this after you make sure TeX Gyre Termes (or Bonum ... or Latin : Modern Roman, etc) is installed on your system. These fonts come with : TeXLive09 and TL10: : : \documentclass{minimal} : : \usepackage{fontspec} : \usepackage{xltxtra} : \fontspec{GaramondPremrPro} : \setmainfont{GaramondPremrPro} : : \newfontfamily\tgt[Scale=MatchLowercase]{TeX Gyre Termes} : : \begin{document} : Do you know if {\tgt\textvisiblespace} this works? : \end{document}
Thanks. Yes, that would let me get the visible space, but I though that according the manual, a visible space character was inserted if the font didn't have it. I'm temporarily solving the problem as follows: \let\...@textvisiblespace\textvisiblespace \newfontfamily\TeXGyrePagella% [Scale = MatchLowercase, Path = /home/dongen/.fonts/TeX-Gyre/Pagella/, BoldFont = texgyrepagella-bold, ItalicFont = texgyrepagella-italic, BoldItalicFont = texgyrepagella-bolditalic, UprightFont = texgyrepagella-regular] {TeX Gyre Pagella} \def\textvisiblespace{{\texgyrepagella\...@textvisiblespace}} This is slightly better because it still lets you use \textvisiblespace in the text. I'd still like to kow what I was/am doing wrong. Regards, Marc van Dongen -------------------------------------------------- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex