Kile ⇒ Converting to HTML
-
- Posts: 5
- Joined: Mon Jun 02, 2008 6:52 pm
Converting to HTML
I am having issues with latex2html - when I use the converter a number of my formulas come out underlined. Does anyone know how to correct for it. I have tried a couple of things so far, but no luck as of yet.
Tx,
Simon
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- tripwire45
- Posts: 129
- Joined: Thu Apr 10, 2008 4:35 am
Re: Converting to HTML
http://gentoo-wiki.com/HOWTO_Convert_La ... ith_MathML
The article suggests that TeX4ht might be the better solution.
-Trip
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Converting to HTML
I tested latex2html with texlive on Ubuntu Linux 8.04 and could see the problem, I got the lines too.
A solution may be here: Eliminating Black Rules Under Equation Images.
I edited l2hconf.pm, changed $DVIPSOPT = ' -Ppdf -E'; to $DVIPSOPT = ' -E'; and the next latex2html run did not produce those lines.
Stefan