Dear list,

thank you very much for the help so far.

I have two problems understanding the output of the code below. I am using 
version 2021.02.23 17:47.
(1) The TEXpage is cut off after ~40 lines. Normally, the page is extended to 
fit its content. It's probably related to \placetable which I only use here 
because I need a centered table. I can set the height of the page manually, but 
the whole purpose of using TEXpage was to avoid that.
(2) \recurselevel is always zero in the output. Normally, it counts the 
iterations. This issue is not relevant for my actual use-case, but I found that 
when writing the MWE.

Best wishes,
Jacob Kauffmann

\setupTEXpage[width=10cm]

\startTEXpage
\placetable[force,none]{}{%
\starttabulate[|c|c|]
\NC A \NC B \NC\NR
\HL
\dorecurse{50}{\NC \expanded{\recurselevel} \NC \recurselevel \NC\NR}
\stoptabulate
}
\stopTEXpage
\stoptext
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to