Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ! Package biblatex Error: Language 'english' not found.
  2.  
  3. See the biblatex package documentation for explanation.
  4. Type H <return> for immediate help.
  5. ...
  6.  
  7. l.15 begin{document}
  8.  
  9. ?
  10.  
  11. documentclass{article}
  12.  
  13. usepackage{filecontents}
  14. begin{filecontents}{jobname.bib}
  15. @Book{Sample,
  16. author={Last, First},
  17. title={Sample Book},
  18. year=2016
  19. }
  20. end{filecontents}
  21.  
  22. usepackage{biblatex-chicago}
  23. addbibresource{jobname.bib}
  24.  
  25. begin{document}
  26. Test.autocite{Sample}
  27. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement