From 4369f5c3514e10a66d65397a216cfd36ad758ef0 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Mon, 5 Aug 2024 16:15:31 +0200 Subject: [PATCH] no containers-run --- .images/texlive | 1 - justfile | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 120000 .images/texlive 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