I'm currently writing a paper where I need to reference a a chapter within a book.
So, for example I have a book, which is written by several authors and have a title. Inside the book, there are different other authors in different chapters. So for example I have:
- Book name: Book Title
- Authors of the book: Juan, D. and Dean, J. and Stark, T.
- Chapter title: Title of the chapter
- Author of the chapter: DiCaprio, L.
- Pages: 150-170
And then of course there are some publisher stuff and such.
My question is then: How should I be writing this in LaTeX ? I'm using BibLaTeX, and the book/article references given by:
@article{Xarticle,
author = "",
title = "",
journal = "",
%volume = "",
%number = "",
%pages = "",
year = "XXXX",
%month = "",
%note = "",
}
and
@book{Xbook,
author = "",
title = "",
publisher = "",
%volume = "",
%number = "",
%series = "",
%address = "",
%edition = "",
year = "XXXX",
%month = "",
%note = "",
}
So yeah, I actually needs 2 titles, and 2 authors, at least in my head. But I can't figure out how to go about this ?
So any help would grateful.
Thanks in advance.
EDIT: So actually, in one of my articles, it says: "This chapter should be cited as"
Le Treut, H., R. Somerville, U. Cubasch, Y. Ding, C. Mauritzen, A. Mokssit, T. Peterson and M. Prather, 2007: Historical Overview of Climate Change. In: Climate Change 2007: The Physical Science Basis. Contribution of Working Group I to the Fourth Assessment Report of the Intergovernmental Panel on Climate Change [Solomon, S., D. Qin, M. Manning, Z. Chen, M. Marquis, K.B. Averyt, M. Tignor and H.L. Miller (eds.)]. Cambridge University Press, Cambridge, United Kingdom and New York, NY, USA.
So the main authors of the chapter, IN the book which different authors.
Can this be done in LaTeX ?
