9 lines
280 B
Makefile
9 lines
280 B
Makefile
|
_default:
|
||
|
@just --list
|
||
|
|
||
|
compile MESSAGE:
|
||
|
datalad save -m "{{MESSAGE}}" talk.tex
|
||
|
datalad containers-run -n TeX -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"
|