ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Vit Zyka <vit.zyka@gmail.com>
To: ConTeXt <ntg-context@ntg.nl>
Subject: fix of Kurier typefaces
Date: Mon, 09 Jun 2008 11:27:26 +0200	[thread overview]
Message-ID: <484CF77E.5040404@seznam.cz> (raw)

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
___________________________________________________________________________________


             reply	other threads:[~2008-06-09  9:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-09  9:27 Vit Zyka [this message]
2008-06-09 22:36 ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=484CF77E.5040404@seznam.cz \
    --to=vit.zyka@gmail.com \
    --cc=ntg-context@ntg.nl \
    --cc=vit.zyka@seznam.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).