Hi!

Please consider these three lines

    \newcounter{quest}
    \stepcounter{quest}
    In the question Q\thequest

When LaTeX2html processes them, it produces (in the html file):
    In the question Q<SPAN CLASS="arabic">1</SPAN>

But I want to obtain (n the html file):
    In the question Q1

How can I do that (I use "html 4.0, math" option, and don't want to modify
this option) ?

Thanks for you help

Jean-Michel

_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html

Reply via email to