This commit is contained in:
Thaddeus Hughes
2025-10-09 20:43:40 -05:00
commit 608c43a71f
898 changed files with 390845 additions and 0 deletions

13
export.sh Normal file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
#pandoc "$mdf" -f markdown -t html -s -o "${mdf%.*}.html"
#pandoc "${mdf%.*}.html" -f html -t odt -o "${mdf%.*}.odt"
#rm "${file%.*}.html"
pandoc "$1" -f markdown \
-V "\usepackage{sectsty}\sectionfont{\clearpage}" \
-V geometry:letterpaper \
-V geometry:margin=0.75in \
-s -o "${1%.*}.pdf"
# https://learnbyexample.github.io/customizing-pandoc/#pdf-properties ???