19 Jul
2009
19 Jul
'09
8:05 a.m.
Hi, there are two macros I miss there (for the moment) in ConTeXt 1. \startprocesscommacommand/\stopprocesscommacommand equivalent to \startprocesscommalist/\stopprocesscommalist from cont-new.tex 2. A command to access the keys and labels of a assignment list at user level, e.g. \def\myassignmentlist[#1]% {\def\dosomethingwithkeyandvalue##1##2##3{... ##2 ... ##3}% ##1 = namespace (not used here) \dogetparameter\dosomethingwithkeyandvalue[...][#1]} \myassignmentlist[..,..=..,..=..] Wolfgang