Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect LaTeX generated (Python 2.6a1) #46670

Closed
vmanis1 mannequin opened this issue Mar 19, 2008 · 3 comments
Closed

Incorrect LaTeX generated (Python 2.6a1) #46670

vmanis1 mannequin opened this issue Mar 19, 2008 · 3 comments
Assignees
Labels
docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@vmanis1
Copy link
Mannequin

vmanis1 mannequin commented Mar 19, 2008

BPO 2418
Nosy @birkenfeld

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/birkenfeld'
closed_at = <Date 2008-03-19.08:00:44.193>
created_at = <Date 2008-03-19.06:26:23.074>
labels = ['type-bug', 'docs']
title = 'Incorrect LaTeX generated (Python 2.6a1)'
updated_at = <Date 2008-03-19.08:04:53.980>
user = 'https://bugs.python.org/vmanis1'

bugs.python.org fields:

activity = <Date 2008-03-19.08:04:53.980>
actor = 'vmanis1'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2008-03-19.08:00:44.193>
closer = 'georg.brandl'
components = ['Documentation tools (Sphinx)']
creation = <Date 2008-03-19.06:26:23.074>
creator = 'vmanis1'
dependencies = []
files = []
hgrepos = []
issue_num = 2418
keywords = []
message_count = 3.0
messages = ['64043', '64048', '64049']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'vmanis1']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue2418'
versions = ['Python 2.6']

@vmanis1 vmanis1 mannequin assigned birkenfeld Mar 19, 2008
@vmanis1 vmanis1 mannequin added docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error labels Mar 19, 2008
@vmanis1
Copy link
Mannequin Author

vmanis1 mannequin commented Mar 19, 2008

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.

@birkenfeld
Copy link
Member

Thanks, fixed in r61617.

@vmanis1
Copy link
Mannequin Author

vmanis1 mannequin commented Mar 19, 2008

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

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant