mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-11 18:46:46 -05:00
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:
parent
ccd509ff6d
commit
a088ffb4d4
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ function _buildLatexCommand(mainFile, opts = {}) {
|
|||
'latexmk',
|
||||
'-cd',
|
||||
'-jobname=output',
|
||||
'-auxdir=$COMPILE_DIR',
|
||||
'-auxdir=./',
|
||||
'-outdir=$COMPILE_DIR',
|
||||
'-synctex=1',
|
||||
'-interaction=batchmode'
|
||||
|
|
Loading…
Reference in a new issue