ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Willi Egger <context@boede.nl>
To: NTG-Context ConTeXt users <ntg-context@ntg.nl>
Subject: Cross referencing by using \useexternaldoument
Date: Sun, 18 Aug 2019 17:30:47 +0200	[thread overview]
Message-ID: <B29B39DC-9EC4-441D-A217-773B6206FEF6@boede.nl> (raw)

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	other threads:[~2019-08-18 15:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-18 15:30 Willi Egger [this message]
2019-08-18 16:07 ` Wolfgang Schuster
2019-08-18 16:34   ` Willi Egger
2019-08-18 20:27   ` Willi Egger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B29B39DC-9EC4-441D-A217-773B6206FEF6@boede.nl \
    --to=context@boede.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).