mt-polygon-simplification/thesis/generate-chapters.sh

3 lines
176 B
Bash
Raw Permalink Normal View History

2019-07-28 12:03:15 +02:00
# for i in $(ls chapters); do printf '\\input{chapters/%s}\n\\newpage\n\n' $i; done > chapters.tex
2019-08-08 21:25:39 +02:00
for i in ./chapters/*.tex; do printf '\\input{%s}\n' $i; done > chapters.tex