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
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 -----------------------------------------------------------------
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
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
participants (2)
-
Hans Hagen
-
Kip Warner