Hi ConTeXt User's,

Again I'm struggling with cross-document referencing! The page of the \pagereference[def] command is shown correctly in the pdf result of the attached test.tex file using \at{page}[def]!

However when I refer to this reference using \at{page}[tst::def] from the external document crossref.pdf only the 'page' string is displayed in it, but no sign of the page number. Clicking the page string brings me to the correct location, but I'm missing the pagenumber itself?

Both tex-files (minimal example!) files are attached!

Regards,
Gerard Verhaag

P.S. Currently I use ConTeXt ver: 2012.02.18 10:50 MKIV fmt: 2012.2.18 int: english/english together with Acrobat Reader 9.4.2 on Linux box.
% Crossref file

\setupinteraction
  [state=start,
   style=,
   color=blue,
   contrastcolor=,
   menu=on,
   title=Cross referencing Test File,
   author=Gerard Verhaag]

\starttext

\useexternaldocument[tst][test][Een test external] % External file called: test.tex

Most \from[tst] from \in{section}[tst::crosssection].

At \at{\it p. }[tst::crosssection]

At \at{page}[tst::def]

\stoptext
% Test file

\setupinteraction
  [state=start,
   style=,
   color=blue,
   contrastcolor=,
   menu=on,
   title=Cross referencing Test External File,
   author=Gerard Verhaag]

\starttext

\chapter[cross]{Cross referencing}

\section[abc]{Abc}

\dorecurse{170}
  {A test of cross referencing to exernal document!}

\section[crosssection]{Def}

Another section starts right here!

\page[yes]

\pagereference[def]

At \at{page}[def]!

\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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to