Gallery Items tagged Bibliography
Creating a bibliography is made easy in LaTeX through the use of packages such as bibtex, biber, natbib and biblatex which allow the automatic generation of the reference list in the chosen style (e.g. in that required by the academic journal you’re submitting your article to). Here we present some example documents to help you see how to set up a bibliography in LaTeX to achieve the reference and citation style required.

Annotated Bibliography Template
Simple annotated bibliography template, based on IEEE bibliography styles.
Author: Titus Barik (titus@barik.net)
Homepage: http://www.barik.net/sw/ieee/
Reference: http://www.ctan.org/tex-archive/info/simplified-latex/
Titus Barik

IEEE for journals template with bibtex example files includedOfficial
This is a skeleton file demonstrating the use of the IEEEtran.cls style with an IEEE journal paper, and with example bibliography files included.
These bibliography files are includes to provide one example of how to set up a bibliography for your IEEE paper.
For more information on using bibtex for references in your IEEE journal papers, see this FAQ.
IEEEtran.cls version: 1.8b
IEEE template by Michael Shell

UWE Dissertation Report
An example template of how to create a dissertation style for UWE Bristol (BSc Mathematics/Mathematics and Statistics programme) with margins compatible with MS Word templates (so correct for page limit rules).
This also allows you to separate out References and Bibliography entries.
Deirdre Toher

Simplified APA6-Style Manuscript - How To Make Basic Citations
This template is a bare-bones version of an APA6 template already on this site. I made it to help make it clear how APA citations work
Dory Sheldan

Bibliography - Chicago Author-Date, DOI suppressed
Print only your Bibliography in the Chicago Author-Date format. Simply
change the line
\bibliography{musicBib.bib}
to the name of your BibTeX or BibLaTeX file and
upload your .bib file to the project.
Brandon Payne

Bibliography management: BibTeX example
An example showing how to use BibTeX to manage your bibliography.
This example was originally published on ShareLaTeX and subsequently moved to Overleaf in November 2019.
Uploaded from ShareLateX

The Chicago Citation Style with biblatex
The biblatex-chicago package implements the citation style of the Chicago Manual of Style, 16th edition. In this example, the notes option causes biblatex's autocite command to put citations in footnotes. The package can also produce inline author-year citations in the Chicago style. See the package documentation for more information.
writeLaTeX

One-column IEEE journal article
This is a skeleton file demonstrating the use of the IEEEtran.cls style with a one-column IEEE journal paper, and with example bibliography files included. (Please refer to your journal's instructions for other document class options to set before submitting.)
These bibliography files are includes to provide one example of how to set up a bibliography for your IEEE paper.
For more information on using bibtex for references in your IEEE journal papers, see this FAQ.
IEEEtran.cls version: 1.8b
IEEE template by Michael Shell

Bibliographies with biber and biblatex
How to use biblatex with bibier and hyperref package.
Frank the Bunny