ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to use utopia font?
@ 2008-01-02 14:36 Yvon Henel
  2008-01-02 22:29 ` Saji N. Hameed
  0 siblings, 1 reply; 3+ messages in thread
From: Yvon Henel @ 2008-01-02 14:36 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 596 bytes --]

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

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to use utopia font?
  2008-01-02 22:29 ` Saji N. Hameed
@ 2008-01-02 15:04   ` Yvon Henel
  0 siblings, 0 replies; 3+ messages in thread
From: Yvon Henel @ 2008-01-02 15:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 602 bytes --]

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

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to use utopia font?
  2008-01-02 14:36 How to use utopia font? Yvon Henel
@ 2008-01-02 22:29 ` Saji N. Hameed
  2008-01-02 15:04   ` Yvon Henel
  0 siblings, 1 reply; 3+ messages in thread
From: Saji N. Hameed @ 2008-01-02 22:29 UTC (permalink / raw)
  To: ntg-context

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 <yvon.henel@orange.fr> [2008-01-02 15:36:47 +0100]:

> 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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-01-02 22:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-02 14:36 How to use utopia font? Yvon Henel
2008-01-02 22:29 ` Saji N. Hameed
2008-01-02 15:04   ` Yvon Henel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).