Revert entrypoint changes
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
set -e
|
||||
|
||||
WORKDIR="$1"
|
||||
FILE="$2"
|
||||
INSTALL_HELPERS="$3"
|
||||
EXTRA_ARGS="$4"
|
||||
EXTRA_PKGS="$5"
|
||||
@@ -34,4 +33,4 @@ fi
|
||||
|
||||
echo "latexmk with extra args $EXTRA_ARGS"
|
||||
|
||||
latexmk -pdf -latexoption=-file-line-error -latexoption=-interaction=nonstopmode $EXTRA_ARGS "$FILE"
|
||||
latexmk -pdf -latexoption=-file-line-error -latexoption=-interaction=nonstopmode $EXTRA_ARGS
|
||||
|
||||
Reference in New Issue
Block a user