[issue2418] Incorrect LaTeX generated (Python 2.6a1)

Vincent Manis report at bugs.python.org
Wed Mar 19 07:39:47 CET 2008


New submission from Vincent Manis <vmanis at telus.net>:

The LaTeX code generated by Sphinx in 2.6a1 is incorrect. Some, but not 
all, of the \end{Verbatim}'s come at the ends of lines, rather than on 
lines of their own. Here is an example, at line 435 of reference.tex.

            return r                # error: inconsistent 
dedent\end{Verbatim}

Each occurrence of this construction results in the `make all-pdf'  
failing. 

Also, at approximately line 42051 of library.tex, the environment classdescni is undefined.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2418>
__________________________________


More information about the Python-bugs-list mailing list