In the 2008 documentation of latex2html it is referred to a html package that permits to put some latex command inside conditional environments (latexonly and htmlonly).
It's useful because I want my latex source to be universal, and function for PDF creation and for HTML creation too.
Unfortunately there's no html package on CTAN, and no documentation on the Internet, and TeXlive 2012 seems not to include it, so that the command \usepackage{html} is rejected.
Anyone knows how to solve?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
| show 1 more comment |
memoirclass, so I may be able to help. – jon Sep 18 '12 at 3:13latex2htmlis not actively developed anymore. A much better solution istex4ht's suite of conversion tools (which is what I have some experience). However, I thoughtlatex2htmlcould handle simplememoirdocuments, but it seems that it cannot. (Sorry for the false hope.) – jon Sep 18 '12 at 12:35