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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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