Am 30.05.10 15:32, schrieb Vyatcheslav Yatskovsky:
Use part in both occasions? It works, but gives blank page:
\setuphead [part] [number=no, style={\ss\bfd}] %page=right]
\def\StartTitlePage {\startstandardmakeup[doublesided=no,align=right,style={\switchtobodyfont[ss,18pt]}]
\setupbackgrounds[header][text][background=] \setupindenting[none] \setupinterlinespace \let\\=\blank}
\def\StopTitlePage {\par\vfill {\tfx Version \currentdate[year,-,mm,-,dd]} \stopstandardmakeup}
\definehead[TitlePage][part]
\setuphead [TitlePage] [before=\StartTitlePage, after=\StopTitlePage]
\starttext \TitlePage{Hello} \stoptext
ConTeXt has for headers the key 'placehead' which controls whether a header (placehead=yes) is shown or hidden (placehead=no) but there is a third value (placehead=empty) which use the page key for the header but hides the header itself. The default setup for \part has the empty value for placehead and to show the content you have to set \setuphead[part][placehead=yes] Wolfgang