ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Removing headers with chapter headings
@ 2006-02-03 13:19 Elliot Clifton
  2006-02-03 13:44 ` Taco Hoekwater
  2006-02-03 13:45 ` Renaud AUBIN
  0 siblings, 2 replies; 3+ messages in thread
From: Elliot Clifton @ 2006-02-03 13:19 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 325 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 345 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Removing headers with chapter headings
  2006-02-03 13:19 Removing headers with chapter headings Elliot Clifton
@ 2006-02-03 13:44 ` Taco Hoekwater
  2006-02-03 13:45 ` Renaud AUBIN
  1 sibling, 0 replies; 3+ messages in thread
From: Taco Hoekwater @ 2006-02-03 13:44 UTC (permalink / raw)




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

You need

   \setuphead[chapter][header=high]

Cheers,
Taco

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Removing headers with chapter headings
  2006-02-03 13:19 Removing headers with chapter headings Elliot Clifton
  2006-02-03 13:44 ` Taco Hoekwater
@ 2006-02-03 13:45 ` Renaud AUBIN
  1 sibling, 0 replies; 3+ messages in thread
From: Renaud AUBIN @ 2006-02-03 13:45 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 1118 bytes --]

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={foreground,HeaderDeco},
        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
>  
>


[-- Attachment #1.2: Type: text/html, Size: 2056 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-02-03 13:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-03 13:19 Removing headers with chapter headings Elliot Clifton
2006-02-03 13:44 ` Taco Hoekwater
2006-02-03 13:45 ` Renaud AUBIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).