Dear Hans and Mikael,

the sample below contains parallel subcolumn sets with footonotes.

I cannot make them work properly and they are supposed to work.

Is there something I’m missing in the sample.

Many thanks for your help,

Pablo

  \showframe\showgrid
  \starttext

  \setuplayout[grid=yes]
  \setupwhitespace[none]

  \definecolumnset
    [paral]
    [n=1]

  \definesubcolumnset[paral][L][1]
  \definesubcolumnset[paral][R][2]

  \page[even]
  \startcolumnset[paral]
    \dorecurse{25}
     {\startsubcolumnset[L]
        \startsubject[title=Zapf]
         \samplefile{zapf}\footnote{\samplefile{knuth}}
        \stopsubject
     \stopsubcolumnset
     \startsubcolumnset[R]
        \startsubject[title=Knuth]
         \samplefile{knuth}\footnote{\samplefile{zapf}}
        \stopsubject
     \stopsubcolumnset
     \flushsubcolumnsets[spread]}
  \stopcolumnset
  \stoptext
___________________________________________________________________________________
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