_default:
@just --list
compile MESSAGE: update-plots
datalad save -m "{{MESSAGE}}" talk.tex
datalad run -o talk.pdf -i talk.tex -m "build pdf" "lualatex talk.tex && lualatex talk.tex"
update-plots:
datalad run -o plots -m "update plots" "bash plt_update.sh"