Re: [NTG-context] TOC : Changing the interline spacing of titles, for long titles on multiple lines

2011-05-25 Thread Steffen Wolfrum
Am 25.05.2011 um 00:18 schrieb Mathieu DUPONT: Hi, Is there a way to have, in the table of contents, the titles (of chapters, sections, subsections, etc.) with a different interline spacing than the rest of the TOC ? My TOC interline spacing is set at 1.5 (4.2ex), but I would like to

Re: [NTG-context] TOC : Changing the interline spacing of titles, for long titles on multiple lines

2011-05-25 Thread Mathieu DUPONT
Actually, the \setuplocalinterlinespace[line=4.2ex] command allowed me to get what I wanted.Thank you very much !What I did (see below for the interested) is I putbefore={\setuplocalinterlinespace[line=2.8ex]\blank[halfline]to change the interline space of titles, but I also

Re: [NTG-context] TOC : Changing the interline spacing of titles, for long titles on multiple lines

2011-05-25 Thread Wolfgang Schuster
Am 25.05.2011 um 00:18 schrieb Mathieu DUPONT: Hi, Is there a way to have, in the table of contents, the titles (of chapters, sections, subsections, etc.) with a different interline spacing than the rest of the TOC ? My TOC interline spacing is set at 1.5 (4.2ex), but I would like to

Re: [NTG-context] TOC : Changing the interline spacing of titles, for long titles on multiple lines

2011-05-25 Thread 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. Thanks Wolfgang. Mathieu From: schuster.wolfg...@googlemail.com Date: Wed, 25 May 2011 17:36:04 +0200 To:

Re: [NTG-context] TOC : Changing the interline spacing of titles, for long titles on multiple lines

2011-05-25 Thread Wolfgang Schuster
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

Re: [NTG-context] TOC : Changing the interline spacing of titles, for long titles on multiple lines

2011-05-25 Thread Mathieu DUPONT
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

Re: [NTG-context] TOC : Changing the interline spacing of titles, for long titles on multiple lines

2011-05-25 Thread Wolfgang Schuster
Am 25.05.2011 um 18:02 schrieb Mathieu DUPONT: 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

Re: [NTG-context] TOC : Changing the interline spacing of titles, for long titles on multiple lines

2011-05-25 Thread Mathieu DUPONT
That's interesting. I am sure how to integrate it in my TOC though. I would have to replace both \box0 and \box2 by something like \placecontent[current] or \placecurrentcontent. Does such a thing exist ? Mathieu From: schuster.wolfg...@googlemail.com Date: Wed, 25 May 2011 18:12:37 +0200

Re: [NTG-context] TOC : Changing the interline spacing of titles, for long titles on multiple lines

2011-05-25 Thread Wolfgang Schuster
Am 25.05.2011 um 19:48 schrieb Mathieu DUPONT: That's interesting. I am sure how to integrate it in my TOC though. I would have to replace both \box0 and \box2 by something like \placecontent[current] or \placecurrentcontent. Does such a thing exist ? You need your list command