[issue4173] PDF documentation: long verbatim lines are cut off at right hand side

Winfried Plappert report at bugs.python.org
Wed Oct 22 16:11:57 CEST 2008


New submission from Winfried Plappert <Winfried.Plappert at gmx.de>:

I seen this issue at various places, but I will quote from extending.pdf:
Chapter 3: 'Building C and C++ Extensions with distutils' shows two long
gcc commands.

gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DMAJOR_VERSION=1
-DMINOR_VERSION=0 -I/usr/local/include -I/usr/local/include/python2.2 -c
demo.c -o build/temp.linux-i686-2.2/demo.o

gcc -shared build/temp.linux-i686-2.2/demo.o -L/usr/local/lib -ltcl83 -o
build/lib.linux-i686-2.2/demo.so

The HTML version at http://docs.python.org/extending/building.html uses
a slider to be able to see all the code, but the PDF-version does not
have this feature. Consequently, the text is chopped off at the right
hand side after the 98th character.

----------
assignee: georg.brandl
components: Documentation tools (Sphinx)
messages: 75080
nosy: georg.brandl, wplappert
severity: normal
status: open
title: PDF documentation: long verbatim lines are cut off at right hand side
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4173>
_______________________________________


More information about the Python-bugs-list mailing list