How can one do paragraph itemization in context. I want \startitemize[r][left=(,right=),stopper=] %paragraph option somehow \item The first thing, \item the second thing, and \item finally, the last thing. \stopitemize to come up as (i) The first thing, (ii) the second thing, and (iii) finally, the last thing. Being lazy, I want to ConText to do the numbering for me :-) Aditya -- Aditya Mahajan, EECS Systems, University of Michigan http://www.eecs.umich.edu/~adityam || Ph: 7342624008
Aditya Mahajan wrote:
How can one do paragraph itemization in context. I want
\startitemize[r][left=(,right=),stopper=] %paragraph option somehow \item The first thing, \item the second thing, and \item finally, the last thing. \stopitemize
to come up as
(i) The first thing, (ii) the second thing, and (iii) finally, the last thing.
I vaguely recall someone else asking for this, but cannot find it anymore. I do not think you can do this with itemizations, but perhaps there was a \defineparagraphs that worked. Anyone else remember? Taco
On 2/3/06, Taco Hoekwater
Aditya Mahajan wrote:
How can one do paragraph itemization in context. I want
(i) The first thing, (ii) the second thing, and (iii) finally, the last thing.
I vaguely recall someone else asking for this, but cannot find it anymore. I do not think you can do this with itemizations, but perhaps there was a \defineparagraphs that worked. Anyone else remember?
I think that the best solution is to simply write it out. That's what I do anyway, and I recall Donald Knuth doing it as well (not that that says much about what we can do, though). nikolai
Taco Hoekwater wrote:
Aditya Mahajan wrote:
How can one do paragraph itemization in context. I want
\startitemize[r][left=(,right=),stopper=] %paragraph option somehow \item The first thing, \item the second thing, and \item finally, the last thing. \stopitemize
to come up as
(i) The first thing, (ii) the second thing, and (iii) finally, the last thing.
I vaguely recall someone else asking for this, but cannot find it anymore. I do not think you can do this with itemizations, but perhaps there was a \defineparagraphs that worked. Anyone else remember?
\startitemize[r,text] \item The first thing, \item the second thing, and \item finally, the last thing. \stopitemize ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Fri, 3 Feb 2006, Hans Hagen wrote:
Taco Hoekwater wrote:
Aditya Mahajan wrote:
How can one do paragraph itemization in context. I want
\startitemize[r][left=(,right=),stopper=] %paragraph option somehow \item The first thing, \item the second thing, and \item finally, the last thing. \stopitemize
to come up as
(i) The first thing, (ii) the second thing, and (iii) finally, the last thing.
I vaguely recall someone else asking for this, but cannot find it anymore. I do not think you can do this with itemizations, but perhaps there was a \defineparagraphs that worked. Anyone else remember?
\startitemize[r,text] \item The first thing, \item the second thing, and \item finally, the last thing. \stopitemize
Thanks, works perfectly. It is also smart enough to place the left and right brackets. Aditya
participants (4)
-
Aditya Mahajan
-
Hans Hagen
-
Nikolai Weibull
-
Taco Hoekwater