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: disabling font features with xetex (was: Monospaced greek font)
Date: Fri, 11 Sep 2009 23:31:12 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LNX.2.00.0909112324001.14010@ybpnyubfg.ybpnyqbznva> (raw)
In-Reply-To: <B05ECF8D-4DC4-4A4B-9E1F-5C767DB4CADD@googlemail.com>

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

On Tue, 8 Sep 2009, Wolfgang Schuster wrote:

>
> Am 08.09.2009 um 06:56 schrieb Aditya Mahajan:
>
>> Hi,
>> 
>> Is there a monospaced font which matches with Latin Modern and contains 
>> greek letters?
>
> Computer Modern Unicode Sans Serif

How do I remove font features with xetex? I have the following example, 
with cmuntt taken from 
ftp://canopus.iacp.dvo.ru/pub/Font/cm_unicode/cm-unicode-0.6.3a-otf.tar.gz

\starttypescript [mono] [cmunicode]
      %\setups[font:fallback:mono]
      \definefontsynonym [Mono]           [file:cmuntt]
                         [features=none]
      \definefontsynonym [MonoItalic]     [file:cmuntt]
                         [features=none]
      \definefontsynonym [MonoBold]       [file:cmuntt]
                         [features=none]
      \definefontsynonym [MonoBoldItalic] [file:cmuntt]
                         [features=none]
\stoptypescript

\definetypeface[mainface][rm][serif][modern]   [default]
\definetypeface[mainface][ss][sans] [modern]   [default]
\definetypeface[mainface][tt][mono][cmunicode] [default]
\definetypeface[mainface][mm][math][modern] [default]

\setupbodyfont[mainface,10pt]

\starttext
\type{suffix} \type{αβγ}
\stoptext

With luatex it works fine, but with xetex I get the ffi ligature in 
"suffix". Any idea how to get rid of it in xetex?

Thanks,
Aditya

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

  parent reply	other threads:[~2009-09-12  3:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-08  4:56 [OT] Monospaced greek font Aditya Mahajan
2009-09-08 13:59 ` Wolfgang Schuster
2009-09-08 14:36   ` Aditya Mahajan
2009-09-12  3:31   ` Aditya Mahajan [this message]
2009-09-12 10:37     ` disabling font features with xetex (was: Monospaced greek font) Wolfgang Schuster
2009-09-12 12:50     ` disabling font features with xetex Hans Hagen
2009-09-12 14:53       ` \definefontfeature (was: disabling font features with xetex) Wolfgang Schuster
2009-09-13 11:22         ` \definefontfeature Hans Hagen
2009-09-12 23:27       ` several messages Aditya Mahajan
2009-09-13 11:56         ` 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.LNX.2.00.0909112324001.14010@ybpnyubfg.ybpnyqbznva \
    --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).