This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wplappert
Recipients georg.brandl, wplappert
Date 2008-09-26.17:58:36
SpamBayes Score 3.490973e-06
Marked as misclassified No
Message-id <1222451918.25.0.0100520450931.issue3909@psf.upfronthosting.co.za>
In-reply-to
Content
I found at least one bug:

% Detect if we're using XeLaTeX
\IfFileExists{ifxetex.sty}{%
  \RequirePackage{ifxetex}
}{% not using xelatex
  \newif\ifxetex\xetexfalse         %(line 69)
}
should say:
  \newif\ifxetex\xetexfalse\fi

That makes it possible to run through without any serious errors.

However the index is still defective. Here are the relevant line from
"reference.log" (just as an example):

"""
Writing index file reference.idx
\modindexfile=\write6

...

No file reference.ind.
[99

] (reference.aux) )
"""
Something with your suffixes seems to be incorrect, but I cannot find
it. I guess you are using a built-in macro, but you're not obeying the
filename specifications correctly. Otherwise the index should be included. 

The generated PDF looks far better, but still lacks a proper footer. The
current footer is just "Contents" (at least for reference.pdf,
documenting.pdf, extending.pdf file).
History
Date User Action Args
2008-09-26 17:58:38wplappertsetrecipients: + wplappert, georg.brandl
2008-09-26 17:58:38wplappertsetmessageid: <1222451918.25.0.0100520450931.issue3909@psf.upfronthosting.co.za>
2008-09-26 17:58:37wplappertlinkissue3909 messages
2008-09-26 17:58:36wplappertcreate