Code: Select all
@techreport{ipcc_2007,
title = {Climate Change 2007: Synthesis Report},
author = {{(IPCC)} Intergovernmental Panel on Climate Change },
year = {2007}
},
\citep{ipcc_2007}
, the author name is listed as: "(on Climate Change, 2007)", and in the bibliography section at the end, it's listed as: "Climate Change, I. I. P. (2007). Climate change 2007: Synthesis report. Technical report." I would like the parenthetical reference to be listed as "(IPCC, 2007)", and the bibliography should list the acronym, followed by the full name spelled out. It's obviously treating the IPCC author string as a person's name.
Thanks for any assistance. I am using the memoir document class with natbib and compiling against PDFLatex, if that's useful.