Guest User

Untitled

a guest
Jan 18th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[utf8]{inputenc}
  3. usepackage[english]{babel}
  4.  
  5. usepackage[
  6. backend=biber,
  7. style=alphabetic,
  8. citestyle=alphabetic
  9. ]{biblatex}
  10.  
  11. addbibresource{sample.bib} %Imports bibliography file
  12.  
  13. begin{document}
  14. section{First section}
  15.  
  16. First statement cite{gascuel97}, and a second statement cite{sokal58}.
  17.  
  18. printbibliography
  19. end{document}
Add Comment
Please, Sign In to add comment