Hi Contex'ers,
 
As we are considering itemize, does anyone by any chance know how to tackle this problem?
 
Kind regards,
 
Robert Ermers
 
As you know, the itemize blok can be stopped and resumed by means of [continue]:
 
\startitemize[n]
\item abc
\item def
\stopitemize
 
bla bla
 
\startitemize[continue]
\item ghijk
\item klmnop
\stopitemize
 
I wonder if it is possible to have an itemize block resumed, and have the numbers continue, if another set of items precedes the continuation. Like this:
 
\starttext
 
\section{Personalia}
 
\startitemize[n,packed,joinedup]
\item name
\item surname
\item place of birth
\stopitemize
 
\section{Fruits}
 
\startitemize[A]
\item appel / apple
\item peer / pear
\item mango
\item kersen / cherries
\stopitemize
 
\section{Personalia cont.}
 
\startitemize[n,packed,joinedup]
\item Sofi-nummer / social sec. number
\item Huwelijksdatum  /date of marriage
\item Meisjesnaam moeder / maiden name mother
\stopitemize
 
\stoptext