Once again, this snippet says it all:
\documentclass{report}
\usepackage{html}
\begin{document}
There are two seemingly disjoint problems here. I'm running
l2h v98.2-beta2.
Problem 1:
Note that there should be a vector C on the left:
\newcommand{\be}{\begin{displaymath}}
\newcommand{\ee}{\end{displaymath}}
\renewcommand{\vec}[1]
{\mbox{$\stackrel{^{\mathstrut}\smash{\longrightarrow}}{#1}$}}
\be
\vec{\mathcal{C}} = \mathcal{C}
\ee
I see a vector nabla instead.
Problem 2:
Redefining a command fails. I get
\begin{verbatim}
displaymath&sigma#sigma;&Phi#Phi;= 1
\end{verbatim}
below:
\newcommand{\bwaa}{\begin{equation}}
\newcommand{\ewaa}{\end{equation}}
\renewcommand{\bwaa}{\begin{displaymath}}
\renewcommand{\ewaa}{\end{displaymath}}
\bwaa
\sigma \Phi = 1
\ewaa
\end{document}
-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 |
+----------------------------------------------------------------------+