BibTeX, biblatex and biberError with citation

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Misterd
Posts: 1
Joined: Wed Mar 27, 2013 11:38 pm

Error with citation

Post by Misterd »

Dear members,

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:
sublime-error.png
sublime-error.png (70.54 KiB) Viewed 1729 times
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}
Thanks!
Misterd
Last edited by localghost on Thu Mar 28, 2013 11:08 am, edited 1 time in total.

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