>
> Hi latex2html users,
>
> I have these problems if you can kindly help me out with any of them. I
> also include a sample of my .latex2html-init at the end to help.
>
> 1_ The math symbols appear meaningless and instead of Big brackets, I get
There is insufficient information here to guess what the problem may be.
What command-line options are you using, to determine the mode for
mathematics processing ?
> \begin{equation}
> r_{H\gamma \rightarrow H3}=r_{H\gamma\rightarrow H\alpha}\times
> \biggl(\cfrac{I_{H\gamma\rightarrow H\alpha /18.5}}
> {I_{H\gamma\rightarrow H3 /2.2}}\biggr)
> \end{equation}
> \begin{equation}
> r_{H\gamma \rightarrow H3}=2.52\times
> \biggl(\cfrac{3,028,619,426/18.5}
> {621,355,011/2.2}\biggr)
> \end{equation}
> \begin{equation}
> r_{H\gamma \rightarrow H3}=1.46
> \end{equation}
> # LaTeX2HTML Version 97.1 : latex2html.config
There were some problems with some math-environments with v97.1
in some math-modes, but {equation} wasn't one of them.
These have been fixed with later versions of LaTeX2HTML.
In particular, using v99.1 the following page is produced,
with no special switches:
http://www-texdev.mpce.mq.edu.au/MONZAVI/mtest/
> One big | at the bigining and then numbers with < and >>. Here are two
> sample of the latex code.
This sounds like there was a mistake earlier in the translation,
which caused LaTeX to put stuff on the page without being specially
wrapped for image-generation.
This will cause images to be numbered incorrectly,
and may even lead to LaTeX reporting errors in the .log file.
Have a look at the images.log file.
Are there any LaTeX errors reported ?
> 2_ I don't get a white background even though $WHITE_BACKGROUND is set to
> one.
$WHITE_BACKGROUND does not affect the background of images for
mathematics, and LaTeX-typeset text.
It only affects the background for included graphics,
with {figure} or {picture} environments.
The background for text is deliberately grey, for better results
with anti-aliasing. Normally a transparent background is used,
so the fact that is grey should not be noticeable in a Web browser.
Hope this helps,
Ross Moore