Browse Source

Forgot to rename the template in the build script.

pull/24/head
Wandmalfarbe 7 years ago
parent
commit
5b9e8c3423
  1. 1
      examples/build.sh

1
examples/build.sh

@ -1,5 +1,6 @@
#!/bin/bash
set -e
cp "../eisvogel.latex" "../eisvogel.tex"
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"

Loading…
Cancel
Save