Re: [NTG-context] headers of multiple pages toc

2006-01-07 Thread Willi Egger


Hi Renaud,

Actually I have the thread deleted...
Still, if I remember correctly, you could do things like

\setupheadertexts[Mybook-title][Contents]
\completecontent[criterium=all, interaction=all]

Where \completecontent places a title and an entry in the TOC itself. 
The following pages of the TOC will get a header as setup with the 
setupheadertexts command.



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


[NTG-context] headers of multiple pages toc

2006-01-03 Thread Renaud AUBIN




Hi all,

I have multiple pages toc, lof and lot and I want to write headers on
pages after the first... I have succeeded in writting headers (chapter
or section titles) in other parts of my product but I dunno how to
manage this in special part (i.e. in \placecompletecontent).

Cheers,




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


Re: [NTG-context] headers of multiple pages toc

2006-01-03 Thread Hans Hagen

Renaud AUBIN wrote:


Hi all,

I have multiple pages toc, lof and lot and I want to write headers on 
pages after the first... I have succeeded in writting headers (chapter 
or section titles) in other parts of my product but I dunno how to 
manage this in special part (i.e. in \placecompletecontent).


just use \chapter{...} and \placecontent in a \startfrontmatter .. 
\stopfrontmatter section


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


Re: [NTG-context] headers of multiple pages toc

2006-01-03 Thread Renaud AUBIN

Hans Hagen a écrit :



just use \chapter{...} and \placecontent in a \startfrontmatter .. 
\stopfrontmatter section


Hans



I use :

\setupheadertexts[][chapter]

 \startfrontmatter
\setupheadertexts[][{\sl \getmarking[chapter]}]
\setuppagenumbering[conversion=romannumerals]
\setuppagenumber[number=1]
 \completecontent[alternative=c]
 \completelistoffigures[alternative=c]
 \component src/chapters/c_intro
 \stopfrontmatter

+

\setuphead[chapter][command=\ChapterHeader, style=\tfd, header=high]

 \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}}

\setupbackgrounds[header][text][bottomframe=on]
\setupbackgrounds[footer][text][topframe=on]

...in my environment.
My component c_intro contains a chapter on multiple page, the header 
text and bottom frame work but I haven't any header text while header 
bottom frame work in toc and lof


Cheers,





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