From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21320 Path: news.gmane.org!not-for-mail From: Randall Skelton Newsgroups: gmane.comp.tex.context Subject: Re: Bold Greek Math with Fourier Font Date: Mon, 11 Jul 2005 11:41:51 -0400 Message-ID: References: <42CFCB72.9000901@wanadoo.fr> <20050709202343.32270@mail.comp.lancs.ac.uk> Reply-To: Randall Skelton , mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1121096583 25888 80.91.229.2 (11 Jul 2005 15:43:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Jul 2005 15:43:03 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jul 11 17:43:01 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ds0QJ-00044y-AE for gctc-ntg-context-518@m.gmane.org; Mon, 11 Jul 2005 17:42:23 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EA25D127C9; Mon, 11 Jul 2005 17:42:22 +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 30077-01-3; Mon, 11 Jul 2005 17:42:19 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5B3FC127A1; Mon, 11 Jul 2005 17:42:19 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5870A127A1 for ; Mon, 11 Jul 2005 17:42:18 +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 30077-01-2 for ; Mon, 11 Jul 2005 17:42:17 +0200 (CEST) Original-Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by ronja.ntg.nl (Postfix) with ESMTP id A093512778 for ; Mon, 11 Jul 2005 17:42:16 +0200 (CEST) Original-Received: by wproxy.gmail.com with SMTP id i6so921155wra for ; Mon, 11 Jul 2005 08:42:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=a0KtHCgrgLPF+5PhvcHaIVNmz77XcWXv/EGfdgndao91j7itKeL0yxXd+U7cTJGa4RPEKUw1i5r8/prsO+WCBaJS5A6zUn+xuLYJ30qCBH/OdPdWIREmjutA8U0d1BvJHcfF9F7VOF6vU2+ouQrIFs/XvLojKXbVse9O3mPy42o= Original-Received: by 10.54.27.57 with SMTP id a57mr3909757wra; Mon, 11 Jul 2005 08:41:52 -0700 (PDT) Original-Received: by 10.54.103.4 with HTTP; Mon, 11 Jul 2005 08:41:51 -0700 (PDT) Original-To: mailing list for ConTeXt users In-Reply-To: Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:21320 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21320 I think I've found my problem (finally). The problem is in 'type-enc.tex' I referred to the standard text fonts for Fourier-Math-Letters and Fourier-Math-Letters-Bold instead of the true math fonts. I believe this is how ConTeXt is configured in its default... In any case, 'type-enc.tex' should contain: \starttypescript [math] [fourier] [default,ec] \definefontsynonym [Fourier-Math-Letters] [futmi] [encoding=3Dec] \definefontsynonym [Fourier-Math-Letters-Italic] [futmii] \definefontsynonym [Fourier-Math-Symbols] [futsy]=20 \definefontsynonym [Fourier-Math-Extension] [fourier-mex] \stoptypescript \starttypescript [boldmath,bfmath] [fourier] [default,ec] \definefontsynonym [Fourier-Math-Letters-Bold] [futmib] [encoding= =3Dec] \definefontsynonym [Fourier-Math-Letters-Italic-Bold] [futmiib] \definefontsynonym [Fourier-Math-Symbols] [futsy]=20 \definefontsynonym [Fourier-Math-Extension] [fourier-mex] \stoptypescript The substitution problem can be seen quite clearly from:=20 \starttext \loadmapfile[fourier]=20 % Original definition =20 \definefontsynonym [Fourier-Math-Letters] [futr8t] \definefontsynonym [Fourier-Math-Letters-Italic] [futmii] \definefontsynonym [Fourier-Math-Letters-Bold] [futb8t] \definefontsynonym [Fourier-Math-Letters-Italic-Bold] [futmiib] \definefontsynonym [Fourier-Math-Symbols] [futsy]=20 \definefontsynonym [Fourier-Math-Extension] [fourier-mex] =20 \section{Fourier-Math-Letters} \showfont[Fourier-Math-Letters] =20 \section{Fourier-Math-Letters-Italic} \showfont[Fourier-Math-Letters-Italic] \section{Fourier-Math-Letters-Bold} \showfont[Fourier-Math-Letters-Bold] \section{Fourier-Math-Letters-Italic-Bold} \showfont[Fourier-Math-Letters-Italic-Bold] =20 \section{Fourier-Math-Symbols} \showfont[Fourier-Math-Symbols] \section{Fourier-Math-Extension} \showfont[Fourier-Math-Extension] % What about these fonts? \section{futmi} \showfont[futmi] \section{futmib} \showfont[futmib] \stoptext Many thanks to those who replied, Randall