From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16245 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: Referencing eqalignno-formulas, and some more Date: Tue, 24 Aug 2004 10:59:57 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <412B038D.30902@gmx.de> References: <412A3550.1010504@inf.tu-dresden.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1093338017 15733 80.91.224.253 (24 Aug 2004 09:00:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Aug 2004 09:00:17 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 24 11:00:06 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BzX9y-0007Uk-00 for ; Tue, 24 Aug 2004 11:00:06 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 855901277F; Tue, 24 Aug 2004 11:00:05 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06540-02; Tue, 24 Aug 2004 11:00:02 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9F6251276C; Tue, 24 Aug 2004 11:00:02 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3877E1276C for ; Tue, 24 Aug 2004 11:00:01 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06261-05 for ; Tue, 24 Aug 2004 11:00:00 +0200 (CEST) Original-Received: from enterprise.ph2.uni-koeln.de (unknown [134.95.66.111]) by ronja.ntg.nl (Postfix) with ESMTP id 92B38126F8 for ; Tue, 24 Aug 2004 11:00:00 +0200 (CEST) Original-Received: from [134.95.66.90] ([::ffff:134.95.66.90]) by enterprise.ph2.uni-koeln.de with esmtp; Tue, 24 Aug 2004 10:56:35 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040804 X-Accept-Language: en-gb, en, de-de, de Original-To: mailing list for ConTeXt users In-Reply-To: <412A3550.1010504@inf.tu-dresden.de> X-Enigmail-Version: 0.85.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-Virus-Scanned: by 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: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16245 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16245 Hello, Eeri Kask wrote: > (1) References in math formulas: > > \placeformula [Ref] > \startformula > \eqalignno { > ... > } > \stopformula This should work ok. Try \placeformula[ref] \startformula\eqalignno{ a &= b &\formulanumber[refa]{a}\cr b &=c & \subformulanumber[refb]{b}\cr }\stopformula \in[ref], \in[refa], \in[refb] or \placeformula \startformula\eqalignno{ a &= b &\formulanumber[ref1]\cr b &=c & \formulanumber[ref2]\cr }\stopformula \in[ref1], \in[ref2] Tobias