13.12.07

latex, html, plain text

Converting latex to html, if the tex file has utf8 encoding:
latex2html -html_version 4,unicode document.tex
If you want only one page:
latex2html -split 0 -html_version 4,unicode document.tex
Converting html to plain tex:
elinks -dump document.html

No comments: