Add simple pandoc/bash build one-liner script

This commit is contained in:
D. Joe 2020-04-14 12:41:23 -04:00
parent 2bb93c43ff
commit babee40914
1 changed files with 1 additions and 0 deletions

1
build-pdf.sh Normal file
View File

@ -0,0 +1 @@
pandoc -V margin-left=0.75in -V margin-right=0.75in -V margin-top=1in -V margin-bottom=1.5in -i foss-primer.md -o foss-primer.pdf ; evince foss-primer.pdf