On 08/07/2024 14:39, Bruce Horrocks wrote:
\defineselector [caption] [max=2]
\starttext
\setupfloatsplitting [inbetween={\setupselector[caption][n=2]}]
\setupselector[caption][n=1] \placetable[split] {\select{caption} {Parameters of \type{\setupsomething}. You can also use the parameters of \type{\setupframes}, see page. 123} {Parameters of \type{\setupsomething}.} } {\bTABLE \dorecurse{100}{ \bTR \bTD One \eTD \bTD two \eTD \eTR \bTR \bTD One \eTD \bTD two \eTD \eTR } \eTABLE}
\stoptext
There is a reason that the \recurselevel do not work in this context; all \recurselevel show up as zero {\bTABLE \dorecurse{100}{ \bTR \bTD \recurselevel \eTD \bTD one \eTD \eTR \bTR \bTD two \eTD \bTD \recurselevel \eTD \eTR } \eTABLE} Any hint?