Question about an environment

Hello, How to make the first item on the baseline of the numbering as in the first exercise ? Thanks. Fabrice \defineframed [ACFRAME] [frame=off, boffset=0pt, width=fit, align=flushleft, location=low, background=color, backgroundcolor=MyColorA] \defineframed [EXFRAME] [frame=off, offset=0pt, location=low, width=\struttotal, background=color, backgroundcolor=black, foregroundcolor=white, forgroundstyle=bold] \defineprocessor[ACPROCESSOR][command=\EXFRAME] \defineconversionset[ACCONVERSION][][ACPROCESSOR->n] \defineenumeration [ex] [text=, width=fit, numberconversionset=ACCONVERSION, alternative=serried, number=yes] \starttext \startex \input ward \stopex \startex \startitemize[n] \item One \item Two \item Three \stopitemize \stopex \stoptext

Hello,
Maybe I have not been clear enough about what I would like to do ?
In the first exercise, I get this:
*Ex1* BlablaBlablaBlablaBlablaBlablaBlablaBlablaBlabla
BlablaBlablaBlablaBlablaBlablaBlablaBlablaBlabla
In the second exercise, this:
*Ex2*
1.
2.
3.
I would like to do this:
*Ex2* 1.
2.
3.
Thank you.
Fabrice
2018-01-28 22:54 GMT+01:00 Fabrice Couvreur

You have put the item environment in a box. \defineenumeration [ex] [alternative=serried, width=2em, distance=0pt, text=] \starttext \startex \dontleavehmode\beginvtop % to remove the overfull \hbox message reduce \hsize with % the width and distance values of the enumeration % \hsize\dimexpr\textwidth-2em\relax \startitemize[joinedup] \startitem First \stopitem \startitem Second \stopitem \startitem Third \stopitem \stopitemize \endvtop \stopex \stoptext Wolfgang
participants (2)
-
Fabrice Couvreur
-
Wolfgang Schuster