Re: [NTG-context] Remove header after ToC

2017-10-17 Thread N. Raghavendra
At 2017-10-17T16:58:22+02:00, Tomas Hala wrote: > Add the following \if command: > > \startfrontmatter > \completecontent > \ifodd\pageno\page[empty]\else\setupheadertexts[chapter][pagenumber]\fi > \stopfrontmatter Thanks, that should work. However, searching through setup-en.pdf, I found

Re: [NTG-context] Remove header after ToC

2017-10-17 Thread Tomas Hala
Add the following \if command: \startfrontmatter \completecontent \ifodd\pageno\page[empty]\else\setupheadertexts[chapter][pagenumber]\fi \stopfrontmatter Best wishes, Tomas Tue, Oct 17, 2017 ve 07:17:34PM +0530 N. Raghavendra napsal(a): # At 2017-10-17T12:34:06+02:00, Tomas Hala

Re: [NTG-context] Remove header after ToC

2017-10-17 Thread N. Raghavendra
At 2017-10-17T19:17:34+05:30, N. Raghavendra wrote: > if the current page is even numbered ; then > \page [empty] > else > do nothing > endif Read "odd" instead of "even" in the place marked . Raghu. -- N. Raghavendra ,

Re: [NTG-context] Remove header after ToC

2017-10-17 Thread N. Raghavendra
At 2017-10-17T12:34:06+02:00, Tomas Hala wrote: > I did two changes in your code: > > 1. Disabling of header=empty. > 2. Adding of \page[empty]. > > Probably, there is better and system solution, > but this might help you, I guess. Dear Tomas, Thank you for your kind help. The change you made

Re: [NTG-context] Remove header after ToC

2017-10-17 Thread Tomas Hala
Hi Raghu, I did two changes in your code: 1. Disabling of header=empty. 2. Adding of \page[empty]. Probably, there is better and system solution, but this might help you, I guess. Best wishes, Tomas %% ... \setuphead [chapter] [page={yes,header,footer,right}, %

Re: [NTG-context] Remove header after ToC

2017-10-17 Thread N. Raghavendra
Any help is appreciated! Do let me know if some more information is needed. Thanks and regards, Raghu. -- At 2017-10-16T08:33:13+05:30, N. Raghavendra wrote: > I am a ConTeXt beginner. I am having trouble getting rid of the