where is completecontent defined?
I tried to find the definition of \completecontent in the source, but searching for it doesn't turn up its occurence. Where do I have to look? Hans van der Meer
Am 16.04.2013 um 17:51 schrieb "Meer, H. van der"
I tried to find the definition of \completecontent in the source, but searching for it doesn't turn up its occurence. Where do I have to look?
The \completecontent command is created with \definecombinedlist[content]. The definition for \definecombinedlist is in strc-lst.mkvi but \completecontent is defined in strc-def.mkiv Wolfgang
Your statement doesn't seem true. In neither of the files you mentioned is there a string 'completecontent' to be found. Always assuming I can trust my BBEdit search, of course.
In fact 'completecontent' occurs in one place only, as %\completecontent in strc-pag.mkiv, that is all. I excluded mkii files in order not to mix things up between mkii and mkiv.
Hans van der Meer
On 16 Apr 2013, at 5:57 PM, Wolfgang Schuster
Am 16.04.2013 um 17:51 schrieb "Meer, H. van der"
: I tried to find the definition of \completecontent in the source, but searching for it doesn't turn up its occurence. Where do I have to look?
The \completecontent command is created with \definecombinedlist[content].
The definition for \definecombinedlist is in strc-lst.mkvi but \completecontent is defined in strc-def.mkiv
Wolfgang
On 4/16/2013 9:12 PM, Meer, H. van der wrote:
Your statement doesn't seem true. In neither of the files you mentioned is there a string 'completecontent' to be found. Always assuming I can trust my BBEdit search, of course. In fact 'completecontent' occurs in one place only, as %\completecontent in strc-pag.mkiv, that is all. I excluded mkii files in order not to mix things up between mkii and mkiv.
context has a multi lingual interface so for such things you need to grep for e!complete in *.mkiv and *.mkvi as the command is made out of "complete" and "content" with the first being a command snippet (e!) and the second a tag (of the list) that approach is pretty old so also present in mkii Hans ----------------------------------------------------------------- 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 -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Meer, H. van der
-
Wolfgang Schuster