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-19.16:46:44
SpamBayes Score 6.825651e-13
Marked as misclassified No
Message-id <1221842807.23.0.726390591277.issue3909@psf.upfronthosting.co.za>
In-reply-to
Content
I try to build PDF documentation from current Python-2.6rc2 and Python-
3.0rc1 versions. I tried the process under Windows XP and also Linux 
(Ubuntu). The results are the same. The documentation is not built 
correctly, mostly the table of contents and always the index is missing. 
pdflatex always stops with the same error:

! Too many }'s.
l.122 }

Line 122 refers to the file sphinx.sty.

After stopping, I rerun pdflatex with the command "R" to completion. 
This run has been created via the 3.0rc1 files, based on WindowsXP.

I will include a log file from the pdflatex build process. The error is 
in line 364 of file tutorial.log. 

The pdflatex (WindowsXP) version is:
MiKTeX-pdfTeX 2.7.3147 (1.40.9) (MiKTeX 2.7)
Copyright (C) 1982 D. E. Knuth, (C) 1996-2006 Han The Thanh
TeX is a trademark of the American Mathematical Society.

In case you need more docu, please let me know.

Winfried
History
Date User Action Args
2008-09-19 16:46:47wplappertsetrecipients: + wplappert, georg.brandl
2008-09-19 16:46:47wplappertsetmessageid: <1221842807.23.0.726390591277.issue3909@psf.upfronthosting.co.za>
2008-09-19 16:46:46wplappertlinkissue3909 messages
2008-09-19 16:46:45wplappertcreate