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