I use the legrand orange book template and a reference to a book chapter. The entry in the .bib file is:
Code: Select all
@incollection{Kiat2008,title = "14 - From the structure of relaxors to the structure of MPB systems ",editor = "Ye, Zuo-Guang ",booktitle = "Handbook of Advanced Dielectric, Piezoelectric and Ferroelectric Materials ",publisher = "Woodhead Publishing",year = "2008",pages = "391 - 446",series = "Woodhead Publishing Series in Electronic and Optical Materials",isbn = "978-1-84569-186-8",doi = "http://dx.doi.org/10.1533/9781845694005.3.391",url = "http://www.sciencedirect.com/science/article/pii/B9781845691868500144",author = "J.-M. Kiat and B. Dkhil"}
\cite{Kiat2008}
This is the output of Biber:
Code: Select all
INFO - This is Biber 1.6INFO - Logfile is 'test.blg'INFO - Reading 'test.bcf'INFO - Found 1 citekeys in bib section 0INFO - Processing section 0INFO - Looking for bibtex format file '../bibtot.bib' for section 0INFO - Decoding LaTeX character macros into UTF-8INFO - Found BibTeX data source '../bibtot.bib'INFO - Overriding locale 'en_US.UTF-8' default tailoring 'variable = shifted' with 'variable = non-ignorable'INFO - Sorting 'entry' list 'nyt' keysINFO - No sort tailoring available for locale 'en_US.UTF-8'INFO - Writing 'test.bbl' with encoding 'UTF-8'INFO - Output to test.bbl
The reference appears in the text after the first pdfLaTeX as [Kiat2008] (in bold face), it is then replaced by a number (which is correct when I have more references), but which does not appear in the bibliography section at the end of my document.
The output of the third pdfLaTeX reads:
Code: Select all
Package biblatex Warning: Type 'book' not found on input line 175.LaTeX Warning: Empty bibliography on input line 175.Package biblatex Warning: Type 'article' not found on input line 178.LaTeX Warning: Empty bibliography on input line 178.[9 <./Pictures/chapter_head_2.pdf>] [10] (./test.ind) (./test.aux) )(see the transcript file for additional information)pdfTeX warning (dest): name{section*.6} has been referenced but does not exist, replaced by a fixed onepdfTeX warning (dest): name{cite.0@Kiat2008} has been referenced but does not exist, replaced by a fixed one
Thanks a lot