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

