[NTG-context] typo or bug report in type-buy.tex
Wolfgang Schuster
schuster.wolfgang at googlemail.com
Thu May 1 17:52:26 CEST 2008
On Thu, 01 May 2008 17:37:17 +0200
Renaud AUBIN <aubin at 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
More information about the ntg-context
mailing list