I'm quite new to LaTeX and I tried to use BibTeX for the first time to create my reference list. I created a .bib file in BibDesk (termpaper.bib), saved in in the same folder as my LaTeX file, and then typed this in LaTeX:
Code: Select all
\bibliographystyle{lamsplain}
\bibliography{termpaper}
Does anyone know how I can solve this?Please type another input file name: latex bib ! I can't find file `latex'.
Thanks in advance!