On 6/14/2014 11:28 AM, Pablo Rodriguez wrote:
Dear list,
if I’m not wrong, elements are defined and configured in ConTeXt with \defineelement and \setupelement in the preamble of the document. Then they can be invoked using the identifier as a command.
\definemargindata[MyMarginData][location=outer] \starttext \MyMarginData{Zapf}\input zapf \stoptext
My question is; why are blank elements different?
\defineblank[MyBlank][10*big] \starttext \input zapf
\blank[MyBlank]
\input zapf \stoptext
Sorry for the basic question, but I’m trying to understand the reason why to explain it to others.
Are there other elements that cannot be invoked with \identifier?
in retrospect one can wonder if we should have \MyMarginData at all and not \invoke{MyMarginData} ... it's all about potential clashes in names 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 -----------------------------------------------------------------