On Sun, 17 Mar 2013 13:00:22 +0100
Willi Egger <cont...@boede.nl> wrote:

> Dear all,
> 
> I should prepare a form with a table. The table rows should be
> numbered. 
> 
> How can I get get this done by using \recurselevel.
> In the attached minimal example all rows are numbered with 0.
> 
> \starttext
> \subject{bTABLE--eTABLE: recurse creates rows}
> \bTABLE
>       \dorecurse{3}
>               {\bTR
>                       \bTD \recurselevel \eTD
>               \eTR}
> \eTABLE
> 
> 
> What do i do wrongly here? 

\starttext
\subject{bTABLE--eTABLE: recurse creates rows}
\bTABLE
        \dorecurse{3}
                {\bTR
                        \bTD #1 \eTD
                \eTR}
\eTABLE
\stoptext

Alan
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to