[Python-bugs-list] [ python-Bugs-809599 ] tex to html convert bug
SourceForge.net
noreply at sourceforge.net
Tue Sep 23 16:12:15 EDT 2003
Bugs item #809599, was opened at 2003-09-19 22:13
Message generated for change (Comment added) made by fdrake
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=809599&group_id=5470
Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: George Yoshida (quiver)
>Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: tex to html convert bug
Initial Comment:
At the section "22. MS Windows Specific Services" in
Python Library Reference, there're strange
characters in the middle of the sentence.
http://www.python.org/dev/doc/devel/lib/node735.ht
ml
> msvcrt Miscellaneous useful routines from the
> MS VC++<#67760#><#67760#> runtime
You can see strange tags, "<#67760#>" after the
word, "VC++".
In Python 2.2, it looks just fine.
http://www.python.org/doc/2.2.2/lib/node611.html
> msvcrt Miscellaneous useful routines from the
> MS VC++ runtime.
It looks like this problem is caused by Fred's last
commit to libmsvcrt.tex(Jul 2 2003).
----------------------------------------------------------------------
>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2003-09-23 16:12
Message:
Logged In: YES
user_id=3066
I was just about to post a report on this myself when I saw
this.
The ugly <#67760#> junk is a representation of syntactical
curly braces used internally in LaTeX2HTML; these should be
be produced in the final output. I'm pretty sure I know
what needs to be done to fix this, but won't be able to get
to it in time for Python 2.3.1. This will be fixed for
Python 2.3.2 and 2.4.
Assigned to me.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=809599&group_id=5470
More information about the Python-bugs-list
mailing list