classification
Title: Math mode not well handled in \documentclass{howto}
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: fdrake Nosy List: dvarrazzo, fdrake (2)
Priority: normal Keywords

Created on 2005-02-17 13:08 by dvarrazzo, last changed 2006-04-26 23:30 by fdrake.

Messages (2)
msg24331 - (view) Author: Daniele Varrazzo (dvarrazzo) Date: 2005-02-17 13:08
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)
msg24332 - (view) Author: Fred L. Drake, Jr. (fdrake) Date: 2006-04-26 23:30
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.
History
Date User Action Args
2005-02-17 13:08:16dvarrazzocreate