Changed output folder for PDF files and updated gitignore
Former-commit-id: 108fcd177c
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
*.pdf
|
||||
*.pdf_tex
|
||||
*.patch
|
||||
|
||||
@@ -4,10 +4,12 @@ cd "$(dirname "$0")"
|
||||
|
||||
cd ..
|
||||
|
||||
mkdir -p pdf
|
||||
|
||||
cd latex
|
||||
|
||||
for file in ../markdown/*.md; do
|
||||
filename=$(basename "$file" .md)
|
||||
pandoc "$file" -o "../test/$filename.pdf" "--template=policymall.tex" "--pdf-engine=xelatex" "--pdf-engine-opt=-shell-escape"
|
||||
pandoc "$file" -o "../pdf/$filename.pdf" "--template=policymall.tex" "--pdf-engine=xelatex" "--pdf-engine-opt=-shell-escape"
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user