ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \setupitezmize[joinedup,nowhite] not working
@ 2013-04-25 21:37 Marcin Borkowski
  2013-04-25 21:48 ` Aditya Mahajan
  0 siblings, 1 reply; 5+ messages in thread
From: Marcin Borkowski @ 2013-04-25 21:37 UTC (permalink / raw)
  To: ConTeXt mailing list

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: \setupitezmize[joinedup,nowhite] not working
  2013-04-25 21:37 \setupitezmize[joinedup,nowhite] not working Marcin Borkowski
@ 2013-04-25 21:48 ` Aditya Mahajan
  2013-04-25 22:24   ` Marcin Borkowski
  0 siblings, 1 reply; 5+ messages in thread
From: Aditya Mahajan @ 2013-04-25 21:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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/f237cf9e918146d8d02a914bde09b1066a4b848e

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: \setupitezmize[joinedup,nowhite] not working
  2013-04-25 21:48 ` Aditya Mahajan
@ 2013-04-25 22:24   ` Marcin Borkowski
  2013-04-25 22:44     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Marcin Borkowski @ 2013-04-25 22:24 UTC (permalink / raw)
  To: ntg-context

Dnia 2013-04-25, o godz. 17:48:46
Aditya Mahajan <adityam@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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: \setupitezmize[joinedup,nowhite] not working
  2013-04-25 22:24   ` Marcin Borkowski
@ 2013-04-25 22:44     ` Wolfgang Schuster
  2013-04-25 23:20       ` Aditya Mahajan
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2013-04-25 22:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 26.04.2013 um 00:24 schrieb Marcin Borkowski <mbork@wmi.amu.edu.pl>:

> Dnia 2013-04-25, o godz. 17:48:46
> Aditya Mahajan <adityam@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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: \setupitezmize[joinedup,nowhite] not working
  2013-04-25 22:44     ` Wolfgang Schuster
@ 2013-04-25 23:20       ` Aditya Mahajan
  0 siblings, 0 replies; 5+ messages in thread
From: Aditya Mahajan @ 2013-04-25 23:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: TEXT/PLAIN, Size: 742 bytes --]

On Fri, 26 Apr 2013, Wolfgang Schuster wrote:

>
> Am 26.04.2013 um 00:24 schrieb Marcin Borkowski <mbork@wmi.amu.edu.pl>:
>
>> Dnia 2013-04-25, o godz. 17:48:46
>> Aditya Mahajan <adityam@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

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-25 23:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-25 21:37 \setupitezmize[joinedup,nowhite] not working Marcin Borkowski
2013-04-25 21:48 ` Aditya Mahajan
2013-04-25 22:24   ` Marcin Borkowski
2013-04-25 22:44     ` Wolfgang Schuster
2013-04-25 23:20       ` Aditya Mahajan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).