From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34180 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Math symbols in Gentium Date: Tue, 10 Apr 2007 11:57:56 -0400 (EDT) Message-ID: References: <20070321081310.GA15407@localhost> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1176248855 28781 80.91.229.12 (10 Apr 2007 23:47:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Apr 2007 23:47:35 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Apr 11 01:47:11 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1HbIk5-0002Z6-Hq for gctc-ntg-context-518@m.gmane.org; Tue, 10 Apr 2007 17:58:49 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6923A200DE; Tue, 10 Apr 2007 17:58:45 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24615-01; Tue, 10 Apr 2007 17:58:35 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7E22020052; Tue, 10 Apr 2007 17:58:35 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CBE2E20052 for ; Tue, 10 Apr 2007 17:58:33 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24366-01-2 for ; Tue, 10 Apr 2007 17:58:32 +0200 (CEST) Original-Received: from hellskitchen.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.82]) by ronja.ntg.nl (Postfix) with ESMTP id A57991FFF3 for ; Tue, 10 Apr 2007 17:58:31 +0200 (CEST) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY hellskitchen.mr.itd.umich.edu ID 461BB425.7E800.16560 ; 10 Apr 2007 11:58:30 -0400 In-Reply-To: <20070321081310.GA15407@localhost> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:34180 Archived-At: On Wed, 21 Mar 2007, Kumar Appaiah wrote: > Dear ConTeXt users, > > I have found Gentium to be a nice free alternative font for my > documents. I was wondering why the Greek symbols don't get used in > documents which use Gentium. They sem to use the same cmr fonts for > the math parts. Is it expected to work that way, or is there a way to > get the Gentium symbols? You will need to create a gentium math mappings on lines of math-eul, math-fou, etc. Lets say, you call this family sil. By default greek letters are taken from the mi and mr family. The following may work: \definefamilysynonyms [sil] [lcgreek] [tf] % or the appropriate gentium greek font name instead of tf \startmathcollection [sil] \definemathsymbol [alpha] [nothing] [lcgreek] ["08] % Use the greek font location in Gentium. % Add similar settings for other greek letters. Look at % math-tex. \stopmathcollection and then \definetypeface[sil-gentium][mm][math][sil][sil][encoding=\defaultencoding] Hopefully, this will work. Aditya