From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14527 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Strange reference (\in ...) problem Date: Wed, 14 Jan 2004 09:41:54 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <20040114084154.GA24620@physik.fu-berlin.de> 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 1074069791 26519 80.91.224.253 (14 Jan 2004 08:43:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Jan 2004 08:43:11 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Jan 14 09:43:05 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 1AggcD-0004gm-00 for ; Wed, 14 Jan 2004 09:43:05 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id B127910B0E; Wed, 14 Jan 2004 09:42:20 +0100 (MET) Original-Received: from up.physik.fu-berlin.de (up.physik.fu-berlin.de [160.45.34.5]) by ref.ntg.nl (Postfix) with ESMTP id EEAA010AFA for ; Wed, 14 Jan 2004 09:41:14 +0100 (MET) Original-Received: from g25.physik.fu-berlin.de (g25.physik.fu-berlin.de [160.45.34.125]) by up.physik.fu-berlin.de (8.11.1/8.9.1) with ESMTP id i0E8ftX636393; Wed, 14 Jan 2004 09:41:55 +0100 (CET) X-Envelope-From: tburnus@physik.fu-berlin.de X-ZEDV-BeenThere: nukleon Original-Received: from tburnus by g25.physik.fu-berlin.de with local (Exim 3.35 #1 (Debian)) id 1Aggb4-0006cy-00; Wed, 14 Jan 2004 09:41:54 +0100 Original-To: ntg-context@ntg.nl Content-Disposition: inline User-Agent: Mutt/1.3.28i 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:14527 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14527 Hello, I have \startcomponent foo \placeformula[eq:bdy:elf:Csigma-def] ... \informula[eq:bdy:elf:Csigma-def] % this works \stopcomponent \startcomponent bar \informula[foobar] % refers also to an eq. in 'foo' and works \informula[eq:bdy:elf:Csigma-def] % this one does not \stopcomponent I defined \def\informula[#1]{(\in[#1])} in *.tuo I have \mainreference{}{eq:bdy:elf:Csigma-def}{1::0:2:3:1:0:0:0::17}{23}{2.22} and in the log I get: references : unknown reference [][q:bdy:elf:Csigma-def] This is with ConTeXt ver: 2004.1.2 and also with ver: 2004.1.13. Any ideas? Tobias