Command definitions in ma-cb-en.tex
Hi all, this is a stupid question, I fear: In "ConTeXt Mark IV an excursion" in appendix A I see many command definitions. I browsed the sources of this document but could not find the point where these list is defined. I know that in setup-en.pdf there is an even longer list, but I could not find the source of this document. Can anyone shed some light on this mechanism? TIA juh
On Sun, 29 Nov 2015, Jan U. Hasecke wrote:
Hi all,
this is a stupid question, I fear: In "ConTeXt Mark IV an excursion" in appendix A I see many command definitions. I browsed the sources of this document but could not find the point where these list is defined.
I know that in setup-en.pdf there is an even longer list, but I could not find the source of this document.
Can anyone shed some light on this mechanism?
This is implemented using XML interface. See, for example, cont-en.xml in $TEXMF/texmf-context/tex/context/base/interface The schema is documented at http://wiki.contextgarden.net/Interface.rnc The XML to TEX mappings are defined in x-set-11.mkiv. The basic usage is \usemodule[int-load] % synonym to x-set-11 \loadsetups[....] % name of xml file \starttext \showsetup{command-name} \stoptext Aditya
Am 30.11.2015 um 20:00 schrieb Aditya Mahajan:
On Sun, 29 Nov 2015, Jan U. Hasecke wrote:
Hi all,
this is a stupid question, I fear: In "ConTeXt Mark IV an excursion" in appendix A I see many command definitions. I browsed the sources of this document but could not find the point where these list is defined.
I know that in setup-en.pdf there is an even longer list, but I could not find the source of this document.
Can anyone shed some light on this mechanism?
This is implemented using XML interface. See, for example, cont-en.xml in $TEXMF/texmf-context/tex/context/base/interface
The schema is documented at http://wiki.contextgarden.net/Interface.rnc
The XML to TEX mappings are defined in x-set-11.mkiv. The basic usage is
\usemodule[int-load] % synonym to x-set-11 \loadsetups[....] % name of xml file
\starttext
\showsetup{command-name}
\stoptext
Thanks a lot. I managed to use this in a sample documentation. But I still have no clue how it is invoked in the cited document. Anyway, nice feature. juh
Jan U. Hasecke mailto:juh+ntg-context@mailbox.org 1. Dezember 2015 um 15:48
Thanks a lot. I managed to use this in a sample documentation. But I still have no clue how it is invoked in the cited document. ma-cb-style.tex on line 550:
\startmixedcolumns[documentcolumns] \placelistofsorts[texcommand] \stopmixedcolumns Wolfgang
Am 01.12.2015 um 16:17 schrieb Wolfgang Schuster:
Jan U. Hasecke mailto:juh+ntg-context@mailbox.org 1. Dezember 2015 um 15:48
Thanks a lot. I managed to use this in a sample documentation. But I still have no clue how it is invoked in the cited document. ma-cb-style.tex on line 550:
\startmixedcolumns[documentcolumns] \placelistofsorts[texcommand] \stopmixedcolumns
Thank you, Wolfgang. :-) juh
participants (3)
-
Aditya Mahajan
-
Jan U. Hasecke
-
Wolfgang Schuster