\setupitezmize[joinedup,nowhite] not working
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
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] In my styles, I use: https://github.com/adityam/context-slides-example/commit/f237cf9e918146d8d02... Aditya
Dnia 2013-04-25, o godz. 17:48:46
Aditya Mahajan
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/f237cf9e918146d8d02...
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
Am 26.04.2013 um 00:24 schrieb Marcin Borkowski
Dnia 2013-04-25, o godz. 17:48:46 Aditya Mahajan
napisał(a): In my styles, I use:
https://github.com/adityam/context-slides-example/commit/f237cf9e918146d8d02...
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
On Fri, 26 Apr 2013, Wolfgang Schuster wrote:
Am 26.04.2013 um 00:24 schrieb Marcin Borkowski
: Dnia 2013-04-25, o godz. 17:48:46 Aditya Mahajan
napisał(a): In my styles, I use:
https://github.com/adityam/context-slides-example/commit/f237cf9e918146d8d02...
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
participants (3)
-
Aditya Mahajan
-
Marcin Borkowski
-
Wolfgang Schuster