I am back with a more specific q...
I want to cite an article in a book like
Charles D. Keeling, Stephen C. Piper, Robert B. Bacastow, Martin Wahlen, Timothy P. Whorf, Martin Heimann, and Harro A. Meijer; Atmospheric CO2 and 13CO2 Exchange with the Terrestrial Biosphere and Oceans from 1978 to 2000: Observations and Carbon Cycle Implications; in: A History of Atmospheric CO2 and its effects on Plants, Animals, and Ecosystems, edited by, Ehleringer, J.R., T. E. Cerling, M. D. Dearing, Springer Verlag, New York, 2005.
so the .bib entry I made as
Code: Select all
@BOOK{kel05,
Author = "Charles D. Keeling and Stephen C. Piper and Robert B. Bacastow and Martin Wahlen and Timothy P. Whorf and Martin Heimann and Harro A. Meijer ",
chapter = "Atmospheric CO2 and 13CO2 Exchange with the Terrestrial Biosphere and Oceans from 1978 to 2000: Observations and Carbon Cycle Implications"
editor = "Ehleringer, J.R. and T. E. Cerling and M. D. Dearing",
TITLE = "A History of Atmospheric CO2 and its effects on Plants, Animals, and Ecosystems",
PUBLISHER = "Springer Verlag, New York",
YEAR = "2005",
}
Charles D. Keeling, Stephen C. Piper,
Robert B. Bacastow, Martin Wahlen,
Timothy P. Whorf, Martin Heimann, and
Harro A. Meijer.
and no more.... no other @book is doing this....
also with @inbook it is giving
Charles D. Keeling, Stephen C. Piper,
Robert B. Bacastow, Martin Wahlen,
Timothy P. Whorf, Martin Heimann, and
Harro A. Meijer. chapter Atmospheric
CO2 and 13CO2 Exchange with the Terrestrial
Biosphere and Oceans from 1978
to 2000: Observations and Carbon Cycle
Implications.
should I write @article or @articleinbook or some such thing?