Skip to content
Snippets Groups Projects
Forked from TheAlternative / courses
350 commits behind, 25 commits ahead of the upstream repository.
build.sh 159 B
#!/bin/bash
printf "Building Main Presentation... "
pandoc -t beamer --template template.tex --listings pres.md -o pres.pdf --pdf-engine pdflatex 
echo "Done"