Winfried Plappert <[EMAIL PROTECTED]> added the comment:

I have rerun the making of the PDFs with the make command. Everything
looks fine now. I did not realize that pdflatex is called multiple times
during the process of PDF creation. 

%.pdf: %.tex
        pdflatex '$<'
        pdflatex '$<'
        pdflatex '$<'
        -makeindex -s python.ist '$(basename $<).idx'
        -makeindex -s python.ist '$(basename mod$<).idx'
        pdflatex '$<'
        pdflatex '$<'

Sorry, my fault and responsibility. Thanks, Winfried

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3909>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to