> dr. Hans van der Meer > 25. Oktober 2015 um 10:46 > I want to typeset a series of items in the itemize-list structure. But > not numbered 1. 2. etc, but each item a separate indication, in fact > in this case years. In \startitemize \startitem .. \stopitem .. > \stopitemize I am not able to realize this and the ConTeXt Wiki on > these commands didn't help me further. > How to accomplish? \starttext \startitemize[width=3em] \txt{1978} First version of \TEX. \txt{1982} \TEX 82. \txt{1989} \TEX\ Version 3.0 \stopitemize \stoptext Wolfgang