Makefile 181 B

12345678
  1. OPTIONS:=
  2. collection: collection.md
  3. pandoc collection.md -V fontsize:12pt -V geometry:"top=2cm, bottom=2cm" --filter pandoc-eqnos -o collection.pdf
  4. clean:
  5. rm -rf collection.pdf