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
275 B
Makefile
Raw Normal View History

2024-08-05 12:13:15 +02:00
_default:
@just --list
2024-08-05 16:15:31 +02:00
compile MESSAGE: update-plots
2024-08-05 12:13:15 +02:00
datalad save -m "{{MESSAGE}}" talk.tex
2024-08-05 16:15:31 +02:00
datalad run -o talk.pdf -i talk.tex -m "build pdf" "lualatex talk.tex && lualatex talk.tex"
2024-08-05 12:13:15 +02:00
update-plots:
datalad run -o plots -m "update plots" "bash plt_update.sh"