diff --git a/.images/texlive b/.images/texlive deleted file mode 120000 index 100d10d..0000000 --- a/.images/texlive +++ /dev/null @@ -1 +0,0 @@ -../.git/annex/objects/V8/g2/MD5E-s2420842496--d33ce91de4a4ca98a00e0a9951249396/MD5E-s2420842496--d33ce91de4a4ca98a00e0a9951249396 \ No newline at end of file diff --git a/justfile b/justfile index db08970..f9c5a5b 100644 --- a/justfile +++ b/justfile @@ -1,9 +1,9 @@ _default: @just --list -compile MESSAGE: +compile MESSAGE: update-plots 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" + 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" \ No newline at end of file