summaryrefslogtreecommitdiffstats
path: root/render.sh
diff options
context:
space:
mode:
authorMichael Grote2026-03-02 00:14:22 +0100
committerMichael Grote2026-03-02 00:14:22 +0100
commit28c9557b51159f2c7847ec74ba385a019a04a201 (patch)
treed44ca6d41bdb3a71892dee27e28ccc861269cb6e /render.sh
feat(beamer): add latex-beamer template + scriptHEADmaster
Diffstat (limited to 'render.sh')
-rw-r--r--render.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/render.sh b/render.sh
new file mode 100644
index 0000000..585ef44
--- /dev/null
+++ b/render.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+pandoc -t beamer presentation.md -o demo.pdf