From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14747 Path: main.gmane.org!not-for-mail From: David Munger Newsgroups: gmane.comp.tex.context Subject: bfmath in nath Date: Tue, 17 Feb 2004 15:54:08 -0500 Sender: ntg-context-admin@ntg.nl Message-ID: <20040217205408.GA19808@tempete.lac.qc.ca> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; Format=Flowed; DelSp=Yes; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1077051336 26053 80.91.224.253 (17 Feb 2004 20:55:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Feb 2004 20:55:36 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Feb 17 21:55:29 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AtCFd-0007Rg-00 for ; Tue, 17 Feb 2004 21:55:29 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 7874B10B2B; Tue, 17 Feb 2004 21:53:40 +0100 (MET) Original-Received: from tomts16-srv.bellnexxia.net (tomts16-srv.bellnexxia.net [209.226.175.4]) by ref.ntg.nl (Postfix) with ESMTP id D85B910B24 for ; Tue, 17 Feb 2004 21:52:21 +0100 (MET) Original-Received: from tempete.lac.qc.ca ([67.68.73.225]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040217205403.RDLJ28348.tomts16-srv.bellnexxia.net@tempete.lac.qc.ca> for ; Tue, 17 Feb 2004 15:54:03 -0500 Original-Received: from tempete.lac.qc.ca ([192.168.1.1] helo=tempete ident=david) by tempete.lac.qc.ca with esmtp (Exim 4.30) id 1AtCEL-0005FH-F5 for ntg-context@ntg.nl; Tue, 17 Feb 2004 15:54:09 -0500 Original-To: ntg-context@ntg.nl Content-Disposition: inline X-Mailer: Balsa 2.0.16 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14747 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14747 Hello, The following outputs a nice bold displayed omega (the first one), and a thin normal inline one (the second one): \usemodule [nath] \setupbodyfont [12pt] \definebodyfont [12pt] [mm] [mibf=cmmib10 sa 1] \starttext \[\bfmath \omega\] $\bfmath \omega$ \stoptext Note that replacing nath with amsl in \usemodule[nath] results in two bold omegas, so the problem has to be in t-nath.tex. Btw, this nath module is very useful to me. If I'd be able to do some debugging into it, I sure would. Could you please point me to some ConTeXt hacking references? Thanks in advance, David