> \setupfootertexts[{\getmarking[section][first] \getmarking[section][last]}]
> \starttext
> \startcolumns[n=2]
> \section{first}
>
> \column
>
> \section{last}
> \page
> \stopcolumns
> \stoptext
OK, but how to get it work with columnsets? The following code shows
the missing first mark:
\setupfootertexts[{\getmarking[section][all]}]
\definecolumnset[bobo][n=2]
\starttext
\startcolumnset[bobo]
\section{first}
\section{second}
\page
\section{third}
\column
\section{fourth}
\page
\stopcolumnset
\stoptext
Best regards,
_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context