From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/39199 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Bug? Cross referencing and \setuparranging Date: Mon, 18 Feb 2008 11:42:23 +0100 Message-ID: <47B9610F.2040701@wxs.nl> References: <2e8813a0802171616s539a2f9fjd82345741575c60f@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203331477 26979 80.91.229.12 (18 Feb 2008 10:44:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Feb 2008 10:44:37 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Feb 18 11:45:01 2008 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1JR3Tr-0002SF-L3 for gctc-ntg-context-518@m.gmane.org; Mon, 18 Feb 2008 11:44:15 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A0F2D1FC06; Mon, 18 Feb 2008 11:43:41 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00785-02-3; Mon, 18 Feb 2008 11:43:01 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 55FF31FC98; Mon, 18 Feb 2008 11:43:01 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 799BD1FC51 for ; Mon, 18 Feb 2008 11:42:58 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00785-02-2 for ; Mon, 18 Feb 2008 11:42:23 +0100 (CET) Original-Received: from mail.pragma-ade.net (dsl-083-247-100-017.solcon.nl [83.247.100.17]) by ronja.ntg.nl (Postfix) with ESMTP id 837271FC98 for ; Mon, 18 Feb 2008 11:42:23 +0100 (CET) Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by controller-1 (SurgeMail 3.7b8) with ESMTP id 10961 for ; Mon, 18 Feb 2008 11:42:23 +0100 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: <2e8813a0802171616s539a2f9fjd82345741575c60f@mail.gmail.com> X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:39199 Archived-At: Jeff Smith wrote: > Hi, > > There seems to be a bug with the current ConTeXt (2008.01.28). > > When using \setuparranging (I've tried more than one setup), > cross-referencing doesn't work. You get ?? instead of whatever number > you should get. It happens to me with this simple dummy document: > > \setuppapersize[A5][A3] > \setuparranging[2UP,doublesided] > \starttext > \chapter[chap1]{Chapter One} > \dorecurse{4}{\input knuth \par} > \chapter[chap2]{Chapter Two} > \dorecurse{4}{\input knuth \par} > \chapter[chap3]{Chapter Three} > In chapter \in[chap1] of this document, there was something to read. > \stoptext > > If you comment out the \setuparranging command, the \in command will > work. If you don't, the log shows the following: > > chapter : 3 Chapter Three > references : unknown reference [][chap1] > > This looks like a bug? no, just a side effect ... if you reshuffle the pages, you will get different flushing of multipass data (so, in fact you need to do normal runs, and then a final arrange run with --once) normally, you'll do: texexec yourdoc --arrange which will do normal runs followed by an extra run that arranges Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________