> Hi there,
> 
> I am currently testing the latex2html program and I found out that the created image 
>of equations (i.e., .PNG, can I make this by default as .GIF?) are in bold fonts, 
>eventhough the input latex was in normal font. Will you please help me how to handle 
>this type of scenario. Kindly see attached for your reference.
 
The fonts are not bold, in the images you sent.
They may be a little darker than you expect, due to being anti-aliased against
a gray background.

Try setting 

  \usepackage{color}
  \pagecolor{white}

in the preamble of your document.
That may give a result is more pleasing to you.

But don't forget, the same images can look different with different monitors,
or with different browsers or other software using the same monitor.

Colour/shading is a very subjective thing.
Ask your colleagues for their opinion on how your pages look.


THere is a command-line switch,  -img_type  that allows you to choose
between PNG or GIF images:

  latex2html -image_type gif  <filename>.tex

For an example of how this can look, see

        http://www-texdev.ics.mq.edu.au/RHONNIE/mokong1/ .



>  <<mokong1.tex>>  <<img1.png>>  <<img2.png>>   
> 
> Many thanks.


Hope this helps,

        Ross Moore


> 
> Regards,
> Rhonie
> 

[Attachment, skipping...]

[Attachment, skipping...]

[Attachment, skipping...]

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

Reply via email to