Make a PDF

This commit is contained in:
Brandon Dyck 2023-08-03 16:29:13 -06:00
parent e32c5ace14
commit cfc555e7fc
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
book.pdf

7
makepdf.sh Normal file
View File

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