On Mon, 21 Sep 2020, Wolfgang Schuster wrote:
Aditya Mahajan schrieb am 21.09.2020 um 16:35:
On Mon, 21 Sep 2020, Jeong Dal wrote:
Hi,
I tried to make a table using \dorecurse or \doloop as in the example. There is no error but \recurselevel is not increased, all are 0 in the first example and only two rows are created with the \recurselevel 0 and 2 only in the second example.
Does the tabulate cause the error? What is wrong in this MWE? \dorecurse does not expand its arguments. See this old blog post for a discussion on this:
https://adityam.github.io/context-blog/post/tex-programming/
\starttext
\starttabulate[|c|] \dorecurse{8}{\NC ##1 \NC\NR} \stoptabulate
\stoptext
You gave the same reply 11 years ago :-) which is also listed in the blog post. Aditya