ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* A problem with itemizations
@ 2008-10-25 13:42 Marcin Borkowski
  2008-10-27  8:54 ` Marcin Borkowski
  0 siblings, 1 reply; 2+ messages in thread
From: Marcin Borkowski @ 2008-10-25 13:42 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

Hi,

I have a problem with \startitemize ... \stopitemize.

Sometimes (I have no idea when, but this effect is fully repeatable!) I
get a page break just before a \startitemize.  It is nested (second
level) and follows one line of another item at the 1st level.  It seems
that adding [intro] won't help.  The problem occurs with [columns,two];
I don't know whether this has any influence - when I change the setup
(in the preamble) the page breaks fall in different places, and all my
2nd level itemizations are 2nd level (and I have quite a lot of them).

Any ideas?  I know that the above is rather vague, but it's difficult to
prepare a minimal example etc.

Also, Hans, do I get it correctly that the itemization code will get
rewritten in MkIV?  If yes, is there any chance of having unpacked
itemizations in 2 and more columns?  And any chance of having an
explicit column break (or a preference) in multicolumn itemizations?

Thanks & greets

-- 
Marcin Borkowski (http://mbork.pl)

 ####    ####    ####     _     __   __   __      _     __   __   __
##  ##  ##  ##  ##  ##   | \ | /  \ |  \ /  \    | \ | /  \ |  \ /  \  |
 ####    ####    ####    |_/ | |  | |  | |  |    |_/ | |  | |  | |  |  |
##  ##  ##  ##  ##  ##   | \ | |--| |  | |--|    | \ | |--| |  | |--|  |
 ####    ####    ####    |_/ | |  | |__/ |  | /  |_/ | |  | |__/ |  |  .
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: A problem with itemizations
  2008-10-25 13:42 A problem with itemizations Marcin Borkowski
@ 2008-10-27  8:54 ` Marcin Borkowski
  0 siblings, 0 replies; 2+ messages in thread
From: Marcin Borkowski @ 2008-10-27  8:54 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

Dnia Sat, Oct 25, 2008 at 03:42:04PM +0200, Marcin Borkowski napisał(a):
> Hi,
> 
> I have a problem with \startitemize ... \stopitemize.
> 
> Sometimes (I have no idea when, but this effect is fully repeatable!) I
> get a page break just before a \startitemize.  It is nested (second
> level) and follows one line of another item at the 1st level.  It seems
> that adding [intro] won't help.  The problem occurs with [columns,two];
> I don't know whether this has any influence - when I change the setup
> (in the preamble) the page breaks fall in different places, and all my
> 2nd level itemizations are 2nd level (and I have quite a lot of them).
> 
> Any ideas?  I know that the above is rather vague, but it's difficult to
> prepare a minimal example etc.

So, it took a while, but I got kind of a "minimal example":

\starttext
\startitemize[intro]
\dorecurse{12}{%
  \item \dorecurse{\recurselevel}{This is some intro. }Intro ends here.
  \startitemize[intro,columns,two]
  \dorecurse{4}{%
    \item \dorecurse{1}{This is a test. }End of the test.
  }%
  \stopitemize
}%
\stopitemize
\stoptext


(This shows the problem in the online ConTeXt.)

> Also, Hans, do I get it correctly that the itemization code will get
> rewritten in MkIV?  If yes, is there any chance of having unpacked
> itemizations in 2 and more columns?  And any chance of having an
> explicit column break (or a preference) in multicolumn itemizations?

And one more request (not really urgent, but would be nice): if there's
an \item followed directly by another \startitemize (possibly
two-column), a line break is enforced.  Does it have to be?

> 
> Thanks & greets
> 
> -- 
> Marcin Borkowski (http://mbork.pl)
> 
>  ####    ####    ####     _     __   __   __      _     __   __   __
> ##  ##  ##  ##  ##  ##   | \ | /  \ |  \ /  \    | \ | /  \ |  \ /  \  |
>  ####    ####    ####    |_/ | |  | |  | |  |    |_/ | |  | |  | |  |  |
> ##  ##  ##  ##  ##  ##   | \ | |--| |  | |--|    | \ | |--| |  | |--|  |
>  ####    ####    ####    |_/ | |  | |__/ |  | /  |_/ | |  | |__/ |  |  .
> ___________________________________________________________________________________
> 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  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

-- 
Marcin Borkowski (http://mbork.pl)

Stłumiony głos w końcu wypowie słowo prawdy - otworzą się usta!
Prawda - choćby zdeptana - zawsze pozostanie prawdą!
Żadna przemoc, chamstwo, kłamstwo nie uczynią z niej ofiary!
                        (Izaiash)
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2008-10-27  8:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-25 13:42 A problem with itemizations Marcin Borkowski
2008-10-27  8:54 ` Marcin Borkowski

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