Re: [NTG-context] avoid space after title

2017-08-17 Thread Henning Hraban Ramm
Am 2017-08-16 um 18:50 schrieb Wolfgang Schuster : > Play with the grid key for \setuphead. > > \setuphead[section][page=no,before=,after=,grid=box] That does the trick for me. Thank you very much! (It doesn’t kill all the space, but the result is what I actually

Re: [NTG-context] avoid space after title

2017-08-16 Thread Wolfgang Schuster
Play with the grid key for \setuphead. \setuphead[section][page=no,before=,after=,grid=box] Wolfgang Henning Hraban Ramm 15. August 2017 um 18:18 I’d like to get rid of the blank line after section titles in grid mode. How? \setuplayout[grid=yes,]

Re: [NTG-context] avoid space after title

2017-08-16 Thread Peter Münster
On Wed, Aug 16 2017, Henning Hraban Ramm wrote: >> I’d like to get rid of the blank line after section titles in grid mode. How? >> >> \setuplayout[grid=yes,] >> \setuphead[section][page=no,before={},after={}] Sorry, no real solution, just a workaround:

Re: [NTG-context] avoid space after title

2017-08-16 Thread Rik Kabel
On 2017-08-16 12:20, Pablo Rodriguez wrote: On 08/16/2017 05:48 PM, Henning Hraban Ramm wrote: Please, this is quite urgent. No hints? Am 2017-08-15 um 18:18 schrieb Henning Hraban Ramm: I’d like to get rid of the blank line after section titles in grid mode. How? Hi Hraban, I checked it

Re: [NTG-context] avoid space after title

2017-08-16 Thread Pablo Rodriguez
On 08/16/2017 05:48 PM, Henning Hraban Ramm wrote: > Please, this is quite urgent. No hints? > > Am 2017-08-15 um 18:18 schrieb Henning Hraban Ramm: >> I’d like to get rid of the blank line after section titles in grid >> mode. How? Hi Hraban, I checked it yesterday, but I didn’t found a

Re: [NTG-context] avoid space after title

2017-08-16 Thread Henning Hraban Ramm
Please, this is quite urgent. No hints? Am 2017-08-15 um 18:18 schrieb Henning Hraban Ramm : > I’d like to get rid of the blank line after section titles in grid mode. How? > > \setuplayout[grid=yes,] > \setuphead[section][page=no,before={},after={}] > > \starttext > >

[NTG-context] avoid space after title

2017-08-15 Thread Henning Hraban Ramm
I’d like to get rid of the blank line after section titles in grid mode. How? \setuplayout[grid=yes,] \setuphead[section][page=no,before={},after={}] \starttext \startchapter[title={Authors}] \startsection[title={Knuth}] \input knuth \stopsection \startsection[title={Tufte}] \input tufte