[OS X TeX] GTA
Bruno Voisin
bvoisin at mac.com
Mon Apr 3 15:52:33 CEST 2006
Le 2 avr. 06 à 17:46, Hanjo Iwanowitsch a écrit :
> I just discovered the gtamac...-font-packages being distributed via
> i-Installer.
>
> My question: is it possible to change the font definition to non-
> bold sans-serif fonts?: for example the Gill in \usepackage
> {gtamachoefler} is *very* bold; I would like it to be the "Normal"
> Gill. Where would I have to fiddle?
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.
See <ftp://tug.ctan.org/pub/tex-archive/macros/xetex/latex/fontspec/
fontspec.pdf>.
Bruno Voisin------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
& FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
More information about the macostex-archives
mailing list