When I run this code, every lines of the TOC become 2.8ex.
What I needed is every lines to be 2.8ex, except for the last line of each title, which should be 4.2 ex.
In other words, all short titles that fit on one line will be 4.2ex (they're all last lines), but, only for the long titles on multiple lines, their first lines will be 2.8ex and their last line will be 4.2ex.
To resume the result I seek, the TOC is 4.2ex, but when a long title is on multiple lines it should stick together (2.8ex).



Mathieu





From: schuster.wolfgang@googlemail.com
Date: Wed, 25 May 2011 17:49:18 +0200
To: ntg-context@ntg.nl
Subject: Re: [NTG-context] TOC : Changing the interline spacing of titles, for long titles on multiple lines


Am 25.05.2011 um 17:42 schrieb Mathieu DUPONT:


Interesting command to know.
Thank you.

However I only wanted the titles to be 2.8ex and the rest of the TOC to be 4.2ex.
Please see previous message for the solution I got.

This is the same as you do (the \blank’s in your example use
the reduced interlinespace too) but with less lineskip changes.

\define\PlaceContent
  {\bgroup
   \title{Contents}
   \setupinterlinespace[line=2.8ex]
   \placecontent
   \stop}

\starttext
\PlaceContent
...
\stoptext

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 ___________________________________________________________________________________