On Thu, Oct 23, 2008 at 3:33 PM, Aditya Mahajan
On Thu, 23 Oct 2008, Wolfgang Schuster wrote:
On Thu, Oct 23, 2008 at 12:31 AM, Oleg Kolosov
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}}
I don't know what the best method is, I never user them in this way. Hans suggested this method. http://archive.contextgarden.net/message/20080920.104922.1b864b2b.en.html Wolfgang