Given a url pointing to a valid tex
file, converts it to a html
file using pandoc.
## install pandoc requirements
sudo apt-get install pandoc wget
./tex2html https://raw.githubusercontent.com/jgm/pandoc/master/tests/latex-reader.latex > output.html