> Hi,
>
> I have converted a Lyx Document into a LaTeX
> document, which I now want to translate into
> HTML using latex2html-98.2.beta8.
>
> Here is a list of problems:
>
> 1) Math mode problem:
>
> "\( something \)" is not translated pro-
> perly. Changeing this to "$ something $"
Yes, it does do this.
Why does it make a difference to your source ?
Are you using the ifthen package ?
> 2) Escaped characters in Math mode:
>
> "$ something\:xxx $" fails in processing
> the "\:" which is ment to be a space
> of a certain width. I get HTML output
> which look slike this:
>
> <BR><I>endtex</I>2<I>html</I><SUB>d</SUB><I>eferred</I> :
What is your LaTeX2HTML command-line?
If the math.pl extension is not requested, then you
should get an image of $ something\:xxx $ which certainly
happens for me with latex2html v99.1 (beta) .
With math.pl loaded, you should get italiced: something xxx
when -no_math is also used, and if not: something&sp;xxx
(This latter mode is not valid for MathML yet anyway.)
There is perhaps some deeper problem, causing the result
you describe. So please email a URL where I can get an example
of you source that has this problem (preferably cut-down to as
small a size as possible, yet still giving the error).
> 3) Escaped characters in breakets
>
> {\centering \begin{tabular}{|l||r|r|r|r|r|}
> \hline
> {\small Scenario}&
> {\small Len}&
> {\small Ident}&
> {\small Pos}&
> {\small \#}&
> {\small Prob}\\
> \hline
> \hline
> {\footnotesize XXX\_YYY}
>
> fails in processing the "\#" and then "\_"
Again, no problem emerges with latex2html v99.1 (beta)
You can view my results from testing these problems at:
http://www-texdev.mpce.mq.edu.au/CRAW/mtest/
> Is there something on my side that I have
> to custumize? Or is this a known problem
> with the most recent translator version?
As above, send a URL for some source that behaves badly for you.
Also, tell me exactly which revision-number of the latex2html
script you are using --- you'll find it near the top of the script;
something like:
# $Id: latex2html,v 1.87 1999/03/08 09:32:57 RRM Exp $
That way I should be able to determine whether recent bug-fixes
have fixed tyour problems, or whether there is a configuration
problem at your site.
All the best,
Ross Moore