hello all, I'm new with ConTeXt even if I know some TeX and LaTeX already. Here is my question: I would like to use utopia (with expert fonts) as my default rm. I've got all the files required for a LaTeX usage (with fourier.sty) and it works ok. I have found some fourier.map and fourier-utopia-expert.map in my TeXlive under /texmf-dist/fonts/map/dvipdfm/context and /texmf-dist/fonts/map/fourier/. I've tried what I've understood of the manuals but I can't figure out how to call correctly the font. Any hint will be appreciated. Thanks to all -- Yvon Henel
Hi Yvon,
This may work:
\usetypescript[berry][ec]
\definetypeface[utopia][rm][serif][utopia][default][encoding=ec]
\setupbodyfont[utopia,12pt]
The above is based on instructions found @
http://watershade.net/wmcclain/context-help.html
saji
* Yvon Henel
hello all,
I'm new with ConTeXt even if I know some TeX and LaTeX already.
Here is my question:
I would like to use utopia (with expert fonts) as my default rm. I've got all the files required for a LaTeX usage (with fourier.sty) and it works ok.
I have found some fourier.map and fourier-utopia-expert.map in my TeXlive under /texmf-dist/fonts/map/dvipdfm/context and /texmf-dist/fonts/map/fourier/.
I've tried what I've understood of the manuals but I can't figure out how to call correctly the font.
Any hint will be appreciated.
Thanks to all -- Yvon Henel
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
-- Saji N. Hameed APEC Climate Center +82 51 668 7470 National Pension Corporation Busan Building 12F Yeonsan 2-dong, Yeonje-gu, BUSAN 611705 saji@apcc21.net KOREA
Le mercredi 2 janvier 2008, Saji N. Hameed a écrit :
Hi Yvon,
This may work:
\usetypescript[berry][ec] \definetypeface[utopia][rm][serif][utopia][default][encoding=ec] \setupbodyfont[utopia,12pt]
The above is based on instructions found @
http://watershade.net/wmcclain/context-help.html
saji Thanks a lot. It does work!
I think I erred in the use of \setupbodyfont when I first tried according to (so I thought then!) the instructions given at the site you mention. It was my first question but it seems not to be the last, alas :-) -- Yvon Henel
participants (2)
-
Saji N. Hameed
-
Yvon Henel