ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* typo or bug report in type-buy.tex
@ 2008-05-01 15:37 Renaud AUBIN
  2008-05-01 15:52 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Renaud AUBIN @ 2008-05-01 15:37 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

Hi folks,

 From line 199 to 206 :
\starttypescript [lucida,lucidabfm] [texnansi,ec,8r,uc]
    \definetypeface [lucida] [rm] [serif]       [lucida] [default] 
[encoding=\typescripttwo]
    \definetypeface [lucida] [ss] [sans]        [lucida] [default] 
[encoding=\typescripttwo]
    \definetypeface [lucida] [tt] [mono]        [lucida] [default] 
[encoding=\typescripttwo]
    \definetypeface [lucida] [hw] [handwriting] [lucida] [default] 
[encoding=\typescripttwo]
    \definetypeface [lucida] [cg] [calligraphy] [lucida] [default] 
[encoding=\typescripttwo]
    \loadmapfile [\typescriptthree-bh-lucida.map]
\stoptypescript

I assume it should be :
\starttypescript [lucida,lucidabfm] [texnansi,ec,8r,uc]
    \definetypeface [lucida] [rm] [serif]       [lucida] [default] 
[encoding=\typescripttwo]
    \definetypeface [lucida] [ss] [sans]        [lucida] [default] 
[encoding=\typescripttwo]
    \definetypeface [lucida] [tt] [mono]        [lucida] [default] 
[encoding=\typescripttwo]
    \definetypeface [lucida] [hw] [handwriting] [lucida] [default] 
[encoding=\typescripttwo]
    \definetypeface [lucida] [cg] [calligraphy] [lucida] [default] 
[encoding=\typescripttwo]
    \loadmapfile [\typescripttwo-bh-lucida.map]
\stoptypescript


Cheers,

Renaud
___________________________________________________________________________________
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: typo or bug report in type-buy.tex
  2008-05-01 15:37 typo or bug report in type-buy.tex Renaud AUBIN
@ 2008-05-01 15:52 ` Wolfgang Schuster
  2008-05-02  7:07   ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2008-05-01 15:52 UTC (permalink / raw)
  To: ntg-context

On Thu, 01 May 2008 17:37:17 +0200
Renaud AUBIN <aubin@nibua-r.org> wrote:

> Hi folks,
> 
>  From line 199 to 206 :
> \starttypescript [lucida,lucidabfm] [texnansi,ec,8r,uc]
>     \definetypeface [lucida] [rm] [serif]       [lucida] [default] 
> [encoding=\typescripttwo]
>     \definetypeface [lucida] [ss] [sans]        [lucida] [default] 
> [encoding=\typescripttwo]
>     \definetypeface [lucida] [tt] [mono]        [lucida] [default] 
> [encoding=\typescripttwo]
>     \definetypeface [lucida] [hw] [handwriting] [lucida] [default] 
> [encoding=\typescripttwo]
>     \definetypeface [lucida] [cg] [calligraphy] [lucida] [default] 
> [encoding=\typescripttwo]
>     \loadmapfile [\typescriptthree-bh-lucida.map]
> \stoptypescript
> 
> I assume it should be :
> \starttypescript [lucida,lucidabfm] [texnansi,ec,8r,uc]
>     \definetypeface [lucida] [rm] [serif]       [lucida] [default] 
> [encoding=\typescripttwo]
>     \definetypeface [lucida] [ss] [sans]        [lucida] [default] 
> [encoding=\typescripttwo]
>     \definetypeface [lucida] [tt] [mono]        [lucida] [default] 
> [encoding=\typescripttwo]
>     \definetypeface [lucida] [hw] [handwriting] [lucida] [default] 
> [encoding=\typescripttwo]
>     \definetypeface [lucida] [cg] [calligraphy] [lucida] [default] 
> [encoding=\typescripttwo]
>     \loadmapfile [\typescripttwo-bh-lucida.map]
> \stoptypescript

It makes also sense to replace \definetypeface [lucida] ... with
\definetypeface [\typescriptone] ..., allows you to write

\usetypescript[lucidabfm]
\setupbodyfont[lucidabfm]

Wolfgang
___________________________________________________________________________________
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: typo or bug report in type-buy.tex
  2008-05-01 15:52 ` Wolfgang Schuster
@ 2008-05-02  7:07   ` Hans Hagen
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2008-05-02  7:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang Schuster wrote:
> On Thu, 01 May 2008 17:37:17 +0200
> Renaud AUBIN <aubin@nibua-r.org> wrote:
> 
>> Hi folks,
>>
>>  From line 199 to 206 :
>> \starttypescript [lucida,lucidabfm] [texnansi,ec,8r,uc]
>>     \definetypeface [lucida] [rm] [serif]       [lucida] [default] 
>> [encoding=\typescripttwo]
>>     \definetypeface [lucida] [ss] [sans]        [lucida] [default] 
>> [encoding=\typescripttwo]
>>     \definetypeface [lucida] [tt] [mono]        [lucida] [default] 
>> [encoding=\typescripttwo]
>>     \definetypeface [lucida] [hw] [handwriting] [lucida] [default] 
>> [encoding=\typescripttwo]
>>     \definetypeface [lucida] [cg] [calligraphy] [lucida] [default] 
>> [encoding=\typescripttwo]
>>     \loadmapfile [\typescriptthree-bh-lucida.map]
>> \stoptypescript
>>
>> I assume it should be :
>> \starttypescript [lucida,lucidabfm] [texnansi,ec,8r,uc]
>>     \definetypeface [lucida] [rm] [serif]       [lucida] [default] 
>> [encoding=\typescripttwo]
>>     \definetypeface [lucida] [ss] [sans]        [lucida] [default] 
>> [encoding=\typescripttwo]
>>     \definetypeface [lucida] [tt] [mono]        [lucida] [default] 
>> [encoding=\typescripttwo]
>>     \definetypeface [lucida] [hw] [handwriting] [lucida] [default] 
>> [encoding=\typescripttwo]
>>     \definetypeface [lucida] [cg] [calligraphy] [lucida] [default] 
>> [encoding=\typescripttwo]
>>     \loadmapfile [\typescripttwo-bh-lucida.map]
>> \stoptypescript
> 
> It makes also sense to replace \definetypeface [lucida] ... with
> \definetypeface [\typescriptone] ..., allows you to write
> 
> \usetypescript[lucidabfm]
> \setupbodyfont[lucidabfm]

ok


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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-05-02  7:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-01 15:37 typo or bug report in type-buy.tex Renaud AUBIN
2008-05-01 15:52 ` Wolfgang Schuster
2008-05-02  7:07   ` Hans Hagen

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