From 89efd5cda67840573e10e58c4a6f2abdc36b7ad1 Mon Sep 17 00:00:00 2001 From: Will King Date: Mon, 22 Apr 2024 07:52:57 -0700 Subject: [PATCH] added laptop changes --- compiletex | 4 ++-- ray_container.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100755 ray_container.sh diff --git a/compiletex b/compiletex index 386978e..b8ef6ed 100755 --- a/compiletex +++ b/compiletex @@ -5,9 +5,9 @@ tex="${1%%\.tex}" flags="${@:2}" echo "$flags" -latex "$flags" "$tex" +pdflatex "$flags" "$tex" biber "$tex" -latex "$flags" "$tex" +pdflatex "$flags" "$tex" pdflatex "$flags" "$tex" echo diff --git a/ray_container.sh b/ray_container.sh new file mode 100755 index 0000000..48ae0b8 --- /dev/null +++ b/ray_container.sh @@ -0,0 +1 @@ +podman exec -it unruffled_black /bin/bash