Perhaps I might ask a more preliminary question: when using project structure, 
is cross-document referencing possible between two product files, or only 
between two component files within a single product file?

Kind regards,
Talal

> On 5 Aug 2015, at 13:15, tala...@fastmail.fm wrote:
> 
> Dear all,
> 
> I am trying to create cross references between two documents in my project. 
> Links between the two are successfully made, but the actual page numbers are 
> not being printed (which, for my purposes, are what I actually need, not 
> links). Am I doing something wrong, or is this a known bug (such that I 
> should cease my attempts)? Is \useexternaldocument the wrong command for this 
> purpose? Minimum example files below:
> 
> % project
> \project project_xref
> \startproduct prd_xref
> \component xref1
> \component xref2
> \stopproduct
> 
> % product
> \startproject project_xref
> \environment env_xref
> \product prd_xref
> \stopproject
> 
> % environment
> \startenvironment env_xref
> \setupinteraction
>  [state=start,
>   style=,
>   color=blue,
>   contrastcolor=,
>   menu=on,
>   title=Cross referencing Test File,
>   author=Gerard Verhaag]
> \stopenvironment
> 
> % component1 [xref1]
> \project project_xref
> \startcomponent xref1
> \starttext
> \chapter[cross]{Cross referencing}
> \chapter[lorem]{Lorem}
> Lorem ipsum dolor sit amet, consectetur adipiscing elit \in{Chapter}[lorem].
> \stoptext
> \stopcomponent
> 
> % component2 [xref2]
> \project project_xref
> \startcomponent xref2
> \useexternaldocument[xrf][xref1]
> \starttext
> Lorem ipsum dolor sit amet, consectetur adipiscing elit 
> \in{Chapter}[xrf::lorem].
> \stoptext
> \stopcomponent
> 
> All the best,
> Talal
> ___________________________________________________________________________________
> 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
___________________________________________________________________________________

Reply via email to