At this point I need to put all of my references into the paper.
I already create a new .bib file, called it on the .text file under the command of:
Code: Select all
\bibliographystyle{plain}
\bibliography{references.bib}

One thing that still bugs me is there is this instruction:
Code: Select all
% You must have a proper ".bib" file
% and remember to run:
% latex bibtex latex latex
% to resolve all references
Thank you