Am 05.08.2012 um 16:05 schrieb Robert Blackstone <blackstone.rob...@gmail.com>:

> Dear list,
> 
> 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)"?
> I tried to do this by marking the relevant text as a delimited text without 
> altering its layout:
> \definedelimitedtext[topica]
> \setupdelimitedtext[topica][left=,right=] %maybe superfluous?
> \starttopica
> some text
> \stoptopica
> 
> and then, further on, referring to that text with  (See discussion on 
> \at{page}[topica])
> But this does not work (mkiv 27-07).


With \definedelimtedtext you can create your own quote and quotation command or 
environment.

You can set your own references in the text with \pagereference:

\starttext

This is the first topic.\pagereference[topic:1]

\page

This is another topic.\pagereference[topic:2]

\blank

This example contains two topic, the first topic is on \at{page}[topic:1] and 
the second on \at{page}[topic:2].

\stoptext

Wolfgang
___________________________________________________________________________________
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