
readme:
	./bin/markdown-latex --flavor=gfm README.md > README.tex
	pdflatex main.tex
	mv main.pdf README.pdf

