From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/75272 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: References broken when using more than one component? Date: Wed, 21 Mar 2012 15:09:42 +0100 Message-ID: <0E520CB6-E90E-4A65-A87C-A71C705DF1F8@st.estfiles.de> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1332338997 7685 80.91.229.3 (21 Mar 2012 14:09:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 21 Mar 2012 14:09:57 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Mar 21 15:09:55 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SAMEb-00066v-Mu for gctc-ntg-context-518@m.gmane.org; Wed, 21 Mar 2012 15:09:53 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 135FF1027C; Wed, 21 Mar 2012 15:09:51 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id K1O5qGocOscN; Wed, 21 Mar 2012 15:09:48 +0100 (CET) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 55B57101E4; Wed, 21 Mar 2012 15:09:48 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id F0F84101E4 for ; Wed, 21 Mar 2012 15:09:47 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id GRXbLZSZ8SSr for ; Wed, 21 Mar 2012 15:09:46 +0100 (CET) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by balder.ntg.nl (Postfix) with ESMTP id 94E54101E3 for ; Wed, 21 Mar 2012 15:09:46 +0100 (CET) Original-Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.18.15]) by filter4-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id q2LE9jep027639 for ; Wed, 21 Mar 2012 15:09:45 +0100 Original-Received: from [89.247.123.47] (helo=[192.168.1.4]) by smtprelay03.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1SAMES-0002dn-OD for ntg-context@ntg.nl; Wed, 21 Mar 2012 15:09:44 +0100 In-Reply-To: X-Mailer: Apple Mail (2.1084) X-Df-Sender: Njk4NTgw X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=80.67.18.15; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0VGMe9Jmc - 2f816393f99d - 20120321 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.220 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:75272 Archived-At: I consider it a bug. Steffen W. Am 21.03.2012 um 13:54 schrieb Steffen Fritzsche: > Hi, > > I've got a deep hierarchy of components, while everything builds fine I have a problem using references. Have a look at the following sample files: > > reftest.tex: > \setuphead[chapter][referenceprefix=+] > > \starttext > > \chapter[one]{Chapter One} > > \section[bla]{Blablabla} > See \in{Section}[three:foobar] > > \chapter[two]{Chapter Two} > > \section[blubb]{BlubbBlubbBlubb} > > \subsection{BlubberBlubber} > See \in{Section}[one:bla] > > \component refcomp > > \stoptext > > refcomp.tex: > \startcomponent refcomp > \chapter[three]{Chapter Three} > \component refcompsec > \stopcomponent > > refcompsec.tex: > \section[foobar]{Foobar Section} > See \in{Section}[two:blubb] for more details! > \stopcomponent > > > If I move the second component "refcompsec.tex" into the "refcomp.tex" component the reference in chapter one is found. If I translate it as shown using two components the reference in the first chapter is lost. > > Is this a bug or am I doing something wrong? > > Cheers, > Steffen___________________________________________________________________________________ > If your question is of interest to others as well, please add an entry to the Wiki! > > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________