
On Sun, 5 Aug 2012 16:38:12 +0200
Marco Patzer
Am 05.08.2012 um 16:05 schrieb Robert Blackstone
: How can I refer to some text, for example a discussion of a particular topic, on another page or in another chapter of my document with, for instance "(See discussion on page xx)"?
Hi Robert,
\starttext See \in{section}[sec:foo] on \at{page}[sec:foo] or the text on \at{page}[ref:a].
\page \startsection [title=Foo, reference=sec:foo] \stopsection \page
Some text\reference[ref:a] \stoptext Thank you Marco. Another very useful tool for me. I realize now that many things with labels can be used as anchors for references, and I'm still a bit surprised that a delimited text with a label cannot be used that way. Anyway, your and Wolfgang Schuster's advice give me all I need on this point.
Kind regards, Robert Blackstone