Guest User

Untitled

a guest
May 22nd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. ERROR - BibTeX subsystem: /tmp/i_hu76qDT8/References.bib_3533.utf8,
  2. line 2, syntax error: found "{o}", expected end of entry ("}" or ")")
  3. (skipping to next "@")
  4. INFO - ERRORS: 1
  5.  
  6. documentclass{report}
  7. usepackage{biblatex}
  8. addbibresource{References.bib}
  9.  
  10. begin{document}
  11. John S"{o}ren wrote cite{TestEntry}.
  12. printbibliography
  13. end{document}
  14.  
  15. @InCollection{TestEntry,
  16. author = "John S"{o}ren",
  17. booktitle = "Nonesuch",
  18. publisher = "Some Publisher",
  19. address = "Somewhere",
  20. year = "1996"
  21. }
  22.  
  23. author = "John S"{o}ren",
  24.  
  25. author = {John S"{o}ren},
Add Comment
Please, Sign In to add comment