summaryrefslogtreecommitdiff
path: root/files/gensume
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2026-06-28 13:47:38 -0400
committermjfernez <mjf@mjfer.net>2026-06-28 13:47:38 -0400
commit15a267bf0a5d47ec0189261d1ce0cfd5e4268c66 (patch)
treea73d7336ab90473253d6d306009c5efeb076eb99 /files/gensume
parent60e2fdd2c3856cf183049493f9f6fe76cbb1cb56 (diff)
Resume update
Diffstat (limited to 'files/gensume')
-rwxr-xr-xfiles/gensume2
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>\&nbsp;/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