From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14795 Path: main.gmane.org!not-for-mail From: David Munger Newsgroups: gmane.comp.tex.context Subject: =?iso-8859-1?B?UmWg?= =?iso-8859-1?Q?=3A?= boldsymbol workaround Date: Sun, 22 Feb 2004 22:24:58 -0500 Sender: ntg-context-admin@ntg.nl Message-ID: <20040223032458.GA29678@tempete.lac.qc.ca> References: <20040223023111.GA27507@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 1077506747 13610 80.91.224.253 (23 Feb 2004 03:25:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Feb 2004 03:25:47 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Feb 23 04:25:41 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 1Av6iz-00044T-00 for ; Mon, 23 Feb 2004 04:25:41 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 0B11410B2B; Mon, 23 Feb 2004 04:23:45 +0100 (MET) Original-Received: from tomts25-srv.bellnexxia.net (tomts25.bellnexxia.net [209.226.175.188]) by ref.ntg.nl (Postfix) with ESMTP id 0431510ACC for ; Mon, 23 Feb 2004 04:22:51 +0100 (MET) Original-Received: from tempete.lac.qc.ca ([67.68.75.252]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040223032443.UGXA2607.tomts25-srv.bellnexxia.net@tempete.lac.qc.ca> for ; Sun, 22 Feb 2004 22:24:43 -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 1Av6iI-0007jF-LC for ntg-context@ntg.nl; Sun, 22 Feb 2004 22:24:58 -0500 Original-To: ntg-context@ntg.nl Content-Disposition: inline In-Reply-To: =?iso-8859-1?Q?=3C20040223023111=2EGA27507?= =?iso-8859-1?B?QHRlbXBldGUubGFjLnFjLmNhPiAoZnJvbSBtdW5nZXJkQHVzZXJzLnNv?= =?iso-8859-1?Q?urceforge=2Enet_on_dim=2C_f=E9?= =?iso-8859-1?Q?v?= 22, 2004 at 21:31:11 -0500) 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:14795 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14795 > \define[1]\boldsymbol{{\hbox{\formula{\bfm #1}}}} When using nath, it doesn't work with inline formulas. So in that case, better use \unprotect \define[1]\boldsymbol{{\hbox{\o@dollar \bfm #1 \o@dollar}}} \protect