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.

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

Multiple bibliographies with bibunits
This example shows how to create multiple bibliographies/reference lists in the same document, potentially from different .bib files, using the bibunits package.
For more information, see the bibunits documentation.
LianTze Lim

Generate IEEE Styled Bibliography for all kinds of items
This is a skeleton file to create IEEE style Bibliography list. There is a guide added "create-manual-bib-entry.txt" to manually create popular types of references such as PhD thesis, website, unpublished work etc.
Modified by K. Reaz( kahn.reaz@ieee.org)
Support sites:
http://www.ieee.org/
Khan Reaz

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

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)

Curriculum Vitae for Researchers
A CV for academicians (researchers, professors, ) that is designed on moderncv template. Here, the publications are automatically sorted in reverse chronological order. You just need to add BibTeX format of your publications in conference.bib or journal.bib
Pratik Dutta

LaTeX Bibliography Example: The natbib Package
The natbib package provides automatic numbering, sorting and formatting of in text citations and bibliographic references in LaTeX. It supports both numeric and author-year citation styles.
The natbib package is the most commonly used package for handling references in LaTeX, and it is very functional, but the more modern biblatex package is also worth a look.
writeLaTeX

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

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