ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
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 09:33:42 -0400 (EDT)	[thread overview]
Message-ID: <alpine.DEB.1.00.0810230933090.10480@nqv-yncgbc> (raw)
In-Reply-To: <115224fb0810222351l52be6898oa14062b7ba45fcb8@mail.gmail.com>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 2872 bytes --]

On Thu, 23 Oct 2008, Wolfgang Schuster wrote:

> On Thu, Oct 23, 2008 at 12:31 AM, Oleg Kolosov <bazurbat@gmail.com> wrote:
>> Hello Everyone!
>>
>> 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?)
>
> \usetypescript[palatino]
> \setupbodyfont[palatino]
>
> \def\os{\groupedcommand{\setfontfeature{oldstyle}}{}}

Shouldn't that be just

\def\os{\setufontfeature{oldstyle}}

Aditya

> \starttext
>
> 0123456789 {\os 0123456789}
>
> \stoptext
>
> Test the other fonts by yourself.
>
>> 2. adventor have italic but slanted displays as normal (roman)
>>
>> 3. cursor have only roman script (no bold, slanted, etc.)
>>
>> Is this due to lack of fonts in Gyre package, some omissions in type-otf.tex
>> or my typescript definitions are not complete?
>>
>> Here is the test file which I've used (some cyrillic text also):
>> ------------------------
>> \starttypescript[mygyre]
>> % change font last arg according to definitions in type-otf.tex
>> % pagella, termes, bonum, schola
>> \definetypeface [mygyre] [rm] [serif] [pagella]
>> % heros, adventor
>> \definetypeface [mygyre] [ss] [sans]  [adventor]
>> \definetypeface [mygyre] [tt] [sans]  [cursor]
>> \definetypeface [mygyre] [mm] [math]  [palatino]
>> \stoptypescript
>>
>> \startbuffer[tests]
>> \starttabulate
>> \NC \tf tf \NC \tf Нормальный текст     \NC\AR
>> \NC \bf bf \NC \bf Полужирный текст     \NC\AR
>> \NC \it it \NC \it Курсивный текст      \NC\AR
>> \NC \sl sl \NC \sl Наклонный текст      \NC\AR
>> \NC \bi bi \NC \bi Полужирный курсив    \NC\AR
>> \NC \bs bs \NC \bs Полужирынй наклонный \NC\AR
>> \NC \sc sc \NC \sc Пробный текст        \NC\AR
>> \stoptabulate
>> \stopbuffer
>>
>> \usetypescript[mygyre]
>> \setupbodyfont[mygyre]
>>
>> \starttext
>> \section{roman (rm)}
>> {\rm \getbuffer[tests]}
>>
>> \section{sans-serif (ss)}
>> {\ss \getbuffer[tests]}
>>
>> \section{teletype (tt)}
>> {\tt \getbuffer[tests]}
>>
>> \stoptext
>> ------------------------
>>
>> I'll update Russian section in the wiki, once these points are clarified.
>>
>> --
>> Regards,
>> Oleg Kolosov
>
> Wolfgang
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
>
>
>

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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 13:33 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
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 [this message]
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=alpine.DEB.1.00.0810230933090.10480@nqv-yncgbc \
    --to=adityam@umich.edu \
    --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).