Care needs to be taken with user contributed styles as they may not match the style name exactly. Many are slightly different based on a contributors need. Test any non-journal style by using it with a large BibTeX database and compare the resulting bibliography to the official style.
The following two commands are used to create bibliography/reference list:
\bibliographystyle{StyleType}
\bibliography{BibTexFileName}
The in-built bibliography styles in LaTeX include:
Although the seven built-in bibliography styles work, they can often be clunky to use and change between.
Through the use of the Natbib package in the preamble, further styles are possible. These include (but are not limited to):
Through the use of the Natbib package and associated styles, users have more control over citation within their LaTeX document.