Vit Zyka wrote: > Hi, > > there is a miscorrespondence between names of Kurier fonts (in > type-one.tex and type-syn.tex) - missing 'Regular' or '-'. I propose to > fix type-syn.tex as follows. > > Vit > > ----------------------------------------------- > \starttypescript [sans] [kurier-light] [name] > \setups[font:fallback:sans] > \definefontsynonym [Sans] [Kurier-Light-Regular] %<- > \definefontsynonym [SansItalic] [Kurier-Light-Italic] %<- > \definefontsynonym [SansBold] [Kurier-Medium-Regular] %<- > \definefontsynonym [SansBoldItalic] [Kurier-Medium-Italic] %<- > \stoptypescript > > \starttypescript [sans] [kurier] [name] > \setups[font:fallback:sans] > \definefontsynonym [Sans] [Kurier-Regular] > \definefontsynonym [SansItalic] [Kurier-Regular-Italic] %<- > \definefontsynonym [SansBold] [Kurier-Bold-Regular] %<- > \definefontsynonym [SansBoldItalic] [Kurier-Bold-Italic] %<- > \stoptypescript > > \starttypescript [sans] [kurier-medium] [name] > \setups[font:fallback:sans] > \definefontsynonym [Sans] [Kurier-Medium-Regular] %<- > \definefontsynonym [SansItalic] [Kurier-Medium-Italic] %<- > \definefontsynonym [SansBold] [Kurier-Heavy-Regular] %<- > \definefontsynonym [SansBoldItalic] [Kurier-Heavy-Italic] %<- > \stoptypescript > > \starttypescript [math] [kurier-light] [name] > \definefontsynonym [MathRoman] [Kurier-Math-Letters-Light] > \definefontsynonym [MathItalic] [Kurier-Math-Letters-Light-Italic] %<- > \definefontsynonym [MathSymbol] [Kurier-Math-Symbols-Light] > \definefontsynonym [MathExtension] [Kurier-Math-Extension-Light] > \stoptypescript > > \starttypescript [math] [kurier] [name] > \definefontsynonym [MathRoman] [Kurier-Math-Letters-Regular] > \definefontsynonym [MathItalic] > [Kurier-Math-Letters-Regular-Italic] %<- > \definefontsynonym [MathSymbol] [Kurier-Math-Symbols-Regular] > \definefontsynonym [MathExtension] [Kurier-Math-Extension-Regular] > \stoptypescript > > \starttypescript [math] [kurier-medium] [name] > \definefontsynonym [MathRoman] [Kurier-Math-Letters-Medium] > \definefontsynonym [MathItalic] > [Kurier-Math-Letters-Medium-Italic] %<- > \definefontsynonym [MathSymbol] [Kurier-Math-Symbols-Medium] > \definefontsynonym [MathExtension] [Kurier-Math-Extension-Medium] > \stoptypescript
i think that it should be In type-one): \starttypescript [sans] [kurier-light,kurier,kurier-medium] [texnansi,ec,qx,t5] \definefontsynonym[Kurier-Regular] [\typescriptthree-kurierr] [encoding=\typescriptthree] \definefontsynonym[Kurier-Italic] [\typescriptthree-kurierri] [encoding=\typescriptthree] \definefontsynonym[Kurier-Bold] [\typescriptthree-kurierb] [encoding=\typescriptthree] \definefontsynonym[Kurier-BoldItalic] [\typescriptthree-kurierbi] [encoding=\typescriptthree] \definefontsynonym[Kurier-Light] [\typescriptthree-kurierl] [encoding=\typescriptthree] \definefontsynonym[Kurier-LightItalic] [\typescriptthree-kurierli] [encoding=\typescriptthree] \definefontsynonym[Kurier-Medium] [\typescriptthree-kurierm] [encoding=\typescriptthree] \definefontsynonym[Kurier-MediumItalic] [\typescriptthree-kuriermi] [encoding=\typescriptthree] \definefontsynonym[Kurier-Heavy] [\typescriptthree-kurierh] [encoding=\typescriptthree] \definefontsynonym[Kurier-HeavyItalic] [\typescriptthree-kurierhi] [encoding=\typescriptthree] \loadmapfile[kurier-\typescriptthree.map] \stoptypescript ----------------------------------------------------------------- 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 ___________________________________________________________________________________