BibTeX, biblatex and biberWhat bibtex entry type to obtain this reference

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
rawlins02
Posts: 22
Joined: Tue Oct 07, 2008 6:56 pm

What bibtex entry type to obtain this reference

Post by rawlins02 »

What is the best bibtex entry type and correct implementation to obtain this reference.

IPCC, 2013: Climate Change 2013: The Physical Science Basis. Contribution of Working Group I to the Fifth Assessment Report of the Intergovernmental Panel on Climate Change [Stocker, T.F., D. Qin, G.-K. Plattner, M. Tignor, S.K. Allen, J. Boschung, A. Nauels, Y. Xia, V. Bex and P.M. Midgley (eds.)]. Cambridge University Press, Cambridge, United Kingdom and New York, NY, USA, 1535 pp.


I'd like (IPCC, 2013) to appear in the citation in the text and be the start of the reference. At the moment the authors (Stocker et al., 2013) shows in the text and starts the reference.

Here is entry in .bib file:

Code: Select all

@techreport{IPCC:13,
  key={IPCC:13},
  title={Climate Change 2013: The Physical Science Basis},
  author={Stocker, Thomas F and Qin, Dahe and Plattner, Gian-Kasper and Tignor, M and Allen, Simon K and Boschung, Judith and Nauels, Alexander and Xia, Yu and Bex, Vincent and Midgley, Pauline M},
  journal={Intergovernmental Panel on Climate Change, Working Group I Contribution to the IPCC Fifth Assessment Report (AR5)(Cambridge University Press, Cambridge, United Kingdom and New York, NY, USA.)},
  year={2013},
  note={1535 pp.}
}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

rawlins02
Posts: 22
Joined: Tue Oct 07, 2008 6:56 pm

Re: What bibtex entry type to obtain this reference

Post by rawlins02 »

I've decided to create the reference in the .bbl from scratch.
Post Reply