From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/52868 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: disabling font features with xetex (was: Monospaced greek font) Date: Fri, 11 Sep 2009 23:31:12 -0400 (EDT) Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323328-452793296-1252726273=:14010" X-Trace: ger.gmane.org 1252726324 24598 80.91.229.12 (12 Sep 2009 03:32:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Sep 2009 03:32:04 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sat Sep 12 05:31:57 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1MmJL9-0001ep-Mr for gctc-ntg-context-518@m.gmane.org; Sat, 12 Sep 2009 05:31:55 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 553A7C9AAA; Sat, 12 Sep 2009 05:31:51 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id sFe37BmR6Qtp; Sat, 12 Sep 2009 05:31:45 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D9C1DC9A92; Sat, 12 Sep 2009 05:31:44 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C755AC9A9B for ; Sat, 12 Sep 2009 05:31:36 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id vImLBvfS59tE for ; Sat, 12 Sep 2009 05:31:31 +0200 (CEST) Original-Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.161]) by balder.ntg.nl (Postfix) with ESMTP id AB1CDC9A92 for ; Sat, 12 Sep 2009 05:31:30 +0200 (CEST) Original-Received: FROM [192.168.2.8] (c-76-28-91-31.hsd1.ct.comcast.net [76.28.91.31]) By tombraider.mr.itd.umich.edu ID 4AAB1610.86F7E.2479 ; Authuser adityam; 11 Sep 2009 23:31:28 EDT In-Reply-To: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:52868 Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-452793296-1252726273=:14010 Content-Type: TEXT/PLAIN; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 8 Sep 2009, Wolfgang Schuster wrote: > > Am 08.09.2009 um 06:56 schrieb Aditya Mahajan: > >> Hi, >>=20 >> Is there a monospaced font which matches with Latin Modern and contains= =20 >> greek letters? > > Computer Modern Unicode Sans Serif How do I remove font features with xetex? I have the following example,=20 with cmuntt taken from=20 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=3Dnone] \definefontsynonym [MonoItalic] [file:cmuntt] [features=3Dnone] \definefontsynonym [MonoBold] [file:cmuntt] [features=3Dnone] \definefontsynonym [MonoBoldItalic] [file:cmuntt] [features=3Dnone] \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{=E1=E2=E3} \stoptext With luatex it works fine, but with xetex I get the ffi ligature in=20 "suffix". Any idea how to get rid of it in xetex? Thanks, Aditya --8323328-452793296-1252726273=:14010 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --8323328-452793296-1252726273=:14010--