Examples 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.

Ejemplos de referencias bibliográficas en español.
Ejemplo de como se puede crear Referencias bibliográficas en español usando un archivo .bib
Christian Camilo Moreno Acero

Biblatex + Mendeley
A template to produce a filtered bibliography using keywords, categories or tags.
G Sousa

How to Reference, UWE style
A short primer of how reference with an approximation of UWE Harvard style.
Note that it doesn't quite match the quirks of when UWE Harvard uses et.al. after the first time a reference is cited within your text (i.e. this template works according to the rules of the first time a piece is cited within text, rather than the subsequent modifications).
Deirdre Toher

notes2bib—integrating notes into the bibliography
This is a very basic example using the notes2bib package to integrate notes into the bibliography.
This example was originally published on ShareLaTeX and subsequently moved to Overleaf in November 2019.
Uploaded from ShareLaTeX

Bibliography management: thebibliography environment
This document is an example showing how to use the thebibliography environment for bibliography management.
This example was originally published on ShareLaTeX and subsequently moved to Overleaf in November 2019.
Uploaded from ShareLaTeX

Per-chapter bibliographies with bibunits
This is not a full thesis template! It only demonstrates how to create per-chapter references using the bibunits package with BibTeX. (Do not use with BibLaTeX!)
LianTze Lim (Overleaf)

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