On Tue, 21 Nov 2006, Hans Hagen wrote:
Aditya Mahajan wrote:
Hi Hans,
There is a missing \endcsname in the latest ConTeXt ver: 2006.11.20 11:37 MK II fmt: 2006.11.20 int: english/english
%----------------------------------------- \definehead[Topic] \definehead[Topic][section]
\starttext \Topic{test} \stoptext
you either define one (extra level) or you clone this is unrelated to the latest version; i can add some extra testing
Occasionally, I need to read the manual rather than the examples in sources :) The following example in the source needs to be corrected %D \starttyping %D \def\StretchedBox#1% %D {\framed %D [frame=off,offset=.5em,align=middle,width=broad] %D {\sc\def\stretchedspaceamount{.3em}\stretchednormalcase{#1}}} %D %D \definehead[MySubject]%<--------HERE %D \setuphead [MySubject][deeptextcommand=\StretchedBox] Sorry for the noise. Aditya