Am 31.03.2011 um 12:11 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:

> BTW, is there a difference between \startitemize[intro] and 
> \startitemize[autointro]?

Yes, “autointro” prevents a page break only when the last paragraph
has only one or two lines while “intro” always prevents a page break.

\showgrid

\starttext

% paragraph with 2 lines + autointro

\dorecurse{38}{\crlf}

\dorecurse{30}{text }

\startitemize[autointro]
\item item
\stopitemize

% paragraph with 2 lines + intro

\page

\dorecurse{38}{\crlf}

\dorecurse{30}{text }

\startitemize[intro]
\item item
\stopitemize

% paragraph with 3 lines + autointro

\page

\dorecurse{38}{\crlf}

\dorecurse{40}{text }

\startitemize[autointro]
\item item
\stopitemize

% paragraph with 3 lines + intro

\page

\dorecurse{38}{\crlf}

\dorecurse{40}{text }

\startitemize[intro]
\item item
\stopitemize

\stoptext

Wolfgang

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

maillist : [email protected] / 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
___________________________________________________________________________________

Reply via email to