[ python-Bugs-1124692 ] Math mode not well handled in \documentclass{howto}
SourceForge.net
noreply at sourceforge.net
Thu Apr 27 01:30:48 CEST 2006
Bugs item #1124692, was opened at 2005-02-17 08:08
Message generated for change (Comment added) made by fdrake
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1124692&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.4
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Daniele Varrazzo (dvarrazzo)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Math mode not well handled in \documentclass{howto}
Initial Comment:
LaTeX loses its Math Magic (tm) when using
\documentclass{howto}: underscore operator in math
enviroment doesn't produce subscripts.
This documents shows some oddities:
\documentclass{howto}
\begin{document}
Water is $H_2O$, and subscript is missing from...
\[ V_{0,r} \]
Superscripts are instead fine, as $e^{\pi i} + 1 = 0$
shows.
Also this is completely different from what obtained by
\textbackslash documentclass\{article\}.
\[ \sum_{k=0}^\infty \int_0^k f(x) dx \]
\end{document}
The bug is removed by commenting out lines 541--549 in
python.sty, but i don't know how to *fix* them... (not a
TeXpert)
Using Python 2.3.5, Windows 2000, LaTeX2e (e-TeX
3.141592-2.2, MikTex 2.4 implementation)
----------------------------------------------------------------------
>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2006-04-26 19:30
Message:
Logged In: YES
user_id=3066
Boy, has this lingered!
Everything seems to be fine with the current version using
your example docuement, so I'm closing this as out of date.
Please respond if you're still having trouble with the
latest version.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1124692&group_id=5470
More information about the Python-bugs-list
mailing list