I'm using LaTeX2HTML v98.1p1, with the color fixes (found at http://www.cs.pitt.edu/~daley/L2H) that Bob Daley described in the email at http://www.rosat.mpe-garching.mpg.de/mailing-lists/LaTeX2HTML/1998-03/msg00178.h tml (BTW, are those going to be incorporated into the official release?) I had similar problems with the standard v98.1p1, and with 98.1delta, which I was using earlier. This snippet illustrates my problem. \documentclass{article} \usepackage{color} \usepackage{html} \begin{document} {\color{red}Some text that should be red, but in latex2html is black.} \newcommand{\fn}[1]{\left( #1 \right)} \newcommand{\ddt}[1]{\frac{\partial}{\partial t} \fn{#1}} Some black text, then a formula that should be black: $\ddt{\phi \xi} = \phi \ddt{\xi} + \xi \ddt{\phi}$ In latex2html, the above formula is red. Then, a mixed color equation: ${\color{blue} Blue} + {\color{red} Red} = {\color{green} Green}$ The $+$ and $=$ in the above equation should be black, but are red in the html. \end{document} Am I doing something wrong here? As you might guess, this latex comes from a slide presentation. -Mike +----------------------------------------------------------------------+ | Dr. Michael L. Hall <[EMAIL PROTECTED]>, 505-665-4312 | | Los Alamos National Laboratory Research: radiation transport, | | P.O. Box 1663, MS-D409 fluid dynamics, numerical modeling, | | Los Alamos, NM 87545 magnetohydrodynamics | +----------------------------------------------------------------------+
