mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2024-12-18 22:07:51 +00:00
Added example page-background
to the examples build and travis tests.
This commit is contained in:
parent
393eebd90c
commit
1aeb8cc7da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user