Guest User

Untitled

a guest
Jan 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. @article{example,
  2. author = {Author},
  3. title = {Title},
  4. journal = {Journal},
  5. year = {2018},
  6. url = {href{https://arxiv.org/abs/1606.08794}{arXiv:1606.08794}}
  7. }
  8.  
  9. documentclass{article}
  10.  
  11. usepackage[backend=biber,style=alphabetic]{biblatex}
  12. usepackage{hyperref}
  13. addbibresource{biblio.bib}
  14. renewbibmacro{in:}{} % cosmetical
  15.  
  16. begin{document}
  17. I want to cite cite{example}.
  18.  
  19. printbibliography
  20. end{document}
Add Comment
Please, Sign In to add comment