Make a PDF
This commit is contained in:
parent
e32c5ace14
commit
cfc555e7fc
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
book.pdf
|
7
makepdf.sh
Normal file
7
makepdf.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user