Re: [NTG-context] startitemize [intext]

2013-10-09 Thread Marco Patzer
On 2013–10–09 Alan BRASLAU wrote:

 I would expect the following minimal example to produce
 a. first b. second c. third
 
 \starttext
 \startitemize [a,intext]

\startitemize [a,text]


Marco


signature.asc
Description: Digital signature
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] startitemize [intext]

2013-10-09 Thread luigi scarso
On Wed, Oct 9, 2013 at 11:08 AM, Alan BRASLAU alan.bras...@cea.fr wrote:

 Can someone explain how the intext keyword should be used in an item
 list?



\starttext
\startitemize[n,intext][left=(,right=),stopper=]
\item \input knuth
\item \input ward
\stopitemize

\startitemize[n][left=(,right=),stopper=]
\item \input knuth
\item \input ward
\stopitemize
\stoptext



-- 
luigi
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___