[l2h] alignmentproblem eqnarray - amsmath -example

2004-01-07 Thread Peter Morling
Hi,

here is an example of a little problem (when using the AMSMATH package):

http://www.statmaster.sdu.dk/maskel/docs/amsex/index.html

Look for the first eqnarray on that page and you will see that the equation
is split up into ascii and gif, and that ascii (in this case the '0') is not
aligned with the gif.

Without the amsmath package, there is no problem, the equation in not split
up, a single image, that is centered as it should be.

Best,
Peter


Programmer Peter Morling, University of Southern Denmark
Department of Statistics, Sdr. Boulevard 23A, DK-5000 Odense C
Phone (+45) 6550 3399

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


Re: [l2h] alignmentproblem eqnarray - amsmath -example

2004-01-07 Thread Ross Moore

Hi Peter,

On Wed, 7 Jan 2004, Peter Morling wrote:

 Hi,

 here is an example of a little problem (when using the AMSMATH package):

 http://www.statmaster.sdu.dk/maskel/docs/amsex/index.html

 Look for the first eqnarray on that page and you will see that the equation
 is split up into ascii and gif, and that ascii (in this case the '0') is not
 aligned with the gif.

The alignment in these was fine in Netscape, until they recently changed
the way some attributes are implemented. The was a discussion on this list
recently about these issues, in which it was noted that the Netscape
developers have acknowledged their mistake.

As for IE, they have an interpretation which is quite different, and
definitely wrong --- in fact, quite unworkable, except when there is a
lot of CSS information to override it anyway.


 Without the amsmath package, there is no problem, the equation in not split
 up, a single image, that is centered as it should be.

You can get the single image, using  \htmlimage{...} within the
environment.

Alternatively, try the -no_math and -no_math_parsing  switches, to affect
the extent to which math-environments are parsed.


Hope this helps,

Ross


 Best,
 Peter


 Programmer Peter Morling, University of Southern Denmark
 Department of Statistics, Sdr. Boulevard 23A, DK-5000 Odense C
 Phone (+45) 6550 3399

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

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


[l2h] GIF images get grey background when translated from transparent EPS images

2004-01-07 Thread Peter Morling
Hi,

is there a way to avoid subj. e.g. change this default grey background to
white ?
I'm interested a L2H setting instead of modifying the image manually using
an image-editor.

Best,
Peter

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


[l2h] GIF images get grey background when translated from - Solution

2004-01-07 Thread Peter Morling
use:

\usepackage{color}
\pagecolor{white}

Best,
Peter


Programmer Peter Morling, University of Southern Denmark
Department of Statistics, Sdr. Boulevard 23A, DK-5000 Odense C
Phone (+45) 6550 3399
___
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html