Hello, On Wed, Oct 01, 2003 at 08:51:26AM +0200, Willi Egger wrote:
Gonçalo Morais wrote
usually I will have an extra empty page as the last page of the document. How can I cut it out or avoid it? Could you be more specific? - Normally you will get an empty page when in doublesided mode i.e. when saying \setuppagenumbering[alternative=doublesided] or things like \setuplayout[location=doublesided] Another possibility is if you use frontmatter, bodymatter, appendices etc. -- if you combine this with doublesided you can even get a odd number of pages. In this case the solution is: \setupsectionblock[frontpart] [page=] \setupsectionblock[bodypart] [page=] \setupsectionblock[backpart] [page=] \setupsectionblock[appendixpart][page=]
Tobias