Re: [NTG-context] Paragraph itemization

2006-02-03 Thread Taco Hoekwater

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

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Paragraph itemization

2006-02-03 Thread Hans Hagen
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
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Paragraph itemization

2006-02-03 Thread Aditya Mahajan
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
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Paragraph itemization

2006-02-02 Thread Aditya Mahajan
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
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context