Vadim Engelson a écrit :
A math with typewriter font inside ({\tt xyz}),
generates an unnecessary image that looks bad:

$abc+ {\tt xyz} +fgh$

But math with \tt  outside just places the text directly as HTML:

$abc+${\tt xyz}$+fgh$

I use

latex2html ttmath.tex -nomath -html_version 4.0,math

Is there any method or patch to latex2html to avoid generating
unnecesary image in the first case above ?

Try

$abc+\mathtt{xyz}+fgh$

{\tt blah blah blah} has been deprecated for a while, I guess.

BTW, I just used Lyx to generate the above code :-)

--
Jean-Pierre
_______________________________________________
latex2html mailing list
[email protected]
http://tug.org/mailman/listinfo/latex2html

Reply via email to