Added example page-background to the examples build and travis tests.

This commit is contained in:
Wandmalfarbe 2019-12-23 23:20:58 +01:00
parent 393eebd90c
commit 1aeb8cc7da

View File

@ -11,6 +11,12 @@ echo "- header-and-footer"
pandoc "header-and-footer/header-and-footer.md" -o "header-and-footer/header-and-footer.pdf" --from markdown --template "../eisvogel.latex" --listings --resource-path "./header-and-footer/"
pdftoppm -r 150 -png "header-and-footer/header-and-footer.pdf" > "header-and-footer/header-and-footer.png"
echo "- page-background"
cd "page-background"
pandoc "page-background.md" -o "page-background.pdf" --from markdown --template "../../eisvogel.latex" --listings
pdftoppm -r 150 -png "page-background.pdf" > "page-background.png"
cd ".."
echo "- titlepage-background"
cd "titlepage-background"
pandoc "titlepage-background.md" -o "titlepage-background.pdf" --from markdown --template "../../eisvogel.latex" --listings