From 7b10f78cd3e0a85a20213d1e9fb9d7af86e56834 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Mon, 5 Aug 2024 12:13:15 +0200 Subject: [PATCH] try container TeX --- justfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) mode change 120000 => 100644 justfile 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