ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Cross referencing by using \useexternaldoument
@ 2019-08-18 15:30 Willi Egger
  2019-08-18 16:07 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Willi Egger @ 2019-08-18 15:30 UTC (permalink / raw)
  To: NTG-Context ConTeXt users

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-18 20:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-18 15:30 Cross referencing by using \useexternaldoument Willi Egger
2019-08-18 16:07 ` Wolfgang Schuster
2019-08-18 16:34   ` Willi Egger
2019-08-18 20:27   ` Willi Egger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).