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

[buvanesh2022re] Unresolved citation and improper format for header

anirudhb11 opened this issue · comments

Referring to our code in PR #47

We are facing the following issues:

Improper format for header (header overlaps with main content)

Screenshot 2022-04-24 at 12 47 20 PM

Citation references undefined

We see errors the following errors during build:

LaTeX Warning: Citation 'zhuang_adabelief_2020' on page 3 undefined on input li
ne 62.
 
 
LaTeX Warning: Citation 'SGD' on page 3 undefined on input line 73.
 
 
LaTeX Warning: Citation 'Momentum' on page 3 undefined on input line 73.
 
 
LaTeX Warning: Citation 'NAG' on page 3 undefined on input line 73.
 
 
LaTeX Warning: Citation 'Adam' on page 3 undefined on input line 73.
 
 
LaTeX Warning: Citation 'liu_variance_2020' on page 3 undefined on input line 7
3.

References to tables, images, sections are not resolved

Whatever is referred using \ref command appears as ?? in the pdf

make[1]: *** No rule to make target `article.bbl'

STDOUT Logs of build-all.sh

build.log file

Thanks for your help.

Possible natbib issue, added a note in the PR!

Leaving this note for future visitors to this issue: To resolve the issues mentioned above, please follow the steps mentioned by @koustuvsinha in this comment.

Essentially, do not import xcolor package in openreview/packages.tex (rescience.cls already does that) and do not include the bibliography in openreview/content.tex or openreview/appendix.tex as journal/article.tex already contains \printbibliography for the purpose.

@mdrpanwar could you please help me? i am getting the same error.