3 Feb
2018
3 Feb
'18
1:29 p.m.
Fabrice Couvreur mailto:fabrice1.couvreur@gmail.com 3. Februar 2018 um 11:20 Hi Wolfgang, Thank you, we get almost what I want. With your suggestion, we have this :
1. First Second Third
Is it possible to have this :
1. First Second Third
Use inline items and add \par (or a empty line) after each line. \defineenumeration [ex] [alternative=serried, width=2em, distance=0pt, text=] \starttext \startex \startitemize[text] \item First \par \item Second \par \item Third \par \stopitemize \stopex \stoptext Wolfgang