BibTeX, biblatex and biberBibliography style

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
User avatar
sherlock
Posts: 34
Joined: Fri Apr 11, 2008 9:41 am

Bibliography style

Post by sherlock »

Hi
Does anyone know what bibliography style that Support DOI field and appear like this:
Diffenbaugh, N. S., Pal, J. S., Trapp, R. J., and Giorgi, F. (2005). Fine-scale processes regulate
the response of extreme events to global climate change. PNAS, 102(44):15774–15778.doi10.1073/pnas.0506042102

this is the code my code

Code: Select all

@article{ diffenbaugh05,
	title = " Fine-scale processes regulate the response of extreme events to global climate change ",
	author = "N. S. Diffenbaugh and J. S. Pal and R. J. Trapp and F. Giorgi",
	journal = "PNAS",
	pages = "15774--15778",
	volume = "102",
	number = "44",
	year = "2005",
	abstract = "....",
	localfile = "...",
	doi = "10.1073/pnas.0506042102 "
}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Bibliography style

Post by gmedina »

Hi,

the only styles, as far as I know, that support the DOI field are plainnat, abbrvnat, and unsrtnat to be used with the natbib package. However, none of them gives the exact format that you desire. Do you have to include the DOI field in many of your references? I ask you because a possible solution would be to use the jmb style (also with the natbib package) and then, edit the .bbl file produced by BiBTeX in order to add the missing DOIs.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
User avatar
sherlock
Posts: 34
Joined: Fri Apr 11, 2008 9:41 am

Re: Bibliography style

Post by sherlock »

Hi gmedina
I don't have to include the DOI field but I would
like to include it. I would like to put everything about
my references for better identification.

Thanks
Post Reply