From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14508 Path: main.gmane.org!not-for-mail From: Albrecht Kauffmann Newsgroups: gmane.comp.tex.context Subject: \reference[mark]{(\the\equationnumber)} Date: Tue, 13 Jan 2004 13:56:55 +0100 (MET) Sender: ntg-context-admin@ntg.nl Message-ID: References: <6.0.1.1.2.20040108093150.01f9aec0@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: sea.gmane.org 1073998776 5851 80.91.224.253 (13 Jan 2004 12:59:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Jan 2004 12:59:36 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Jan 13 13:59:32 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 1AgO8q-0006a4-00 for ; Tue, 13 Jan 2004 13:59:32 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 4668510B56; Tue, 13 Jan 2004 13:58:50 +0100 (MET) Original-Received: from hp.rz.uni-potsdam.de (hp.rz.uni-potsdam.de [141.89.64.1]) by ref.ntg.nl (Postfix) with ESMTP id EDA2A10AFC for ; Tue, 13 Jan 2004 13:57:52 +0100 (MET) Original-Received: from localhost (localhost [127.0.0.1]) by hp.rz.uni-potsdam.de (8.12.10/8.12.10) with ESMTP id i0DCwV9c023132 for ; Tue, 13 Jan 2004 13:58:31 +0100 (MET) Original-Received: from hp.rz.uni-potsdam.de ([127.0.0.1]) by localhost (hp [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22108-02-2 for ; Tue, 13 Jan 2004 13:58:26 +0100 (MET) Original-Received: from persius.rz.uni-potsdam.de (persius.rz.uni-potsdam.de [141.89.68.1]) by hp.rz.uni-potsdam.de (8.12.10/8.12.10) with ESMTP id i0DCvLqw022875 for ; Tue, 13 Jan 2004 13:57:21 +0100 (MET) Original-Received: (from root@localhost) by persius.rz.uni-potsdam.de (8.12.10/8.12.10) id i0DCvKDX000900 for ntg-context@ntg.nl; Tue, 13 Jan 2004 13:57:20 +0100 (MET) Original-Received: from persius.rz.uni-potsdam.de (persius.rz.uni-potsdam.de [141.89.68.1]) by persius.rz.uni-potsdam.de (8.12.10/8.12.9) with ESMTP id i0DCv4DX000753 for ; Tue, 13 Jan 2004 13:57:07 +0100 (MET) Original-To: In-Reply-To: <6.0.1.1.2.20040108093150.01f9aec0@server-1> X-Virus-Scanned: by amavisd-new at rz.uni-potsdam.de 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:14508 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14508 Hi all, in a former paper I used \newcount\equationnumber \equationnumber=3D0 \def\eq{\advance\equationnumber by 1}%Formelz=E4hler erh=F6hen \starttext \eq\reference[a]{(\the\equationnumber)} $$a\eqno(\the\equationnumber)$$%an equation \eq\reference[b]{(\the\equationnumber)} $$b\eqno(\the\equationnumber)$$%another equation Eq. \ref[t][a] and \ref[t][b] are only simple characters, because this is a test. \stoptext with the Context version 2003.9.17 this doesn't work: Only the largest Equationnumber appears as reference text, and in the *.tui and *.tuo-file is written "\the \equationnumber" instead of the value of \the\equationnumber. Would it be able to revive this mechanism? With many thanks for any hint, Albrecht