BibTeX, biblatex and biberError in .bbl File

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
swagatopablo
Posts: 16
Joined: Sun Mar 25, 2012 10:57 am

Error in .bbl File

Post by swagatopablo »

Using Kile 2.1.0 in Linux Mint 13 and writing a document (named proposal.tex) in standard article format. For the references, I am using a separate bib file using the commands

Code: Select all

Code, edit and compile here:
\bibliographystyle{unsrt}
\bibliography{library}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
where library.bib is generated by my reference management software (Mendeley). When I compile the document without the above commands, it gives no error at all. But when I compile with the above commands active, it gives several errors in the proposal.bbl file (which is produced at some stage) and refuses to generate the dvi. I am attaching the log file and the bbl file if they are necessary. Please help.

Correction: I have discovered more specific pattern in the error. It happens specifically when I need to include non-cited items from the bib files in the reference list and use the

Code: Select all

\nocite{Key}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
command in conjunction with the above commands.
Attachments
proposal.bbl
(46.61 KiB) Downloaded 1087 times
proposal.log
(19.38 KiB) Downloaded 468 times
Last edited by swagatopablo on Wed Jul 10, 2013 11:52 am, 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.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Error in .bbl File

Post by localghost »

The provided files are quite useless without the corresponding source code (*.tex) and the bibliography database (*.bib). All this information belongs to an adequate problem description by a self-contained and minimal example.


Thorsten
Post Reply