ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Limitation of mixedcolumns?
@ 2012-07-29  0:39 Zhichu Chen
  0 siblings, 0 replies; only message in thread
From: Zhichu Chen @ 2012-07-29  0:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

The "nested mixedcolumns" does not work properly when it reaches the
bottom of the "outer mixedcolumns" here:
$ context --version

mtx-context     | ConTeXt Process Management 0.60
mtx-context     |
mtx-context     | main context file:
d:/ConTeXt/tex/texmf-local/tex/context/base/context.mkiv
mtx-context     | current version: 2012.07.24 15:58

here is the minimal example (mostly copied from page-mix.mkiv
===========================================
\setupbodyfont[5pt]


\starttext

\setupmixedcolumns
  [boxedcolumns]
  [n=2,
   balance=no]

\definemixedcolumns
  [nestedboxedcolumns]
  [boxedcolumns]
  [n=2,
   background=color,
   backgroundcolor=yellow,
   color=red,
   strut=yes,
   balance=yes,
   backgroundoffset=0mm]

\startboxedcolumns
%    \dorecurse{10}{\input zapf \par \input ward \par} \obeydepth
    \startnestedboxedcolumns
        \dorecurse{15}{\input zapf\par}
    \stopnestedboxedcolumns
    \par \input zapf \par \obeydepth
    \startnestedboxedcolumns
        \input zapf
    \stopnestedboxedcolumns
    \par \input zapf
\stopboxedcolumns

\stoptext

-- 
Best Regards
Chen
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-29  0:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-29  0:39 Limitation of mixedcolumns? Zhichu Chen

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