summaryrefslogtreecommitdiff
path: root/presentations/epa-nam-2022/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'presentations/epa-nam-2022/Makefile')
-rw-r--r--presentations/epa-nam-2022/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/presentations/epa-nam-2022/Makefile b/presentations/epa-nam-2022/Makefile
index bc165d5..a2926e5 100644
--- a/presentations/epa-nam-2022/Makefile
+++ b/presentations/epa-nam-2022/Makefile
@@ -1,7 +1,10 @@
all: html #pptx
pptx: index.md
- pandoc index.md -o epa-nam-2022.pptx
+ pandoc index.md -o helma-epa-nam-2022.pptx
+
+pdf: index.md
+ pandoc -s -t beamer --pdf-engine=pdflatex -o helma-epa-nam-2022.pdf index.md
html: index.md
pandoc -s -t slidy --css style.css -o index.html index.md