#!/bin/sh
pandoc --self-contained --toc --toc-depth=4 --latexmathml -o $1.html $1.md
pandoc --self-contained -H nonumber.latex --toc --toc-depth=4 -o $1.tex $1.md 
pdflatex $1.tex
pdflatex $1.tex

