Hi! I guess this is a faq, but I didn’t find a way to do it … I want to use pagenumbers in the headings, but no pagenumber on the title page. I try it with: \setupheadertexts[] \setupheadertexts[\setups{header left}][pagenumber][pagenumber][\setups{header right}] \setupfooter[][] \startsetups[header right] \hfill \getmarking[chapter] \stopsetups \startsetups[header left] \getmarking[section] \hfill \stopsetups which gives me the headers I want. (Although I don’t understand why I have to specify the pagenumber two times) But on the titlepage, there is still a number, when I use it with the title module and say: \setuptitle[ page=no, title=…, header=empty, footer=empty ] \startfrontmatter \placetitle \stopfrontmatter I guess, I’m doing somthing wrong, but I cannot figure out what. And btw: Is there a possibility to just print the pagenumber? Hope I made the problem clear, cheers Arno