From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10877 Path: main.gmane.org!not-for-mail From: Albrecht Kauffmann Newsgroups: gmane.comp.tex.context Subject: reference problem Date: Sun, 9 Feb 2003 03:23:55 +0100 (MET) Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1044757386 1113 80.91.224.249 (9 Feb 2003 02:23:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 9 Feb 2003 02:23:06 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18hh7V-0000H6-00 for ; Sun, 09 Feb 2003 03:23:01 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 50E4310B1A; Sun, 9 Feb 2003 03:25:07 +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 C2B0B10AEC for ; Sun, 9 Feb 2003 03:24:00 +0100 (MET) Original-Received: (from root@localhost) by hp.rz.uni-potsdam.de (8.12.1/8.12.1) id h192O02t010573 for ntg-context@ntg.nl; Sun, 9 Feb 2003 03:24:00 +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.1/8.12.1) with ESMTP id h192Nwpf010564 for ; Sun, 9 Feb 2003 03:23:58 +0100 (MET) Original-Received: (from root@localhost) by persius.rz.uni-potsdam.de (8.12.1/8.12.1) id h192NvS1000747 for ntg-context@ntg.nl; Sun, 9 Feb 2003 03:23:57 +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.1/8.12.1) with ESMTP id h192Ntt9000736 for ; Sun, 9 Feb 2003 03:23:55 +0100 (MET) Original-To: X-Virus-Scanned: by AMaViS perl-11 on mail.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:10877 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10877 Hi all, I have a problem with references to equationnumbers. Let \the\equationnumber be 1. If I type \reference[a]{(\the\equationnumber)}$$ (a formula) $$ \advance\equationnumber by 1 \reference[b]{(\the\equationnumber)}$$ (another formula) $$ ... \in[a],\in[b] ... I expect to get "... (1),(2) ...". With an older version of Context (2000.12.14) this works fine. But with the new version (2002.10.23), I get for both equation a and b the same number (namely the last, 2): "... (2),(2) ...". Is this a bug, or has somewhat changed? With many thanks in advance Albrecht