On Thursday 27 April 2006 18:56, Johannes Graumann wrote:
> Hello
>
> I have coded my 'Appendix' like so:
>
> \setuphead
>   [part]
>   [
>     header=empty,
>     footer=empty,
>     alternative=middle,
>     placehead=yes,
>     resetnumber=no,
>     number=no,
>     style={
>       \ss\switchtobodyfont[60pt]\setupinterlinespace[line=2.8ex]
>     },
>     page=right
>   ]
>
> \startappendices
> \setuppagenumbering[way=bytext,partnumber=no,conversion=numbers,location={h
>eader,right}] \framed
>   [%
>     height=\textheight,%
>     frame=off,%
>   ]
>   {
>     \part{Appendices}
>   }
> {\stopappendices}
>
> Which gives me a nicely vertically and horizontally centered title. One
> problem remains though: I can't get rid of the page number. The
> framed  '\setuphead[part]' commands concerning header and footer are being
> overruled and I can't figure out how to have an empty header for just the
> page containing the frame.
>
> Thanks for any hints,
>
> Joh

I would take a different approach, with each part header (there
can't be that many) enclosed in 
\startstandardmakeup
and
\stopstandardmakeup

To get the part into the TOC there is a command to write an
entry manually, with \writetolist. 

-- 
John Culleton
Books with answers to marketing and publishing questions:
http://wexfordpress.com/tex/shortlist.pdf

Book coaches, consultants and packagers:
http://wexfordpress.com/tex/packagers.pdf

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

Reply via email to