make_pdf.sh (475B)
1 #!/usr/bin/env bash 2 echo Downloading Paper source 3 curl -o body.tex https://pad.vvvvvvaria.org/pmc_aesthetics-toc-limits/export/txt 4 echo Downloading bibtex source 5 curl -o pmc_aesthetics.bib https://pad.vvvvvvaria.org/pmc_aesthetics_limits.bib/export/txt 6 echo Compiling LaTeX - ROUND 1 7 lualatex pmc_aesthetics 8 echo Compiling BibTeX 9 bibtex pmc_aesthetics 10 echo Compiling LaTeX - ROUND II 11 lualatex pmc_aesthetics 12 echo "Compiling LaTeX to PDF... FINALLY!" 13 lualatex pmc_aesthetics