diff options
Diffstat (limited to 'files/gensume')
| -rwxr-xr-x | files/gensume | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/gensume b/files/gensume index 8168265..55ba870 100755 --- a/files/gensume +++ b/files/gensume @@ -6,5 +6,5 @@ pandoc --ascii -f markdown-smart RESUME.md -t html -o RESUME.html \ -V "mainfont:Fira Mono" sed -e 's/<\/h4>/<\/h4>\ /g' RESUME.html > $TMP echo "making PDF" -pandoc --ascii -f html $TMP -o RESUME.pdf --pdf-engine=xelatex \ +pandoc RESUME.md -o RESUME.pdf --pdf-engine=xelatex \ --metadata-file=pdfopts.yaml |
