ReScience / MLRC

Editorial venue for ML Reproducibility Challenge Accepted papers

Home Page:https://openreview.net/group?id=ML_Reproducibility_Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bibliography not found when compiling

lennelov opened this issue · comments

Hello,
We are attempting to compile the camera ready version of our paper but we have encountered a few errors (see https://pastebin.com/7anJ8MKR). Our code can be found in #18.

The citations are missing in the compiled pdf and tex does not seem to find the .bib file.
We have changed the path in .yaml and tried both ../openreview/bibliography.bib and bibliography.bib
but neither seem to work

Thank you

We seem to be able to get around this by running

make
biber article
latexmk -pdf -pdflatex="xelatex -interaction=nonstopmode" -use-make article.tex

I'm not sure if this is the intended or an acceptable procedure, but I will close the issue for now.