8 lines
176 B
Bash
8 lines
176 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 \
|
|
--table-of-contents \
|
|
--number-sections \
|
|
-V documentclass=book
|