trial-by-jury-book/makepdf.sh
2023-08-03 16:35:31 -06:00

9 lines
204 B
Bash

#!/usr/bin/env bash
pandoc -o book.pdf title.txt \
edited/{01,02,03,04,05,06,07,08,09,10,11,12}.markdown \
edited/appendix.markdown \
--table-of-contents \
--number-sections \
-V documentclass=book