We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3778777 commit 4a7f871Copy full SHA for 4a7f871
build.sh
@@ -384,7 +384,7 @@ retry () {
384
385
TEMP_TEX_FILE="${build_dir}/${input_file}.tex"
386
# LaTeX engines choose this filename based on TEMP_TEX_FILE's basename. It also emits a bunch of other files.
387
-TEMP_PDF_FILE="${input_file}.pdf"
+TEMP_PDF_FILE="$(basename ${input_file}).pdf"
388
389
LATEX_LOG="${build_dir}/latex.log"
390
0 commit comments