From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13914 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: Simple but frustrating cross reference problem Date: Thu, 23 Oct 2003 12:34:50 +0200 Organization: chaos Sender: ntg-context-admin@ntg.nl Message-ID: References: <3F979CFC.90101@capdm.com> 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 1066905738 4987 80.91.224.253 (23 Oct 2003 10:42:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Oct 2003 10:42:18 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Oct 23 12:42:16 2003 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 1ACcv2-0001rI-00 for ; Thu, 23 Oct 2003 12:42:16 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 2C05210B28; Thu, 23 Oct 2003 12:42:12 +0200 (MEST) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.184]) by ref.ntg.nl (Postfix) with ESMTP id EC53710B26 for ; Thu, 23 Oct 2003 12:34:54 +0200 (MEST) Original-Received: from [212.227.126.208] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1ACcnt-0005Kc-00 for ntg-context@ntg.nl; Thu, 23 Oct 2003 12:34:53 +0200 Original-Received: from [62.72.92.76] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1ACcns-00034r-00 for ntg-context@ntg.nl; Thu, 23 Oct 2003 12:34:52 +0200 Original-Received: from [192.168.1.2] (helo=schnee.local) by levana with esmtp (Exim 3.35 #1 (Debian)) id 1ACcnm-0000PU-00 for ; Thu, 23 Oct 2003 12:34:46 +0200 Original-Received: from schnee.local (localhost [127.0.0.1]) by schnee.local (8.12.9/8.12.9) with ESMTP id h9NAYpN9000715 for ; Thu, 23 Oct 2003 12:34:51 +0200 (CEST) Original-Received: (from pg@localhost) by schnee.local (8.12.9/8.12.2/Submit) id h9NAYpis000714; Thu, 23 Oct 2003 12:34:51 +0200 (CEST) X-Authentication-Warning: schnee.local: pg set sender to patrick@gundla.ch using -f Original-To: ntg-context@ntg.nl X-Lieblings-Musik: the_capricorns In-Reply-To: <3F979CFC.90101@capdm.com> (Duncan Hothersall's message of "Thu, 23 Oct 2003 10:18:52 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (darwin) 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:13914 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13914 Hi, > I have a very simple challenge: I want to insert a reference point in > a document, so that I can later refer to the page number at that > point, but I'm not outputting a sectioning or start... command at the > point in question. besides your approach: \starttext See page \ref[p][myref 1] and \ref[p][myref 2]. \page \reference[myref 1]{} This is the first reference. \page \reference[myref 2]{} This is the second one. \stoptext Patrick -- I've put this in etexshow-web