ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Problem creating a typescript for Adobe Avenir
@ 2009-03-25 19:21 Markus Hubig
  2009-03-26  7:40 ` Thomas A. Schmitz
  0 siblings, 1 reply; 3+ messages in thread
From: Markus Hubig @ 2009-03-25 19:21 UTC (permalink / raw)
  To: ntg-context

Hi all!

I'm new into context an I'm trying to write a user-manual for my company.
For some strange reasons I have to use a font names Adobe Avenir. I managed
to install the TTF-Files with texfont but now I'm lost in the creation
of a typescript.
Maybe there is someone who can give me a little help!

My map file looks like this (texnansi-adobe-avenir.map):

texnansi-AVENI17 Avenir-Heavy 4             < AVENI17.ttf texnansi.enc
texnansi-AVENI18 Avenir-HeavyOblique 4 < AVENI18.ttf texnansi.enc
texnansi-AVENI23 Avenir-Oblique 4           < AVENI23.ttf texnansi.enc
texnansi-AVENI24 Avenir-Roman 4            < AVENI24.ttf texnansi.enc

And my typescript looks like this (type-adobe-avenir.tex):

\starttypescript [map] [avenir] [textansi]
  \loadmapfile [texnansi-adobe-avenir.map]
\stoptypescript

\starttypescript [sans] [avenir] [texnansi]
  \definefontsynonym [Avenir-Heavy]             [texnansi-AVENI17]
[encoding=texnansi]
  \definefontsynonym [Avenir-HeavyOblique] [texnansi-AVENI18]
[encoding=texnansi]
  \definefontsynonym [Avenir-Oblique]           [texnansi-AVENI23]
[encoding=texnansi]
  \definefontsynonym [Avenir-Roman]            [texnansi-AVENI24]
[encoding=texnansi]
\stoptypescript

\starttypescript [sans] [avenir] [name]
  \definefontsynonym [Sans]               [Avenir-Roman]
  \definefontsynonym [SansItalic]        [Avenir-Oblique]
  \definefontsynonym [SansBold]        [Avenir-Heavy]
  \definefontsynonym [SansBoldItalic] [Avenir-HeavyOblique]
\stoptypescript

\starttypescript [Avenir]
  \definetypeface [Avenir] [rm] [sans] [avenir] [default]
\stoptypescript

When I try to use my typescript in my environment file like this:

\usetypescriptfile[type-adobe-avenir]
\usetypescript[Avenir]
\setupbodyfont[Avenir,10pt]

... simply nothing happens ... I get the same font as before. Arrgh!
In the logging messages of  texexec I see a message that my
typescript-file is loaded!

Hopefully someone can give my a hand,

Markus

-- 
-------------------"it's like this"------
even samurai have teddy bears
and even teddy bears get drunk
___________________________________________________________________________________
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: Problem creating a typescript for Adobe Avenir
  2009-03-25 19:21 Problem creating a typescript for Adobe Avenir Markus Hubig
@ 2009-03-26  7:40 ` Thomas A. Schmitz
  2009-03-26 11:56   ` Markus Hubig
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas A. Schmitz @ 2009-03-26  7:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Markus,

you're on the right track; just two or three small corrections, and  
you should be in business:


On Mar 25, 2009, at 8:21 PM, Markus Hubig wrote:

>
> My map file looks like this (texnansi-adobe-avenir.map):
>
> texnansi-AVENI17 Avenir-Heavy 4             < AVENI17.ttf texnansi.enc
> texnansi-AVENI18 Avenir-HeavyOblique 4 < AVENI18.ttf texnansi.enc
> texnansi-AVENI23 Avenir-Oblique 4           < AVENI23.ttf texnansi.enc
> texnansi-AVENI24 Avenir-Roman 4            < AVENI24.ttf texnansi.enc
>
I'm not sure if you can have a space after the <

> \starttypescript [map] [avenir] [textansi]
>  \loadmapfile [texnansi-adobe-avenir.map]
> \stoptypescript
>
> \starttypescript [sans] [avenir] [texnansi]
>   \definefontsynonym [Avenir-Heavy]             [texnansi-AVENI17]
> [encoding=texnansi]
>   \definefontsynonym [Avenir-HeavyOblique] [texnansi-AVENI18]
> [encoding=texnansi]
>   \definefontsynonym [Avenir-Oblique]           [texnansi-AVENI23]
> [encoding=texnansi]
>   \definefontsynonym [Avenir-Roman]            [texnansi-AVENI24]
> [encoding=texnansi]
> \stoptypescript
>
> \starttypescript [sans] [avenir] [name]
>   \definefontsynonym [Sans]               [Avenir-Roman]
>   \definefontsynonym [SansItalic]        [Avenir-Oblique]
>   \definefontsynonym [SansBold]        [Avenir-Heavy]
>   \definefontsynonym [SansBoldItalic] [Avenir-HeavyOblique]
> \stoptypescript
>
> \starttypescript [Avenir]
>   \definetypeface [Avenir] [rm] [sans] [avenir] [default]
> \stoptypescript
>

Two things here: you're defining a sans font, so change [rm] into  
[ss]. And for mkii (old-fashioned pdftex), I think you'll need to add  
the encoding to the typescript:

\starttypescript [Avenir] [texnansi]
   \definetypeface [Avenir] [ss] [sans] [avenir] [default]  
[encoding=texnansi]
\stoptypescript

> When I try to use my typescript in my environment file like this:
>
> \usetypescriptfile[type-adobe-avenir]
> \usetypescript[Avenir]
> \setupbodyfont[Avenir,10pt]

Yes, you have defined a sans font, but you're not setting sans as your  
bodyfont. ConTeXt defaults to serif (i.e. rm), and since your  
typescript doesn't define a rm font, it defaults to latin modern. So  
simply write:

\setupbodyfont[Avenir,ss,10pt]

HTH

Thomas
___________________________________________________________________________________
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: Problem creating a typescript for Adobe Avenir
  2009-03-26  7:40 ` Thomas A. Schmitz
@ 2009-03-26 11:56   ` Markus Hubig
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Hubig @ 2009-03-26 11:56 UTC (permalink / raw)
  To: ntg-context

Thank you very much!
It finally works!

Markus

-- 
--------"it's like this"------
even  samurai have teddy bears
and even teddy bears get drunk


___________________________________________________________________________________
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:[~2009-03-26 11:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-25 19:21 Problem creating a typescript for Adobe Avenir Markus Hubig
2009-03-26  7:40 ` Thomas A. Schmitz
2009-03-26 11:56   ` Markus Hubig

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).