[ python-Bugs-1238210 ] manual.cls contains an invalid pdf-inquiry

SourceForge.net noreply at sourceforge.net
Thu Jul 14 15:43:15 CEST 2005


Bugs item #1238210, was opened at 2005-07-14 13:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1238210&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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Michael Schindler (m-schindler)
Assigned to: Nobody/Anonymous (nobody)
Summary: manual.cls contains an invalid pdf-inquiry

Initial Comment:
I tried to compile the documentation for Python 2.4.1
(download today)
but it fails with the message:

  pdfTeX error (ext1): \pdfinfo used while \pdfoutput
is not set.

This is caused by the \pdfinfo call in manual.cls on
line 72.
I am using teTeX 3.0 where the LaTeX format is based on
pdftex. Therefore, the inquiry for pdf, done in
manual.cls with

  \@ifundefined{pdfinfo}{}{...}
  
always returns true, for both pdf and dvi output.
A better choice woud be using \ifpdf defined in python.sty

Thanks, anyway for the great program!

  Michael Schindler

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1238210&group_id=5470


More information about the Python-bugs-list mailing list