10 Oct
2010
10 Oct
'10
3:07 a.m.
On Sun, 10 Oct 2010, Marcin Borkowski wrote:
Dnia Sat, Oct 09, 2010 at 04:51:17PM +0200, Wolfgang Schuster napisał(a):
Am 09.10.2010 um 11:52 schrieb Marcin Borkowski:
Hi,
is there an easy way to adapt ConTeXt's enumerations not to start another paragraph? Something like (a) this (b) is (c) a short enumeration.
\starttext
text \startitemize[n,text][textdistance=medium,stopper=]% \item one \item two \item three \stopitemize text
\stoptext
Wolfgang
Thanks!
And what if (theoretically) I wanted [a] text [b] text [c] etc.?
lefttext={[}, righttext={]},
And can I have "textdistance "shorter?
textdistance=small (or just use any dimension) Aditya