Accidentally switched the files to copy.

This commit is contained in:
Wandmalfarbe 2017-10-02 18:20:27 +02:00
parent 5b9e8c3423
commit 030d158556

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -e
cp "../eisvogel.latex" "../eisvogel.tex"
cp "../eisvogel.tex" "../eisvogel.latex"
pandoc "basic-example/basic-example.md" -o "basic-example/basic-example.pdf" --from markdown --template "../eisvogel.latex" --listings
pdftoppm -r 150 -png "basic-example/basic-example.pdf" > "basic-example/basic-example.png"