Re: [NTG-context] Grey background for pages belonging to last section of every chapter

2015-02-02 Thread Wolfgang Schuster
> Am 30.01.2015 um 21:43 schrieb Rob Heusdens : > > Correction, I added "offset=none,frameoffset=0pt," to the parameters for > the textbackground frame. > > Code again with correction: > > % test background > \setupwhitespace[none] > \setupindenting[yes, small, next] > \setuppagenumbering[alter

Re: [NTG-context] Grey background for pages belonging to last section of every chapter

2015-01-30 Thread Rob Heusdens
Correction, I added "offset=none,frameoffset=0pt," to the parameters for the textbackground frame. Code again with correction: % test background \setupwhitespace[none] \setupindenting[yes, small, next] \setuppagenumbering[alternative=doublesided] \definetextbackground [SummaryBackground] [fr

Re: [NTG-context] Grey background for pages belonging to last section of every chapter

2015-01-30 Thread Rob Heusdens
> Make a working minimal example which shows the problem because I’cant > reproduce the problems you mention. > > Wolfgang Hello Wofgang, So far I am unable of re-producing the missing bold description for summary section titles (and all of sudden, the summary titles no longer show up in the TOC

Re: [NTG-context] Grey background for pages belonging to last section of every chapter

2015-01-30 Thread Wolfgang Schuster
> Am 30.01.2015 um 19:28 schrieb Rob Heusdens : > >> Use text backgrounds. >> >> \definetextbackground >> [SummaryBackground] >> [frame=off, >> background=color, >> backgroundcolor=gray] >> >> \definehead[summary][section] >> >> \setuphead >> [summary] >> [before=, >> beforesection={

Re: [NTG-context] Grey background for pages belonging to last section of every chapter

2015-01-30 Thread Rob Heusdens
> Use text backgrounds. > > \definetextbackground > [SummaryBackground] > [frame=off, >background=color, >backgroundcolor=gray] > > \definehead[summary][section] > > \setuphead > [summary] > [before=, >beforesection={\blank\starttextbackground[SummaryBackground]}, >aftersect

Re: [NTG-context] Grey background for pages belonging to last section of every chapter

2015-01-30 Thread Wolfgang Schuster
> Am 30.01.2015 um 18:17 schrieb Rob Heusdens : > > Problem is however resetting the background. In the after option of > \setuphead will not work, the \page is ejected directly after the section > title. I want to reset to normal background after the section itself > finishes. After this special

Re: [NTG-context] Grey background for pages belonging to last section of every chapter

2015-01-30 Thread Rob Heusdens
> >> Am 30.01.2015 um 17:18 schrieb Rob Heusdens : >> >>> Hello list, >>> >>> For the last section of every chapter I want a grey background for the >>> text, which otherwise should look the same as every other section, >>> except >>> that it starts on a new page (I can set that by defining my own

Re: [NTG-context] Grey background for pages belonging to last section of every chapter

2015-01-30 Thread Wolfgang Schuster
> Am 30.01.2015 um 17:18 schrieb Rob Heusdens : > >> Hello list, >> >> For the last section of every chapter I want a grey background for the >> text, which otherwise should look the same as every other section, except >> that it starts on a new page (I can set that by defining my own section >>

Re: [NTG-context] Grey background for pages belonging to last section of every chapter

2015-01-30 Thread Rob Heusdens
> Hello list, > > For the last section of every chapter I want a grey background for the > text, which otherwise should look the same as every other section, except > that it starts on a new page (I can set that by defining my own section > command). > > The last section summarizes the chapter. > >

[NTG-context] Grey background for pages belonging to last section of every chapter

2015-01-30 Thread Rob Heusdens
Hello list, For the last section of every chapter I want a grey background for the text, which otherwise should look the same as every other section, except that it starts on a new page (I can set that by defining my own section command). The last section summarizes the chapter. My current imple