Files
the-sourdough-framework/compile.sh
2023-06-04 12:46:28 +00:00

14 lines
183 B
Bash

#!/bin/sh
set -x
cd book
#ls
#cat makefile
make figures
make tables
#make make_pdf
#make -f makefile make_pdf
pdflatex -halt-on-error book.tex
biber
pdflatex -halt-on-error book.tex