Today I suddenly got an error when building my pdf, this is apparently due to my citations? It worked perfectly untill today when I added a website citation in my bibliography. Even when I deleted that citation, it just doesn't want to build anymore..
Could you help me with this problem ?
Here is a picture of the warning in sublime text 2: and (some of) the bibliography code:
Code: Select all
@manual{handleidinglatex,
author = "Piet van Oostrum",
title = "LaTeX Handleiding",
year = "1996"
}
@misc{website:glosbedeflitstudy,
author = "Cloud Inside Inc.",
title = "Glosbe-'Literatuurstudie in Engels'",
month = "March",
year = "2013",
url = "http://nl.glosbe.com/nl/en/literatuurstudie"
}[/latex]
and the main document code to call the bibliography:
[code]\bibliographystyle{plain}
\bibliography{bronnen}
Misterd