Modify Latexmk option

Change -auxdir option for Latexmk so that bibtex can find .bib file(s)
even from parent directories.

Fixes overleaf#1067
This commit is contained in:
Raine Nieminen 2022-12-12 23:33:29 +01:00
parent ccd509ff6d
commit a088ffb4d4

View file

@ -155,7 +155,7 @@ function _buildLatexCommand(mainFile, opts = {}) {
'latexmk',
'-cd',
'-jobname=output',
'-auxdir=$COMPILE_DIR',
'-auxdir=./',
'-outdir=$COMPILE_DIR',
'-synctex=1',
'-interaction=batchmode'