Post date: Dec 9, 2011 4:32:44 PM
There are 2 things:
\bibliographystyle{bib_style_file.bst}
\bibliography{my_references.bib}
Here is an example of how to use it
\bibliographystyle{plain} % (uses file "plain.bst") \bibliography{myrefs,yourrefs} % expects file "myrefs.bib" and "yourrefs.bib"
For more details, please refer to the URL below
http://amath.colorado.edu/documentation/LaTeX/reference/faq/bibstyles.html