Guest User

Untitled

a guest
Jul 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[utf8]{inputenc}
  3. usepackage[english]{babel}
  4.  
  5. usepackage{comment}
  6.  
  7. usepackage[
  8. backend=biber,
  9. style=alphabetic,
  10. sorting=ynt
  11. ]{biblatex}
  12. addbibresource{sample.bib}
  13.  
  14. title{Bibliography management: texttt{biblatex} package}
  15. author{ShareLaTeX}
  16. date{ }
  17.  
  18. begin{document}
  19.  
  20. maketitle
  21.  
  22. Using texttt{biblatex} you can display bibliography divided into sections,
  23. depending of citation type.
  24. Let's cite! Einstein's journal paper cite{einstein} and the Dirac's
  25. book cite{dirac} are physics related items.
  26. Next, textit{The LaTeX Companion} book cite{latexcompanion}, the Donald
  27. Knuth's website cite{knuthwebsite}, textit{The Comprehensive Tex Archive
  28. Network} (CTAN) cite{ctan} are LaTeX related items; but the others Donald
  29. Knuth's items cite{knuth-fa,knuth-acp} are dedicated to programming.
  30.  
  31. medskip
  32.  
  33. printbibliography
  34.  
  35. end{document}
Add Comment
Please, Sign In to add comment