ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Referencing a definition
@ 2012-03-04 22:52 Kip Warner
  2012-03-05 17:04 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Kip Warner @ 2012-03-04 22:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 472 bytes --]

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?

Thanks.

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

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Referencing a definition
  2012-03-04 22:52 Referencing a definition Kip Warner
@ 2012-03-05 17:04 ` Hans Hagen
  2012-03-06  1:39   ` Kip Warner
  2012-03-16  3:19   ` Kip Warner
  0 siblings, 2 replies; 4+ messages in thread
From: Hans Hagen @ 2012-03-05 17:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Kip Warner

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Referencing a definition
  2012-03-05 17:04 ` Hans Hagen
@ 2012-03-06  1:39   ` Kip Warner
  2012-03-16  3:19   ` Kip Warner
  1 sibling, 0 replies; 4+ messages in thread
From: Kip Warner @ 2012-03-06  1:39 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 471 bytes --]

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

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Referencing a definition
  2012-03-05 17:04 ` Hans Hagen
  2012-03-06  1:39   ` Kip Warner
@ 2012-03-16  3:19   ` Kip Warner
  1 sibling, 0 replies; 4+ messages in thread
From: Kip Warner @ 2012-03-16  3:19 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 920 bytes --]

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

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-03-16  3:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-04 22:52 Referencing a definition Kip Warner
2012-03-05 17:04 ` Hans Hagen
2012-03-06  1:39   ` Kip Warner
2012-03-16  3:19   ` Kip Warner

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).