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 columnsets (was Re: 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}
 \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


[NTG-context] right aligned section?

2004-09-14 Thread Plamen Tanovski
Hi,

sorry for this actually simple question, but I don't get it.

\setuphead[section][align=right]
\starttext
\section[testref]{test test}
\stoptext

The section remains left aligned. How can I make it right alignend?
I've tried several examples, but the section remains always at the left.

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


Re: [NTG-context] right aligned section?

2004-09-14 Thread Plamen Tanovski
Taco Hoekwater wrote:

 Try:
\setuphead[section][align=left]

Thank you so much. Silly me, didn't try that option before :(

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