Bugs item #1209560, was opened at 2005-05-27 00:33 Message generated for change (Settings changed) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1209560&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Documentation Group: None Status: Closed Resolution: Fixed Priority: 5 Submitted By: paul rubin (phr) >Assigned to: Georg Brandl (gbrandl) Summary: spurious blank page in dist.pdf Initial Comment: In the US Letter sized version of dist.pdf in the current download zip (Python 2.4.1), the third page of the file (the one immediately preceding the table of contents, which starts with roman numeral "i") is blank. That means that page "i" of the table of contents, and page "1" of the actual document, begin on even-numbered pages in the file. This is bad because if you print on a duplex printer, page 1 comes out on the back of page ii, page 3 comes out on the back of page 2, etc. You want odd numbered pages to be on the front and even numbered pages to be on the back, so page 2 should be on the back of page 1, etc. This is probably a problem with the latex extension that made the pdf file and so it probably affects the other pdfs as well as dist.pdf, but that's the only one I printed. ---------------------------------------------------------------------- Comment By: Georg Brandl (birkenfeld) Date: 2005-06-18 20:12 Message: Logged In: YES user_id=1188172 Thanks for the report! Checked in as Doc/dist/dist.tex rev 1.95, 1.86.2.5. ---------------------------------------------------------------------- Comment By: Georg Brandl (birkenfeld) Date: 2005-06-04 11:12 Message: Logged In: YES user_id=1188172 This indeed happens only in dist.pdf. Attaching a patch which includes the copyright, as in all other documents, and magically, the paging is right. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1209560&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com