diff --git a/justfile b/justfile deleted file mode 120000 index 799f574..0000000 --- a/justfile +++ /dev/null @@ -1 +0,0 @@ -.git/annex/objects/ZZ/ZQ/MD5E-s312--c7c1fdc72cdf960f7ad7299d761074d1/MD5E-s312--c7c1fdc72cdf960f7ad7299d761074d1 \ No newline at end of file diff --git a/justfile b/justfile new file mode 100644 index 0000000..db08970 --- /dev/null +++ b/justfile @@ -0,0 +1,9 @@ +_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" \ No newline at end of file