Notes

Converting LaTeX publications to HTML

Here is a quick recipe to get started:

pandoc article.tex -o article.html --bibliography article.bib --mathjax
<script src="mathjax/MathJax.js?config=TeX-AMS_HTML"></script>

Not that macros declared with \newcommand and the \input command are not supported by pandoc.

Optional changes

Future work