ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Oleg Kolosov <bazurbat@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Some questions about TeX Gyre support in minimals
Date: Thu, 23 Oct 2008 02:31:03 +0400	[thread overview]
Message-ID: <48FFA9A7.1000703@gmail.com> (raw)

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
___________________________________________________________________________________

             reply	other threads:[~2008-10-22 22:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-22 22:31 Oleg Kolosov [this message]
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

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=48FFA9A7.1000703@gmail.com \
    --to=bazurbat@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).