[NTG-context] \setupitezmize[joinedup,nowhite] not working

2013-04-25 Thread Marcin Borkowski
Hi list,

the following MWE shows that I can't get rid of vertical space above
subitemizations.  What should I do?

Best,
Marcin


\setupitemize[1][n][style=bold]
\setupitemize[2][a,joinedup,nowhite][stopper=)]

\starttext
\startitemize
\item First
  \startitemize
  \item Subfirst first
  \item Subfirst second
  \item Subfirst third
  \stopitemize
\item Second
\item Third
  \startitemize
  \item Subthird first
  \item Subthird second
  \stopitemize
\stopitemize

\stoptext


-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University
___
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] \setupitezmize[joinedup,nowhite] not working

2013-04-25 Thread Marcin Borkowski
Dnia 2013-04-25, o godz. 17:48:46
Aditya Mahajan adit...@umich.edu napisał(a):

 On Thu, 25 Apr 2013, Marcin Borkowski wrote:
 
  Hi list,
 
  the following MWE shows that I can't get rid of vertical space above
  subitemizations.  What should I do?
 
 (Untested):
 
 \setupitemize[1][paragraph]

Nope.  It kills vertical spacing between (1st level) items, which I do
not want.

 In my styles, I use:
 
 https://github.com/adityam/context-slides-example/commit/f237cf9e918146d8d02a914bde09b1066a4b848e

I'd like not to resort to such hacks...

 Aditya

Best,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University
___
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] \setupitezmize[joinedup,nowhite] not working

2013-04-25 Thread Wolfgang Schuster

Am 26.04.2013 um 00:24 schrieb Marcin Borkowski mb...@wmi.amu.edu.pl:

 Dnia 2013-04-25, o godz. 17:48:46
 Aditya Mahajan adit...@umich.edu napisał(a):
 
 In my styles, I use:
 
 https://github.com/adityam/context-slides-example/commit/f237cf9e918146d8d02a914bde09b1066a4b848e
 
 I'd like not to resort to such hacks…

Changing the value in the style isn’t good style but a key for this is needed 
because
this value is responsible for the space before the inner itemgroup.

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] \setupitezmize[joinedup,nowhite] not working

2013-04-25 Thread Aditya Mahajan

On Fri, 26 Apr 2013, Wolfgang Schuster wrote:



Am 26.04.2013 um 00:24 schrieb Marcin Borkowski mb...@wmi.amu.edu.pl:


Dnia 2013-04-25, o godz. 17:48:46
Aditya Mahajan adit...@umich.edu napisał(a):


In my styles, I use:

https://github.com/adityam/context-slides-example/commit/f237cf9e918146d8d02a914bde09b1066a4b848e


I'd like not to resort to such hacks…


Changing the value in the style isn’t good style but a key for this is needed 
because
this value is responsible for the space before the inner itemgroup.


I agree. We could have a `method` or `mode` key for setupitemize, that 
would set c_struct_itemgroup_spacing_mode on a per-itemgroup and per-level 
basis.


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