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?

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

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to