Re: [NTG-context] Removing headers with chapter headings

2006-02-03 Thread Renaud AUBIN




Hi Elliot,

Here, I use the option header=empty and defined a custom chapter
command:

\setuphead[chapter][header=high, command=\ChapterHeader, style=\tfd]
  \def\ChapterHeader#1#2{%
    \framedtext
  [width= \overlaywidth,
    height=12\bodyfontsize,
    background="">
    offset=0pt,
    strut=no,
    frame=off,
    align=left]{%
    \blank[4\bodyfontsize,force]
    #1
    \blank[small]
    #2}} 

Cheers,

Renaud

Elliot Clifton a écrit :
I setup chapter headings as:
  
\setuphead[chapter][header=none]
  
I want the effect of header=none only on the chapter page, but it
persists across all subsequent pages. How can I reset the header to
sate=normal for pages after my chapter. pages.
  
  
Note: chapter pages are not blank --- they contain bodytext
  
Elliot
  

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context
  




___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Removing headers with chapter headings

2006-02-03 Thread Taco Hoekwater


Elliot Clifton wrote:
> I setup chapter headings as:
> 
> \setuphead[chapter][header=none]

You need

   \setuphead[chapter][header=high]

Cheers,
Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context