diff options
Diffstat (limited to '')
-rwxr-xr-x | templates/latex/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/latex/build.sh b/templates/latex/build.sh index 55dae94..1206ee7 100755 --- a/templates/latex/build.sh +++ b/templates/latex/build.sh @@ -11,4 +11,4 @@ fi find . -type d -not -name "$dst" -not -path "./$dst/*" -printf '%P\n' | while IFS= read -r dir; do mkdir --parents "$dst/$dir" done -latexmk -outdir="$dst" -file-line-error -pdflatex -recorder ./main.tex +latexmk -outdir="$dst" -file-line-error -pdflatex -recorder "./%INIT_APPLICATION_NAME.tex" |