add Makefile for building expose
also adding pdf and html version of expose
This commit is contained in:
parent
e53199e828
commit
87dd12c39b
3 changed files with 56 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue