Conversion Tools ⇒ Latex2html doesn't work with ACHEMSO class
Latex2html doesn't work with ACHEMSO class
I was trying to create an html out from a texfile. The texfile was created using lyx. The latex command on the texfile produces a nice dvi file and pdflatex also works fine, creating the pdf file. I'm using the achemso bibstyle and class.
However when I try to use the latex2html tool I got several errors, mainly related to references and the htmls generated are not so fine.
attached is a latex2html log file...
- Attachments
-
- latex2html.log
- latex2html log file
- (4.37 KiB) Downloaded 435 times
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
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Latex2html doesn't work with ACHEMSO class
Re: Latex2html doesn't work with ACHEMSO class
Sorry for the delay in responding, too much work...
I'm attaching a sample tex file generated with lyx, which nicely produces a (pdflatex) pdf and (latex) dvi (also attached) files.
The zip html files generated with latex2html are also included.
Output of the latex2html command are included as well.
Hope this helps to find a cure ...
Best,
Aldo
- Attachments
-
- latex2html-test.zip
- Lyx, tex and bib files. Also all latex generated files and latex2html files.
- (125.2 KiB) Downloaded 417 times
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Latex2html doesn't work with ACHEMSO class
I get the impression that LaTeX2HTML needs quite a bit of information to work, and as it doesn't have it about achemso things go wrong. For me, htlatex seems to give a perfectly acceptable HTML conversion. Is there a particular reason to need to use LaTeX2HTML?
Re: Latex2html doesn't work with ACHEMSO class
The whole point is simply to produce a nice html output for papers written with the achemso class, now I just will change the format of the achemso-file.tex to revtex4 and that will do it...