To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
#!/bin/bash echo "Building pdf..." pandoc -t beamer --template template.tex --listings pres.md -o pres.pdf --pdf-engine pdflatex \ && echo "Build successful"