add Makefile for building expose

also adding pdf and html version of expose
This commit is contained in:
Trolli Schmittlauch 2018-12-22 22:59:38 +01:00
parent e53199e828
commit 87dd12c39b
3 changed files with 56 additions and 0 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
expose: expose_html expose_pdf
expose_html: expose.md
pandoc -s -t html5 -o expose.html expose.md
expose_pdf: expose.md
pandoc -t latex -s --variable classoption="twocolumn" --variable classoption="a4paper" -o expose.pdf expose.md