Hi, is there a way to get the marks set in columns? With \setupfootertexts[{\getmarking[section][first] \getmarking[section][last]}] \starttext \startcolumns[n=2] \section{first} \column \section{last} \stopcolumns \stoptext I get only the last mark, even if I comment the \column out. If there is no possibility, can I write the marks to a file for postprocessing? Best regards, P.
\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,
\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,
participants (1)
-
Plamen Tanovski