rough sketch with some examples
This commit is contained in:
7
Makefile
7
Makefile
@ -3,7 +3,12 @@
|
||||
INPUT = sketch.md.lhs
|
||||
|
||||
pdf: $(INPUT)
|
||||
pandoc -f markdown+lhs+smart+emoji -o documentation.pdf $(INPUT)
|
||||
pandoc -f markdown+lhs+smart+emoji -H make-code-footnotesize.tex \
|
||||
-o documentation.pdf $(INPUT)
|
||||
|
||||
slides: $(INPUT)
|
||||
pandoc -f markdown+lhs+smart+emoji -t revealjs --self-contained --incremental \
|
||||
-o documentation.html $(INPUT)
|
||||
|
||||
|
||||
run: $(INPUT)
|
||||
|
Reference in New Issue
Block a user