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 1715 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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply