1
0
Fork 0
This repository has been archived on 2024-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
talk-lattice2024/justfile

9 lines
280 B
Makefile
Raw Normal View History

2024-08-05 12:13:15 +02:00
_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"