I am trying to compile a bibliography that is externally linked but I get back an error saying
I couldn't open file name
firstbibtex.aux
Here is the referencing code:
@article{greenwade93,
author = "George D. Greenwade",
title = "The {C}omprehensive {T}ex {A}rchive {N}etwork ( {CTAN} )",
year = "1993",
journal = "TUGBoat",
volume = "14",
number = "3",
pages = "342--351"
}
@book{goossens93,
author = "Michel Goossens and Frank Mittleback and Alexander Smarin",
title = "The Latex Companion",
year = "1993",
publisher = "Addison-Wesley",
address = "Reading, Massachusetts"
}
Here is the tex file:
\documentclass{article}
\begin{document}
hello world!\cite{greenwade93} and then someone said good night world! \cite{goossens93}
\bibliographystyle{plain}
\bibliography{firstbibtex}
\end{document}
This is based on this tutorial.
The names of the files are firstindex.bib and untitled.tex(note: the .tex is not fliename)
They have been complied using the pdftex and TEX and DVI via TexShop on mac. They have also been complied using the following on the command line
latex firstindex
bibtex firstindex
latex firstindex
latex firstindex