Hello again: When I compile my context documents with the command: texexec --pdf myfile usually I will have an extra empty page as the last page of the document. How can I cut it out or avoid it? thanks in advance Gonçalo -------------------------------------------- IPLNet WebMail http://www.mail.ipl.pt -------------------------------------------- "Campus Virtual" do IPL - Aguarda aprovação! http://www.net.ipl.pt/index.html#WIRELESS --------------------------------------------
Hi Goncalo, Gonçalo Morais wrote
Hello again:
When I compile my context documents with the command:
texexec --pdf myfile
usually I will have an extra empty page as the last page of the document. How can I cut it out or avoid it?
thanks in advance
Gonçalo
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] Willi
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
You got it. The reason was the use of \startbodymatter and all the other things. Now that I remove it, everything works fine. Thanks On Wed, 2003-10-01 at 09:42, Tobias Burnus wrote:
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 _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
participants (4)
-
gmorais
-
Gonçalo Morais
-
Tobias Burnus
-
Willi Egger