summaryrefslogtreecommitdiff
path: root/presentations/epa-nam-2022/Makefile
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2022-10-05 12:37:09 +0200
committerpdp8 <pdp8@pdp8.info>2022-10-05 12:37:09 +0200
commitc4b4721e7b0144eb22ad4ad48c17183d5a5d445f (patch)
treeb88a8bec8e612476f36923ccbf9d32a52adcbda5 /presentations/epa-nam-2022/Makefile
parent67eb582eea1842491af7214db9e315a78fe61904 (diff)
beamer pdf, stray character removedHEADmaster
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