ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Marking a textfragment for later reference
Date: Sun, 5 Aug 2012 16:37:36 +0200	[thread overview]
Message-ID: <CA7A72AC-FC09-4372-BB46-BBEE074668FD@gmail.com> (raw)
In-Reply-To: <5399CEB1-35D4-4320-9DDF-AA3DAC6E2331@gmail.com>


Am 05.08.2012 um 16:05 schrieb Robert Blackstone <blackstone.robert@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	other threads:[~2012-08-05 14:37 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-05 14:05 Robert Blackstone
2012-08-05 14:37 ` Wolfgang Schuster [this message]
2012-08-05 14:38 ` Marco Patzer
     [not found] <mailman.1.1344177459.17520.ntg-context@ntg.nl>
2012-08-05 15:59 ` Robert Blackstone
     [not found] <mailman.12.1344199608.17520.ntg-context@ntg.nl>
2012-08-06  7:41 ` Robert Blackstone
2012-08-06 12:16   ` Wolfgang Schuster
     [not found] <mailman.7.1344276418.14247.ntg-context@ntg.nl>
2012-08-06 20:07 ` Robert Blackstone
     [not found] <mailman.10.1344285220.14247.ntg-context@ntg.nl>
2012-08-07  7:42 ` Robert Blackstone
2012-08-07  8:03   ` Pontus Lurcock
2012-08-07 15:42   ` Wolfgang Schuster
     [not found] <mailman.24.1344331200.14247.ntg-context@ntg.nl>
2012-08-07  9:44 ` Robert Blackstone
2012-08-07 10:47   ` Sietse Brouwer
     [not found] <mailman.35.1344350527.14247.ntg-context@ntg.nl>
2012-08-08  7:48 ` Robert Blackstone

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=CA7A72AC-FC09-4372-BB46-BBEE074668FD@gmail.com \
    --to=wolfgang.schuster@gmail.com \
    --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).