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.

classification
Title: Incorrect LaTeX generated (Python 2.6a1)
Type: behavior Stage:
Components: Documentation tools (Sphinx) Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, vmanis1
Priority: normal Keywords:

Created on 2008-03-19 06:26 by vmanis1, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg64043 - (view) Author: Vincent Manis (vmanis1) Date: 2008-03-19 06:39
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.
msg64048 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-03-19 08:00
Thanks, fixed in r61617.
msg64049 - (view) Author: Vincent Manis (vmanis1) Date: 2008-03-19 08:04
On 2008 Mar 19, at 01:00, Georg Brandl wrote:

>
>
> Georg Brandl <georg@python.org> added the comment:
>
> Thanks, fixed in r61617.

Wow, that was fast :-) -- v
History
Date User Action Args
2022-04-11 14:56:32adminsetgithub: 46670
2008-03-19 08:04:53vmanis1setmessages: + msg64049
2008-03-19 08:00:44georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg64048
2008-03-19 06:39:46vmanis1setmessages: + msg64043
2008-03-19 06:26:23vmanis1create