From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21673 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Insufficient symbol fonts Date: Wed, 27 Jul 2005 19:51:52 +0200 Message-ID: <42E7C9B8.4030107@wxs.nl> References: <20050727131657.GC15355@cebitec.uni-bielefeld.de> <42E78BD3.3000909@elvenkind.com> <20050727165319.GE16991@cebitec.uni-bielefeld.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1122486703 14627 80.91.229.2 (27 Jul 2005 17:51:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Jul 2005 17:51:43 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jul 27 19:51:42 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 1Dxq3x-0007TA-Ih for gctc-ntg-context-518@m.gmane.org; Wed, 27 Jul 2005 19:51:25 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 87D4612817; Wed, 27 Jul 2005 19:51:24 +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 09846-06; Wed, 27 Jul 2005 19:51:19 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 70DEC12800; Wed, 27 Jul 2005 19:51:19 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7DA8612800 for ; Wed, 27 Jul 2005 19:51: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 09845-07 for ; Wed, 27 Jul 2005 19:51:17 +0200 (CEST) Original-Received: from mailrelay01.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ronja.ntg.nl (Postfix) with ESMTP id 91B8312780 for ; Wed, 27 Jul 2005 19:51:15 +0200 (CEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay01.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id j6RHpALT017314 for ; Wed, 27 Jul 2005 19:51:10 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id CAA2824C5B; Wed, 27 Jul 2005 19:06:21 +0200 (CEST) Original-Received: from [10.100.1.52] (unknown [10.100.1.52]) by server-1.pragma-net.nl (Postfix) with ESMTP id CC1EE1A19D for ; Wed, 27 Jul 2005 17:06:20 +0000 (UTC) User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <20050727165319.GE16991@cebitec.uni-bielefeld.de> X-Virus-Scanned: ClamAV 0.86.1/994/Wed Jul 27 10:28:09 2005 on mailrelay01 X-Virus-Status: Clean 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:21673 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21673 Eckhart Guth=F6hrlein wrote: >On Wed, 27 Jul 2005 at 15:27:47+0200, Taco Hoekwater wrote: > =20 > >>TeX cannot find the math fonts that are defined by the presentation >>style. There should be another error before this one, complaining >>about missing font metrics. >> =20 >> > >In the output of 'texexec x >log 2>&1', there is nothing about metrics. >The only messages concerning fonts are: > >bodyfont : 12pt rm is loaded >... >fonts : resetting map file list >fonts : using map file: original-base >fonts : using map file: ec-public-lm >fonts : using map file: ec-base >fonts : using map file: original-ams-base >fonts : using map file: original-public-lm > > =20 > >>The easiest fix is probably to make the presentation use >>computer modern for math typesetting (?) >> =20 >> > >It does use cm, as far as I can see. I frequently use the \text command >to get sans serif, since I don't have time and energy to figure out how >to switch the default math fonts. (Ugly, I know...) > >Commands relevant to font setup in my environment: > >\setupbodyfont[17.28pt,sans] > >Nothing special, I think. >Then I have some definitions like > >\definesymbol[alpha][\getglyph{cmmi10}{11}] >\definesymbol[beta][\getglyph{cmmi10}{12}] > >because I intended to take these from a different (upright version) font >in the future. Can this be the problem? > > =20 > --=20 ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------