ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* fix of Kurier typefaces
@ 2008-06-09  9:27 Vit Zyka
  2008-06-09 22:36 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Vit Zyka @ 2008-06-09  9:27 UTC (permalink / raw)
  To: ConTeXt

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
----------------------------------------------
___________________________________________________________________________________
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] 2+ messages in thread

* Re: fix of Kurier typefaces
  2008-06-09  9:27 fix of Kurier typefaces Vit Zyka
@ 2008-06-09 22:36 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2008-06-09 22:36 UTC (permalink / raw)
  To: vit.zyka, mailing list for ConTeXt users

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
___________________________________________________________________________________


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

end of thread, other threads:[~2008-06-09 22:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-09  9:27 fix of Kurier typefaces Vit Zyka
2008-06-09 22:36 ` 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).