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}
Code: Select all
./masteroppgave.bbl:144: Missing } inserted.
<inserted text>
}
l.144 \end{thebibliography}
Any ideas as to what could be wrong?