From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12385 Path: main.gmane.org!not-for-mail From: Mikael Persson Newsgroups: gmane.comp.tex.context Subject: References not working when arranging pages Date: Mon, 2 Jun 2003 14:08:08 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <20030602140808.36bbd244.md9per@mdstud.chalmers.se> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1054556028 27131 80.91.224.249 (2 Jun 2003 12:13:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 2 Jun 2003 12:13:48 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Jun 02 14:13:47 2003 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 19MoBY-00071J-00 for ; Mon, 02 Jun 2003 14:13:08 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 48BF710AE7; Mon, 2 Jun 2003 14:15:20 +0200 (MEST) Original-Received: from glutus.hemmet.chalmers.se (glutus.hemmet.chalmers.se [193.11.248.2]) by ref.ntg.nl (Postfix) with ESMTP id 5E9E610ABC for ; Mon, 2 Jun 2003 14:08:25 +0200 (MEST) Original-Received: by glutus.hemmet.chalmers.se (Postfix, from userid 8) id 410E2D795A; Mon, 2 Jun 2003 14:08:24 +0200 (CEST) Original-Received: from lillpelle.hemmet.chalmers.se (lillpelle.hemmet.chalmers.se [193.11.249.165]) by glutus.hemmet.chalmers.se (Postfix) with SMTP id 57F0ED7958 for ; Mon, 2 Jun 2003 14:08:14 +0200 (CEST) Original-To: ntg-context@ntg.nl X-Mailer: Sylpheed version 0.9.0claws (GTK+ 1.2.10; i386-redhat-linux-gnu) X-Scanned-By: CLAM (openantivirus DB) antivirus scanner at mail.csbnet.se 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:12385 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12385 Hello! When I use \setuparranging I can't get the references to work. I use the latest beta. If i just comment the line with \setuparranging it works perfectly. Have I missed something? Here is a small document showing the problem: %%% Begin testdocument \setuppapersize[A5][A4] \setuparranging[2SIDE,rotated] \setuplayout[location=middle, marking=on] \starttext Here is an equation \placeformula[eq:testeq] \startformula \sin^2(x)+\cos^2(x)=1. \stopformula As we see in formula~(\in[eq:testeq]) this doesn't work. \stoptext %%% End testdocument Best regards, Micke P