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