From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12895 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: Aligned numbered math formulas Date: Thu, 14 Aug 2003 21:23:49 +0200 (CEST) Sender: ntg-context-admin@ntg.nl Message-ID: References: <3.0.5.32.20030814115641.00b58d20@mail.northcoast.com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1060889358 18693 80.91.224.253 (14 Aug 2003 19:29:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Aug 2003 19:29:18 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Aug 14 21:29:16 2003 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 19nNme-00087o-00 for ; Thu, 14 Aug 2003 21:29:16 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id D8C9E10B2F; Thu, 14 Aug 2003 21:29:13 +0200 (MEST) Original-Received: from down.physik.fu-berlin.de (down.physik.fu-berlin.de [160.45.34.6]) by ref.ntg.nl (Postfix) with ESMTP id B810210AFC for ; Thu, 14 Aug 2003 21:23:52 +0200 (MEST) Original-Received: from g24.physik.fu-berlin.de (g24.physik.fu-berlin.de [160.45.34.124]) by down.physik.fu-berlin.de (8.9.3/8.9.1) with ESMTP id VAA1258652; Thu, 14 Aug 2003 21:23:51 +0200 (CEST) X-Envelope-From: tburnus@physik.fu-berlin.de Original-Received: from tburnus (helo=localhost) by g24.physik.fu-berlin.de with local-esmtp (Exim 3.35 #1 (Debian)) id 19nNhN-0007x9-00; Thu, 14 Aug 2003 21:23:49 +0200 X-X-Sender: tburnus@g24.physik.fu-berlin.de Original-To: ntg-context@ntg.nl In-Reply-To: <3.0.5.32.20030814115641.00b58d20@mail.northcoast.com> 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:12895 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12895 Hi, On Thu, 14 Aug 2003, David Arnold wrote: > Is there a setup that will typeset the labels as (1.1) and (1.1a)? Not that I'm aware of, but I use \informula[foo] with \def\informula#1{(\in[#1])} Tobias