ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Some questions about TeX Gyre support in minimals
@ 2008-10-22 22:31 Oleg Kolosov
  2008-10-23  1:10 ` Mojca Miklavec
  2008-10-23  6:51 ` Wolfgang Schuster
  0 siblings, 2 replies; 10+ messages in thread
From: Oleg Kolosov @ 2008-10-22 22:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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?)

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
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-10-24  7:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-22 22:31 Some questions about TeX Gyre support in minimals 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
2008-10-23 13:43     ` Wolfgang Schuster
2008-10-23 14:33     ` Hans Hagen

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).