mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2024-12-18 22:07:51 +00:00
Accidentally switched the files to copy.
This commit is contained in:
parent
5b9e8c3423
commit
030d158556
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user