started vortrag & deps, added results of simulation
This commit is contained in:
16
vortrag/Makefile
Normal file
16
vortrag/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
.PHONY: pdf
|
||||
|
||||
INPUT = vortrag.md
|
||||
|
||||
all: slides
|
||||
|
||||
slides: $(INPUT)
|
||||
pandoc -f markdown+smart+emoji -t revealjs \
|
||||
--template ./template.html \
|
||||
--incremental \
|
||||
--indented-code-classes=haskell \
|
||||
--section-divs \
|
||||
-o chemodiversity.html $(INPUT)
|
||||
|
||||
serve: chemodiversity.html
|
||||
python3 -m http.server 8080
|
Reference in New Issue
Block a user