15 Sep
2004
15 Sep
'04
6:10 p.m.
\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,