Files
the-sourdough-framework/compile.sh
2023-06-03 17:05:33 +00:00

11 lines
143 B
Bash

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