0

I'm relatively new to LaTex and I want to use a BibTex file. I read online to build in the following sequence: latex, bibtex, latex, latex. I tried this, but it is still not working.

When running the BibTex file, the console gives me the following error:

I couldn't open file name `bib.aux'

I am using TexShop on Mac. In my files I have the following:

Tex file:

\bibliography{bib}
\bibliographystyle{ieeetr}

Bib file:

@BOOK{DUMMY:1,
      AUTHOR="John Doe",
      TITLE="The Book Without Title",
      PUBLISHER="Dummy Publisher",
      YEAR="2014",
}
JNevens
  • 1,469

0 Answers0