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 via email to