ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* marks in columns
@ 2004-09-14 21:31 Plamen Tanovski
  2004-09-15 11:09 ` Plamen Tanovski
  0 siblings, 1 reply; 3+ messages in thread
From: Plamen Tanovski @ 2004-09-14 21:31 UTC (permalink / raw)


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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: marks in columns
  2004-09-14 21:31 marks in columns Plamen Tanovski
@ 2004-09-15 11:09 ` Plamen Tanovski
  2004-09-15 16:10   ` marks in columnsets (was Re: marks in columns) Plamen Tanovski
  0 siblings, 1 reply; 3+ messages in thread
From: Plamen Tanovski @ 2004-09-15 11:09 UTC (permalink / raw)


> \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,

^ permalink raw reply	[flat|nested] 3+ messages in thread

* marks in columnsets (was Re: marks in columns)
  2004-09-15 11:09 ` Plamen Tanovski
@ 2004-09-15 16:10   ` Plamen Tanovski
  0 siblings, 0 replies; 3+ messages in thread
From: Plamen Tanovski @ 2004-09-15 16:10 UTC (permalink / raw)


> \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,

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-09-15 16:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-14 21:31 marks in columns Plamen Tanovski
2004-09-15 11:09 ` Plamen Tanovski
2004-09-15 16:10   ` marks in columnsets (was Re: marks in columns) Plamen Tanovski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).