From a74595f9680ead5e2edf15d6e7f8580c33080343 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 23 Dec 2025 08:00:22 +0100 Subject: [PATCH] Update entrypoint script logging --- latex/entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/latex/entrypoint.sh b/latex/entrypoint.sh index fe1f040..4d193a6 100755 --- a/latex/entrypoint.sh +++ b/latex/entrypoint.sh @@ -24,10 +24,11 @@ if [ -n "$INSTALL_HELPERS" ]; then fi fi +echo "Setting workdir from current dir, which is $(pwd)" if [ -n "$WORKDIR" ]; then cd "$WORKDIR" fi -echo "Runner started, will run latexmk with extra args $EXTRA_ARGS" +echo "latexmk with extra args $EXTRA_ARGS" latexmk -pdf -latexoption=-file-line-error -latexoption=-interaction=nonstopmode $EXTRA_ARGS