Hi,
I am trying to get a group of documents to link together. The references to
the other document work but the hyperlinks only open the document on the
first page.

What am I doing wrong?

The linktest1 has links to testdoc2. For those trying them you may need to
change the font part since my fonts are non standard (subject of other
problems).

Key lines from testdoc1.tex are
\useexternaldocument[testdoc][testdoc2][This document is a test link]
\goto{contents}[testdoc::contents]

And key lines from testdoc2.tex are
\page[yes]
\section[contents]{Contents List}

TIA
-- 
Nigel

Attachment: testdoc2.aux
Description: Binary data

%!iTeXMac(project): contextquick
\setupoutput[pdftex]
\setupcolors[state=start]
\setupinteraction[state=start,color=darkgreen,style=bold]
\usetypescriptfile[adobekb]
\setupencoding [default=8r]
\usetypescript[adobekb][\defaultencoding]
\usetypescript[times][\defaultencoding]
\setupbodyfont[times]

\useexternaldocument[testdoc][testdoc2][This document is a test link]
%\setuptyping[buffer][margin=default]
\startbuffer[test]
The various references are \from[testdoc]. The contents list 
is found on page \from[testdoc::contents]. A description of 
the \goto{contents}[testdoc::contents] is found in 
\from[testdoc]. The contents are described on 
\at{page}[testdoc::contents] in \from[testdoc]. See for more 
information \in{chapter}[testdoc::contents] in \from[testdoc].
\stopbuffer

\starttext
This document tests a hyperlink to another document and its internal references.

\typebuffer[test]

\getbuffer[test]
\stoptext

Reply via email to