Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

How to convert LaTeX to HTML

📅 2014-Aug-11 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ html, latex, latex2html ⬩ 📚 Archive

The LaTeX2HTML tool can be used to convert any LaTeX document into HTML format. It generates HTML pages in the form of a book. All mathematical symbols and equations are converted into images.

Install the LaTeX2HTML package:

$ sudo apt install latex2html

Convert LaTeX to HTML:

$ latex2html foo.tex

Open the generated HTML file in browser:

$ xdg-open foo/index.html

Tried with: Ubuntu 14.04


© 2022 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 @codeyarns@hachyderm.io📧