Re: [NTG-context] marks in columns

2004-09-15 Thread Plamen Tanovski
 \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


[NTG-context] marks in columns

2004-09-14 Thread Plamen Tanovski
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.

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context