Hi Robert (and list),
> I thought you might have a quick answer to the following
> latex2html problem. The following simple latex file works
> fine for latex but latex2html does not seem to understand
> the \newfont command. Is there anything that I can do about
> this?
Excuse me, I've been off net the last fortnight.
I don't see problems in using a new font. What LaTeX2HTML does is to
convert it into an image, because HTML does not provide the means to
render it in the desired font style.
If you dislike an image, replace
\newfont{\larbf}{cmbx14}
with
%begin{latexonly}
\newfont{\larbf}{cmbx14}
%end{latexonly}
\begin{htmlonly}
\newcommand{\larbf}{\large\bf}
\end{htmlonly}
This causes the text to appear large and in bold type.
I tested the changes with LaTeX2HTML 98.2 beta6.
Regards,
Jens Lippmann.
--
# Jens Lippmann [EMAIL PROTECTED]
# http://www.informatik.tu-darmstadt.de/TI
#
# Technische Universitaet Darmstadt http://www.tu-darmstadt.de