Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 359 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 359 Bytes

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://raw.githubusercontent.com/jgm/pandoc/master/tests/latex-reader.latex > output.html