Re: [NTG-context] Referencing a definition

2012-03-15 Thread Kip Warner
On Mon, 2012-03-05 at 18:04 +0100, Hans Hagen wrote:
 On 4-3-2012 23:52, Kip Warner wrote:
  Hey list,
 
  I have a definition, like so...
 
  \startdefinition[definition:Foo]{Foo}
  Definition of foo here...
  \stopdefinition
 
  I'd like to reference it in the same way I would a section like
  \in{section}[Node]. How can I do the same with a definition such that it
  will typeset a clickable section number or some such to get to the
  definition?
 
 \definedescription[test]
 
 \starttext
 
 \starttest[ward] {one} \input ward \stoptest
 
 bla bla \at{page}[ward] we define \about[ward]
 
 \stoptext

Hey Hans,

How could I have a reference that typesets any word or phrase I choose,
but when clicked jumps to the aforementioned description?

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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
___

Re: [NTG-context] Referencing a definition

2012-03-05 Thread Hans Hagen

On 4-3-2012 23:52, Kip Warner wrote:

Hey list,

I have a definition, like so...

\startdefinition[definition:Foo]{Foo}
Definition of foo here...
\stopdefinition

I'd like to reference it in the same way I would a section like
\in{section}[Node]. How can I do the same with a definition such that it
will typeset a clickable section number or some such to get to the
definition?


\definedescription[test]

\starttext

\starttest[ward] {one} \input ward \stoptest

bla bla \at{page}[ward] we define \about[ward]

\stoptext


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___


Re: [NTG-context] Referencing a definition

2012-03-05 Thread Kip Warner
On Mon, 2012-03-05 at 18:04 +0100, Hans Hagen wrote:
 \definedescription[test]
 
 \starttext
 
 \starttest[ward] {one} \input ward \stoptest
 
 bla bla \at{page}[ward] we define \about[ward]
 
 \stoptext

Hey Hans. I think that might be a good workaround until I'm confident
that that's the best way to typeset the kind of reference I need.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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
___