ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Mojca Miklavec" <mojca.miklavec.lists@gmail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: Some questions about TeX Gyre support in minimals
Date: Thu, 23 Oct 2008 03:10:49 +0200	[thread overview]
Message-ID: <6faad9f00810221810t3a557354k5dbc3d639fb1dfeb@mail.gmail.com> (raw)
In-Reply-To: <48FFA9A7.1000703@gmail.com>

On Thu, Oct 23, 2008 at 12:31 AM, Oleg Kolosov wrote:
> Hello Everyone!

Hello,

> I've started to experiment with MkIV in ConTeXt minimals recently trying to
> make TeX Gyre fonts work with as few definitions as possible. Here is the list
> of problems I've encountered:
>
> 1. No small-caps in any font (gyre fonts doesn't have that yet?)

I didn't check yet, but it's probably a global problem in mkiv
smallcaps support.

> 2. adventor have italic but slanted displays as normal (roman)

in type-otf.tex at least this is missing:

\starttypescript [sans] [adventor] % and possibly others
    \definefontsynonym [\typescriptprefix{n:\typescripttwo}-Regular]
     [file:texgyre\typescriptprefix{f:\typescripttwo}-regular]
[features=default]
    \definefontsynonym [\typescriptprefix{n:\typescripttwo}-Italic]
     [file:texgyre\typescriptprefix{f:\typescripttwo}-italic]
[features=default]
    \definefontsynonym [\typescriptprefix{n:\typescripttwo}-Bold]
     [file:texgyre\typescriptprefix{f:\typescripttwo}-bold]
[features=default]
    \definefontsynonym
[\typescriptprefix{n:\typescripttwo}-BoldItalic]
[file:texgyre\typescriptprefix{f:\typescripttwo}-bolditalic]
[features=default]
    \definefontsynonym [\typescriptprefix{n:\typescripttwo}-Caps]
     [file:texgyre\typescriptprefix{f:\typescripttwo}-regular]
[features=oldstyle]
    \definefontsynonym
[\typescriptprefix{n:\typescripttwo}-ItalicCaps]
[file:texgyre\typescriptprefix{f:\typescripttwo}-italic]
[features=oldstyle]
    \definefontsynonym [\typescriptprefix{n:\typescripttwo}-BoldCaps]
     [file:texgyre\typescriptprefix{f:\typescripttwo}-bold]
[features=oldstyle]
    \definefontsynonym
[\typescriptprefix{n:\typescripttwo}-BoldItalicCaps]
[file:texgyre\typescriptprefix{f:\typescripttwo}-bolditalic]
[features=oldstyle]
    \definefontsynonym [\typescriptprefix{n:\typescripttwo}-Slanted]
     [\typescriptprefix{n:\typescripttwo}-Italic]
[features=default]
    \definefontsynonym
[\typescriptprefix{n:\typescripttwo}-BoldSlanted]
[\typescriptprefix{n:\typescripttwo}-BoldItalic]
[features=default]
\stoptypescript

The same is true for mono.

> 3. cursor have only roman script (no bold, slanted, etc.)
> \definetypeface [mygyre] [tt] [sans]  [cursor]

Try
   \definetypeface [mygyre] [tt] [mono]  [cursor]

Also, in type-otf.tex one needs to fix
\starttypescript [sans] [cursor] [name]
into
\starttypescript [sans] [mono] [name]


Thanks a lot for pointing out all the problems.

Mojca

(I'm just afraid that you'll find so many problem in the Cyrillic part
of Gyre ...)
___________________________________________________________________________________
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-10-23  1:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-22 22:31 Oleg Kolosov
2008-10-23  1:10 ` Mojca Miklavec [this message]
2008-10-23 19:07   ` Oleg Kolosov
2008-10-23 22:53     ` Marcin Borkowski
2008-10-23 23:10       ` Mojca Miklavec
2008-10-24  7:04       ` Hans Hagen
2008-10-23  6:51 ` Wolfgang Schuster
2008-10-23 13:33   ` Aditya Mahajan
2008-10-23 13:43     ` Wolfgang Schuster
2008-10-23 14:33     ` 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=6faad9f00810221810t3a557354k5dbc3d639fb1dfeb@mail.gmail.com \
    --to=mojca.miklavec.lists@gmail.com \
    --cc=ntg-context@ntg.nl \
    /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).