Fix corrupted PDF file

pull/56/head
François Colas 4 years ago
parent b8c8e31dd7
commit 942e16f74a
No known key found for this signature in database
GPG Key ID: 22B0009923FB1765

1
.gitattributes vendored

@ -1 +1,2 @@
* text eol=lf
*.pdf binary

@ -2,8 +2,8 @@
NAME=blue-app-openpgp-card
rm -f ${NAME}.pdf ${NAME}.latex
rm -f ${NAME}.pdf
OUTPUT_FORMAT=rst
OUTPUT_FORMAT=rst+smart
pandoc -s --template=${NAME}.template -f ${OUTPUT_FORMAT} -V geometry:a4paper -V geometry:margin=1in -V fontsize=10pt -t latex --toc -N -o ${NAME}.pdf ${NAME}.rst

Loading…
Cancel
Save