Advertisement
Guest User

Untitled

a guest
Jun 19th, 2020
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.67 KB | None | 0 0
  1. \documentclass[12pt]{article}
  2. \usepackage[margin=1in]{geometry} \geometry{letterpaper}
  3. \usepackage[colorlinks=true]{hyperref}
  4.  
  5. \usepackage{biblatex} \addbibresource{bibtest.bib}
  6.  
  7. \begin{document}
  8. \cite{dpapp,lindstrom}
  9.  
  10. \cite{whitworth1878} \cite{humphreys2010} \cite{dpapp,lindstrom} \cites[Lemma 10.7.2]{encylatt}[Ex.\ 2.7.2]{stanley2012}
  11.  
  12. \cite{shapiro1992} \cite{zhou2002}
  13.  
  14. \cite{A000108} \cite{A284016,A024485}
  15.  
  16. \cite[Theorem 10.4.1]{encylatt}
  17.  
  18. \cite[Theorem 10.4.5]{encylatt}
  19.  
  20. \cite[Theorem 10.4.5]{encylatt}
  21.  
  22. \cite[Theorem 10.4.5, second proof]{encylatt}
  23.  
  24. \cite{dpapp,lindstrom}
  25.  
  26. \cite[Lemma 10.7.2]{encylatt}
  27.  
  28. \printbibliography
  29.  
  30. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement