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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply