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