ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* whitespace in \setuplist[chapter]
@ 2014-10-04 19:15 Pablo Rodriguez
  2014-10-05  0:59 ` Thangalin
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodriguez @ 2014-10-04 19:15 UTC (permalink / raw)
  To: ntg >> mailing list for ConTeXt users

Dear list,

I have the following sample:

    \startsetups[setups:chapterlist]
      \setupwhitespace[10*big]
    \stopsetups
    \setuplist[chapter][setups=setups:chapterlist]
    \starttext
    \completecontent
    \dorecurse{50}{\chapter{My Chapter}}
    \stoptext

I thought that setups were the right way to setup whitespace in TOC, but
it doesn’t seem to work.

Which is the right way to do it?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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] 3+ messages in thread

* Re: whitespace in \setuplist[chapter]
  2014-10-04 19:15 whitespace in \setuplist[chapter] Pablo Rodriguez
@ 2014-10-05  0:59 ` Thangalin
  2014-10-05  7:03   ` Pablo Rodriguez
  0 siblings, 1 reply; 3+ messages in thread
From: Thangalin @ 2014-10-05  0:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Try:

\setuplist[chapter][
  before={\blank[4*big]}
]

\starttext
  \completecontent
  \dorecurse{50}{\chapter{My Chapter}}
\stoptext

See also:

http://wiki.contextgarden.net/Command/setuplist
http://tex.stackexchange.com/questions/89758/
___________________________________________________________________________________
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] 3+ messages in thread

* Re: whitespace in \setuplist[chapter]
  2014-10-05  0:59 ` Thangalin
@ 2014-10-05  7:03   ` Pablo Rodriguez
  0 siblings, 0 replies; 3+ messages in thread
From: Pablo Rodriguez @ 2014-10-05  7:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 10/05/2014 02:59 AM, Thangalin wrote:
> Try:
> 
> \setuplist[chapter][before={\blank[4*big]}]

Many thanks for your reply, Thangalin.

I completely forgot the before option. Of course that was the right way
to set the separation between chapter entries in the TOC.

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2014-10-05  7:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-04 19:15 whitespace in \setuplist[chapter] Pablo Rodriguez
2014-10-05  0:59 ` Thangalin
2014-10-05  7:03   ` Pablo Rodriguez

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).