ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* marking in columnset
@ 2005-11-24 12:10 Vit Zyka
  2005-11-24 15:17 ` Hans Hagen
  0 siblings, 1 reply; 10+ messages in thread
From: Vit Zyka @ 2005-11-24 12:10 UTC (permalink / raw)


Dear ConTeXters,

several kind of marking variants (first, last, both, ...) works 
perfectly in standard one-column layout:

----------------------------------------------------
\definemarking[M]

\startsetups S
   default=(\getmarking[M])~
   first=(\getmarking[M][first])~
   last=(\getmarking[M][last])~
   previous=(\getmarking[M][previous])~
   both=(\getmarking[M][both])~
   all=(\getmarking[M][all])~
   current=(\getmarking[M][current])
\stopsetups

\setupheadertexts[text]
   [\setups{S}][]
   [\setups{S}][]
\setuppagenumbering[location=footer]

\starttext

\startbuffer
   \section{Knuth}
   \marking[M]{k1}\marking[M]{k2}
   \input knuth
   \section{Zapf}
   \marking[M]{z}
   \input zapf
\stopbuffer

\dorecurse{10}{\getbuffer}

\stoptext
-------------------------------------------------------

If I try the same example in columnset layout, only last variant works 
as expected:
-------------------------------------------------------
\definemarking[M]

\startsetups S
   default=(\getmarking[M])~
   first=(\getmarking[M][first])~
   last=(\getmarking[M][last])~
   previous=(\getmarking[M][previous])~
   both=(\getmarking[M][both])~
   all=(\getmarking[M][all])~
   current=(\getmarking[M][current])
\stopsetups

\setupheadertexts[text]
   [\setups{S}][]
   [\setups{S}][]
\setuppagenumbering[location=none]

\definecolumnset[C][n=3]

\starttext

\startbuffer
   \section{Knuth}
   \marking[M]{k1}\marking[M]{k2}
   \input knuth
   \section{Zapf}
   \marking[M]{z}
   \input zapf
\stopbuffer

\startcolumnset[C]
\dorecurse{10}{\getbuffer}
\stopcolumnset

\stoptext
---------------------------------------------------------------

(Focus on page 1 and 4)

Is there any idea how to fix this?
Vit

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

end of thread, other threads:[~2005-11-24 23:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-24 12:10 marking in columnset Vit Zyka
2005-11-24 15:17 ` Hans Hagen
2005-11-24 16:38   ` Vit Zyka
2005-11-24 16:54     ` Hans Hagen
2005-11-24 17:45       ` Vit Zyka
2005-11-24 20:56         ` Hans Hagen
2005-11-24 23:03           ` Vit Zyka
2005-11-24 17:55     ` Hans Hagen
2005-11-24 23:09       ` Vit Zyka
2005-11-24 23:18         ` Hans Hagen

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).