[l2h] Math mode broken?

Ross Moore ross@ics.mq.edu.au
Mon, 26 Nov 2001 08:33:17 +1100 (EST)


> 
> More precisely, the generated images.tex does not seem to catch the
> leading $ in the math expression.

I cannot reproduce this problem.
 
> For example, consider this file test.tex:
> 
>     \documentclass[12pt]{article}
>     \begin{document}
>     $x$
>     \end{document}

Please adjust your example to become:

     \documentclass[12pt]{article}
     \begin{document}
     \HTMLset{VERBOSITY}{9}
     $x$
     \HTMLset{VERBOSITY}{1}
     \end{document}

This will give the maximum amount of tracing over the region
where the problem may occur.
Then send me the resulting log output.
e.g., at my site, it contains:


OUT-A {tex2html_deferred 10}


IN-A {tex2html_wrap_inline 8}
$x$
,{tex2html_wrap_inline 8}
UNDEF-IN {tex2html_wrap_inline 8}:
$x$

CACHED: x;MSF=1.6;LFS=12;AAT:


IMAGE_PARAMS tex2html_wrap_inline8: ###########ALT="$x$"#
LATEX {tex2html_wrap_inline}:
\begin{tex2html_wrap_inline}$x$\end{tex2html_wrap_inline}
LATEX {tex2html_wrap_inline}:
$x$

IMAGE_CODE:{tex2html_wrap_inline 8}:
\lthtmlinlinemathA{tex2html_wrap_inline8}%
$x$%
\lthtmlinlinemathZ


At no stage is the leading $ lost.
If you get something different, then I'll have a chance
to find out why that happens.
 
> 
> Thanks!
> Erik


Hope this helps,

	Ross Moore


> -- 
> Erik Demaine  |  edemaine@mit.edu  |  http://db.uwaterloo.ca/~eddemain/
> 
> _______________________________________________
> latex2html mailing list
> latex2html@tug.org
> http://tug.org/mailman/listinfo/latex2html