Re: [NTG-context] Page break between \title and \itemize

2011-03-31 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Perfect, thanks! If anyone is interested, there is a sample attached which demonstrates the problem and the solution by autointro. Lukas Add: into to \startitemize \startitemize[intro] \item ... \item ... \item ... \stopitemize Or you can use \setupitemize[autointro] Aditya

Re: [NTG-context] Page break between \title and \itemize

2011-03-31 Thread Procházka Lukáš Ing . - Pontex s . r . o .
BTW, is there a difference between \startitemize[intro] and \startitemize[autointro]? - I tried both and both do the desired effect. - autointro was your suggestion for \setupitemize whilst intro was option for \startitemize... Kind regards, Lukas \startitemize[intro] \item ...

Re: [NTG-context] Page break between \title and \itemize

2011-03-31 Thread Wolfgang Schuster
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

[NTG-context] Page break between \title and \itemize

2011-03-30 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, I used the following setup for title: \setuphead[title][style=\bfb,align=middle,after=\blank] Then, in the middle of the source code, I used: \title{A title} % Unwanted page break here! \startitemize \item ... \item ... \item ... \stopitemize But it happened

Re: [NTG-context] Page break between \title and \itemize

2011-03-30 Thread Aditya Mahajan
On Wed, 30 Mar 2011, Procházka Lukáš Ing. - Pontex s. r. o. wrote: Hello, I used the following setup for title: \setuphead[title][style=\bfb,align=middle,after=\blank] Then, in the middle of the source code, I used: \title{A title} % Unwanted page break here! Add: into to \startitemize