> \setupfootertexts[{\getmarking[section][first] \getmarking[section][last]}]
> \starttext
> \startcolumns[n=2]
> \section{first}
> 
> \column
> 
> \section{last}
> \stopcolumns
> \stoptext

For the record. Adding \page seams to work:

\setupfootertexts[{\getmarking[section][first] \getmarking[section][last]}]
\starttext
\startcolumns[n=2]   
\section{first}

\column

\section{last}
\page
\stopcolumns
\stoptext

Best regards,
_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to