<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I just checked on the archive and found an old response wrt using XeTeX:<div><br></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 14px; "><pre>Le 2 avr. 06 à 17:46, Hanjo Iwanowitsch a écrit :

><i> I just discovered the gtamac...-font-packages being distributed via  
</i>><i> i-Installer.
</i>><i>
</i>><i> My question: is it possible to change the font definition to non- 
</i>><i> bold sans-serif fonts?: for example the Gill in \usepackage 
</i>><i> {gtamachoefler} is *very* bold; I would like it to be the "Normal"  
</i>><i> Gill. Where would I have to fiddle?
</i>
An option is to switch to XeTeX. Then, with the fontspec package, all  
you will have to do is write something like:

\usepackage{fontspec,xunicode}
\defaultfontfeatures{Mapping=tex-text}
\setromanfont{Hoefler Text}
\setsansfont[BoldFont={Gill Sans Bold},Scale=MatchLowercase]{Gill  
Sans Light}
\setmonofont[Scale=MatchLowercase]{Andale Mono}

This will use Gill Sans Light instead of Gill Sans as the non-bold  
sans font.</pre></span><div><div>On Jun 30, 2008, at 5:34 PM, Paul Vickers wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>David Watson wrote:<br>> Perhaps an execution of<br>>     sudo updmap-sys --enable Map apple.map<br>> from the Terminal is in order?<br>><br>>     David Watson<br>><br><br>No joy. Methinks I may just have to move this document over to XeTeX as Richard suggests. Sigh. Upgrades are never simple, are they?<br><br>Thanks for the input, anyway; much appreciated.<br></div></blockquote></div><br></div><div>I hope this is of some use to you.</div><div>    David Watson</div></body></html>