wannesm / adsphd

KU Leuven Arenberg Doctoral School PhD dissertation latex class
http://set.kuleuven.be/phd/
73 stars 46 forks source link

problem compiling references #77

Closed Nathalievr closed 6 years ago

Nathalievr commented 6 years ago

I have a problem with the references when I compile my file. I use MikTex 2.9.6643. I created a file allpapers.bib with Endnote. I use the code:

\includebibliography

\bibliographystyle{acm} \bibliography{allpapers}

The file compiles, but in the log-file it is indicated that the references were not found. In the text they appear as [?]. The bibliography is not generated, as well as the table of contents, list of figures.

wannesm commented 6 years ago

Does the allpapers.bib file exists in the same directory? See https://www.overleaf.com/blog/532-creating-and-managing-bibliographies-with-bibtex-on-overleaf for more background on using bibtex.

Nathalievr commented 6 years ago

I used the wrong format in my allpapers.bib, but now it works again, thanks!