From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13936 Path: main.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: references over several documents Date: Thu, 16 Oct 2003 20:50:35 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.0.22.1.20031016204210.01b8b300@digitpaint.nl> References: <1066280520.515.5.camel@gmorais.localdomain.fake> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1067097516 15645 80.91.224.253 (25 Oct 2003 15:58:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Oct 2003 15:58:36 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sat Oct 25 17:58:33 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 1ADQoC-0002nj-00 for ; Sat, 25 Oct 2003 17:58:32 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 428D210B28; Sat, 25 Oct 2003 17:58:29 +0200 (MEST) Original-Received: from smtpzilla5.xs4all.nl (smtpzilla5.xs4all.nl [194.109.127.141]) by ref.ntg.nl (Postfix) with ESMTP id 8DA6410AE1 for ; Sat, 25 Oct 2003 17:45:38 +0200 (MEST) Original-Received: from vademecum.boede.nl (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla5.xs4all.nl (8.12.9/8.12.9) with ESMTP id h9PFjY7q016131 for ; Sat, 25 Oct 2003 17:45:38 +0200 (CEST) X-Sender: boedenl01@digitpaint.nl X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Original-To: ntg-context@ntg.nl In-Reply-To: <1066280520.515.5.camel@gmorais.localdomain.fake> Original-References: <1066280520.515.5.camel@gmorais.localdomain.fake> 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:13936 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13936 Gon=E7alo wrote: >Hello All: > >At this moment i am producing a set of documents, that ocasionally have >refences among them. For eg: > >document 1 > > \starttext > > \placeformula[eq:1.1] > \startformula > e =3D m c^2 > \stopformula > > \stoptext > >document 2 > > \starttext > > In here I want to refer to equation 1.1 in document 1 > > \stoptext > >How can I do it? > >Hi Gon=E7alo, Once some time ago I used referencing in an interactive document. There the= =20 approach was: \useexternaldocument[reference] [external file name] [optional comments] \goto{Code voorbeeld}[reference::] I stand corrected, the following shoud work in your case \useexternaldocument[Formulae][document1][document 1 is on of the chapters] see also \in{equation}[Formulae::eq:1.1] Kind regards Willi