Re: [NTG-context] itemgroup broken

2010-12-01 Thread Wolfgang Schuster

Am 01.12.2010 um 10:43 schrieb Steffen Wolfrum:

>> \startNumberBracket[1]
> 
> 
> Somehow I thought the first pair of brackets indicate the level of 
> itemization ...

No, \startitemgroup has two argument which can contains
lists with keywords or key-val-arguments and the „1“ is
the symbol for the bullet and „2“ is the symbol for the dash.

Wolfgang

___
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] itemgroup broken

2010-12-01 Thread Steffen Wolfrum

Am 01.12.2010 um 06:30 schrieb Wolfgang Schuster:

> 
> Am 30.11.2010 um 22:51 schrieb Steffen Wolfrum:
> 
>> Hi,
>> 
>> is "\setupitemgroup" broken in current beta?
>> Or did the syntax change?
>> 
>> I am missing "symbol", "left", "right", "stopper".
>> 
>> They don't seem to work. 
>> See example below, please.
> 
> You need a number as item symbol for the left, right and stopper keys
> and the symbol isn’t shown because you overwrite it in your example with
> 
>  \startNumberBracket[1]


Somehow I thought the first pair of brackets indicate the level of itemization 
...

Thank you!
Steffen
___
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] itemgroup broken

2010-11-30 Thread Wolfgang Schuster

Am 30.11.2010 um 22:51 schrieb Steffen Wolfrum:

> Hi,
> 
> is "\setupitemgroup" broken in current beta?
> Or did the syntax change?
> 
> I am missing "symbol", "left", "right", "stopper".
> 
> They don't seem to work. 
> See example below, please.

You need a number as item symbol for the left, right and stopper keys
and the symbol isn’t shown because you overwrite it in your example with

  \startNumberBracket[1]

Wolfgang



___
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
___


[NTG-context] itemgroup broken

2010-11-30 Thread Steffen Wolfrum
Hi,

is "\setupitemgroup" broken in current beta?
Or did the syntax change?

I am missing "symbol", "left", "right", "stopper".

They don't seem to work. 
See example below, please.

Thanks,
Steffen

-

\defineitemgroup [NumberBracket]
\setupitemgroup  [NumberBracket]
 [symbol=2,
  left={(},
  right={)},
  stopper=x,
  itemalign=flushleft]


\starttext

\startNumberBracket[1]

\item foo

\item foo

\item foo

\item foo

\item foo

\stopNumberBracket


\stoptext
___
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
___