BibTeX, biblatex and biberMissing BibTeX Database Entry

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
jcmt_pico
Posts: 19
Joined: Fri Jun 18, 2010 12:39 am

Missing BibTeX Database Entry

Post by jcmt_pico »

Hi there,

I'm trying to start to use BibTeX. But my first is being very bad. I'm always getting this error
I didn't find a database entry for "("
But I can't find what bibtex refers to....

My .bib file:

Code: Select all

@BOOK{barry,
  title = "{Atmosphere, Weather and Climate}",
  publisher = "Routledge",
  year = "2003",
  author = "Roger Barry and Richard Chorley",
}

@BOOK{benestad,
  title = "{Solar Activity and Earth's Climate}",
  publisher = "Springer",
  year = "2006",
  author = "Rasmus Benestad",
}

@ARTICLE{landsberg,
  author = "E. Landsberg and R. Kaylor",
  title = "{Spectral analysis of long meteorological serieslandsberg}",
  journal = "{Journal of Interdisciplinary Cycle Research}",
  year = "1976",
  volume = "7",
  pages = "237",
}

@BOOK{peixoto,
  title = "Physics of Climate",
  publisher = "Springer",
  year = "1992",
  author = "Jose Peixoto and Abraham Oort",
}

@MISC{IPCC1,
  author = "Watson R.T. and the Core Writing Team eds.",
  title = "{A Contribution of Working Groups I, II, and III to the Third Assessment Report of the Intergovernmental Panel on Climate Change}",
  institution = "{IPCC, Cambridge University Press, Cambridge}",
  year = "2001",
}

@MISC{IPCC2,
  author = "S. Solomon and D. Manning and Z. Chen and M. Marquis and K.B. Averyt and M. Tignor and H. Miller",
  title = "{IPCC, Climate Change 2007, The Physical Science Basis. Fourth Assessment Report}",
  institution = "{Cambridge University Press, New York}",
  year = "2007",
}

@BOOK{soon,
  title = "{The Maunder Minimum and the Variable Sun-Earth Connection}",
  publisher = "{World Scientific Publishing Co. Pte. Ltd.}",
  year = "2003",
  author = "Willie Wei-Hock Soon and Steven H. Yaskell",
}
Can anybody give me some help?
Last edited by jcmt_pico on Thu Jan 19, 2012 12:45 pm, edited 1 time in total.

Recommended reading 2024:

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

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

jcmt_pico
Posts: 19
Joined: Fri Jun 18, 2010 12:39 am

Re: Missing BibTeX Database Entry

Post by jcmt_pico »

Already soved... sorry for the inconvenient ....
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Missing BibTeX Database Entry

Post by localghost »

Would you kindly post this solution and then mark the topic accordingly? Otherwise this thread contains no useful information, thus can be deleted.


Thorsten
jcmt_pico
Posts: 19
Joined: Fri Jun 18, 2010 12:39 am

Missing BibTeX Database Entry

Post by jcmt_pico »

The problem was a wrong syntax in a citation command.

Code: Select all

\citep(}
Post Reply