Coder Social home page Coder Social logo

Comments (3)

fedetask avatar fedetask commented on June 25, 2024 1

We fixed the issues you mentioned but the problem persists. From the automatic build triggered by the commit on the PR, I read the following output, so I ruled out that it might be an issue of my local installation/configuration:

Building rodas2021rehamiltonian
/github/workspace/rodas2021rehamiltonian/journal
Rc files read:
  NONE
Latexmk: This is Latexmk, John Collins, 29 September 2020, version: 4.70b.
Rc files read:
  NONE
Latexmk: This is Latexmk, John Collins, 29 September 2020, version: 4.70b.
Rule 'pdflatex': The following rules & subrules became out-of-date:
      'pdflatex'
------------
Run number 1 of rule 'pdflatex'
------------
------------
Running 'xelatex -interaction=nonstopmode  -recorder  "article.tex"'
------------
Latexmk: References changed.
Latexmk: Non-existent bbl file 'article.bbl in line'
 No file article.bbl.
Latexmk: Missing input file: 'intro.tex' from line
  '! LaTeX Error: File `intro.tex' not found.'
Latexmk: List of undefined refs and citations:
  Citation 'beta-vae' on page 1 undefined on input line 34
  Citation 'geco' on page 1 undefined on input line 33
  Citation 'pytorch' on page 1 undefined on input line 10
------------
Running 'make "article.bbl"'
------------
make[1]: *** No rule to make target 'article.bbl'.  Stop.
------------
Running 'make "intro.tex"'
------------
make[1]: *** No rule to make target 'intro.tex'.  Stop.
Latexmk: Summary of warnings from last run of *latex:
  Latex failed to resolve 3 citation(s)
Collected error summary (may duplicate other messages):
  pdflatex: Command for 'pdflatex' gave return code 1
      Refer to 'article.log' for details
Latexmk: Use the -f option to force complete processing,
 unless error was exceeding maximum runs, or warnings treated as errors.
make: *** [Makefile:30: article.pdf] Error 12
Build complete

from mlrc.

koustuvsinha avatar koustuvsinha commented on June 25, 2024

Thanks for the detailed description and the logs! I have made some comments in the PR, summarizing it here too:

  • No need to import neurips_2019 package, as we will be using the ReScience style files
  • No need to import fontenc, as it breaks ReScience fonts

Can you check if the relative import issues exists after fixing the above?

from mlrc.

fedetask avatar fedetask commented on June 25, 2024

Solution for anyone encountering the same problem: any \include{path} in files in the openreview folder must include as \include{../openreview/path} since the latex compilation is run from the journal folder. This is also valid for figures.

Closing the issue, thanks for your help!

from mlrc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.