I am very new to latex and it is the first document I am creating with latex.
I am trying to cite the references I have from my refworks account.
- I exported my references in .bib file ->
references.bib
- I added the following in my .tex file:
Code: Select all
\begin{document} my text .... \cite{RefWorks:62} \bibliographystyle{alpha} \bibliography{references} \end{document}
- here is what I have in
references.bib
:
Code: Select all
@book{RefWorks:62, author={A.M. Feldman}, year={1980}, title={Welfare Economics and Social Choice Theory}, publisher={Kluwer Academic}, address={Boston} }
Code: Select all
Citation `RefWorks:62' on page 1 undefined
I followed the instruction I found about referencing refworks in Latex but i am not sure why references don't show up.
I will appreciate if you can help me.
Thanks