Referencing a \startdefinition
Hey list, When I wish to reference some section, I can inline typeset with \in{section}[Some Reference]. In the case of a definition defined with a \startdefinition{Some Definition}, how can I reference it inline? -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
Hello, ** Kip Warner [2012-01-17 18:07:18 -0800]:
Hey list,
When I wish to reference some section, I can inline typeset with \in{section}[Some Reference]. In the case of a definition defined with a \startdefinition{Some Definition}, how can I reference it inline? I could be wrong but from 'strc-des.mkiv'
%D TODO: commandhandler %D TODO: \startxxx[reference=...] So, answer could "not yet implemented". --- WBR, Vladimir Lomov -- I distrust a man who says when. If he's got to be careful not to drink too much, it's because he's not to be trusted when he does. -- Sidney Greenstreet, "The Maltese Falcon"
Am 18.01.2012 um 04:06 schrieb Vladimir Lomov:
Hello, ** Kip Warner [2012-01-17 18:07:18 -0800]:
Hey list,
When I wish to reference some section, I can inline typeset with \in{section}[Some Reference]. In the case of a definition defined with a \startdefinition{Some Definition}, how can I reference it inline? I could be wrong but from 'strc-des.mkiv'
%D TODO: commandhandler %D TODO: \startxxx[reference=...]
So, answer could "not yet implemented".
No, this is only a note to swith from \startxxx[<reference>]{<title>} to \startxxx[reference=…,title=…] Wolfgang
Am 18.01.2012 um 03:07 schrieb Kip Warner:
Hey list,
When I wish to reference some section, I can inline typeset with \in{section}[Some Reference]. In the case of a definition defined with a \startdefinition{Some Definition}, how can I reference it inline?
\startdefinition[des:some]{Some Definition} … \stopdefinition \in{Definition}[des:some] Wolfgang
On Wed, 2012-01-18 at 08:36 +0100, Wolfgang Schuster wrote:
\startdefinition[des:some]{Some Definition}
\stopdefinition
\in{Definition}[des:some]
Wolfgang
Hey Wolfgang. That works, but in the text I would just see linkable text "Definition" which is fine for online viewing, but for print, which is what I need to, I'd like it to be something like "some in section 10.2". Can that be done? -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
participants (3)
-
Kip Warner
-
Vladimir Lomov
-
Wolfgang Schuster