[ python-Bugs-1008998 ] vertical bar typeset horizontal in docs

SourceForge.net noreply at sourceforge.net
Wed Jan 19 08:24:47 CET 2005


Bugs item #1008998, was opened at 2004-08-13 18:30
Message generated for change (Comment added) made by fdrake
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1008998&group_id=5470

Category: Documentation
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Alan (aisaac0)
>Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: vertical bar typeset horizontal in docs

Initial Comment:
I noticed a bug in the PDF version of the Python 2.3 docs.
The PDF production tries to typeset the vertical bar
'|' in textmode.  An example of this problem is the
documentation for set union, which looks like s--t instead
of s|t.

To typeset the vertical bar either
i. use $|$
ii. use \texttt{|}
or
iii. change the encoding

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2005-01-19 02:24

Message:
Logged In: YES 
user_id=3066

Fixed in Doc/lib/libsets.tex revisions 1.16, 1.15.4.1,
1.11.16.4.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1008998&group_id=5470


More information about the Python-bugs-list mailing list