From bfe04cc037a15676b173fe8214909d45551ad42c Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sun, 29 Sep 2019 18:41:06 +0200 Subject: Add first very WIP version --- build.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 build.sh (limited to 'build.sh') diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..fe8112f --- /dev/null +++ b/build.sh @@ -0,0 +1,15 @@ +#!/bin/sh + +# Dependencies: +# +# - pandoc +# - LaTeX with: +# - XeLaTeX +# - pgfpages, fvextra, and csquotes +# - Recent (Git) Metropolis theme +# - Recent (Git) Owl color theme +# - See https://pandoc.org/MANUAL.html#creating-a-pdf for additional +# dependencies + + +pandoc slides.md -t beamer -so slides.pdf --highlight-style breezedark --pdf-engine xelatex -- cgit v1.2.3