Jump to content

Latex2Html question


Guest changhai
 Share

Recommended Posts

Guest changhai

Hi, fellow programmers, does anyone know whether user can specify the background and foreground color of the images created by Latex2Html? (the default I believe is a black drawing on white background, which is not very suitable for webpages with non-white background)

 

Thanks for help!

Link to comment
Share on other sites

  • 1 month later...

One nice idea...

 

Why don't you use the color package in latex to do so?

 

/usepackage{color}

/pagecolor{black} % Kind of obvious, isn't it?

/color{white} % Text color

 

I assume LaTeX2HTML will know what to do from there. I think LaTeX2HTML supports the color package since 1999. I am not sure where I read this, so don't take my word for it.

 

Then again... The manual should be at your /usr/local/tex/latex2html/current/docs/manual.ps so have a look at it if you wish.

 

Also, this document might come in handy. Try the section on including arbitrary HTML in your documents.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...