BibTeX, biblatex and biberError with Bibliography File done by BibDesk

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
astri
Posts: 1
Joined: Sat Jun 02, 2012 11:50 am

Error with Bibliography File done by BibDesk

Post by astri »

Hi,

I am having trouble with typesetting my bibliography file. This is how it looks in the .tex file:

Code: Select all

\newpage
\addcontentsline{toc}{section}{References}
\bibliographystyle{plain}
\bibliography{masteroppgave}
When I typeset the .tex file with BibTex, no errors come up, but when I typeset it with LaTex this error comes up:

Code: Select all

./masteroppgave.bbl:144: Missing } inserted.
<inserted text> 
                }
l.144 \end{thebibliography}

I can't find anything wrong in my Bibdesk file. (I just updated my TeXShop program, could that be a reason for the error?)

Any ideas as to what could be wrong?

Recommended reading 2024:

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

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

Post Reply