Re: [NTG-context] Deleting The Blank Before Chapter Titles

2014-04-20 Thread Peter Münster
On Sun, Apr 20 2014, joasyann...@gmail.com wrote: > However, I cannot delete the blank before the printing of chapter titles. Do you mean the blank page before the title? Do you want this: \setuphead[chapter][page=no, before=] \starttext text \chapter{Chapter title} \stoptext ? --

Re: [NTG-context] Deleting The Blank Before Chapter Titles

2014-04-20 Thread Wolfgang Schuster
Am 20.04.2014 um 14:31 schrieb : > Hi, > > I am customizing my chapters’ style. > However, I cannot delete the blank before the printing of chapter titles. > > I tried: > > \setuphead [chapter] [before={}] > \setuphead [chapter] [before={\blank[none]}] > \setuphead [chapter] [before={\blank[b

[NTG-context] Deleting The Blank Before Chapter Titles

2014-04-20 Thread joasyannick
Hi, I am customizing my chapters’ style. However, I cannot delete the blank before the printing of chapter titles. I tried: \setuphead [chapter] [before={}] \setuphead [chapter] [before={\blank[none]}] \setuphead [chapter] [before={\blank[back]}] but they do not work. Thank you, Best