Hi all,

there is an old thread concerning this issue from september 2015. It appears 
unfortunately, that this issue persists. 

You can reference to places inside a document, but references to an outside 
document are broken. The links do not work and no page numbers or texts are 
typeset from the external document.

Can someone help me to solve this?

Kind regards

Willi

MWE
File: one.tex

\enabletrackers[structures.referencing.analyzing]

\setupinteraction[state=start]

\starttext

\starttabulate[|l|l|l|]
\NC First document  \NC \in{Chapter}[sec:first]       \NC \at{Page}[sec:first]  
     \NC\NR
\NC Second document \NC \in{Chapter}[two::sec:second] \NC 
\at{Page}[two::sec:second] \NC\NR
\stoptabulate

\dorecurse{3}{\page[empty]}

\chapter[sec:first]{First document}

\stoptext


File; two.tex

\enabletrackers[structures.referencing.analyzing]

\setupinteraction[state=start]

\starttext

\starttabulate[|l|l|l|]
\NC First document  \NC \in{Chapter}[one::sec:first] \NC 
\at{Page}[one::sec:first] \NC\NR
\NC Second document \NC \in{Chapter}[sec:second]     \NC \at{Page}[sec:second]  
   \NC\NR
\stoptabulate

\dorecurse{2}{\page[empty]}

\chapter[sec:second]{Second document}

\stoptext

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to