Guest User

Untitled

a guest
Oct 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. RequirePackage{filecontents}
  2. begin{filecontents}{mybib.bib}
  3. @misc{bb09 , Author = "Blah and Blue", year = 2009}
  4. end{filecontents}
  5.  
  6. documentclass{article}
  7. bibliographystyle{alpha}
  8. usepackage{natbib}
  9. usepackage[svgnames]{xcolor} for 'DarkGreen' color
  10. usepackage[colorlinks,allcolors=DarkGreen]{hyperref}
  11.  
  12. begin{document}
  13. noindent
  14. cite{bb09}, cite[Proposition~1.8]{bb09}
  15. bibliography{mybib}
  16. end{document}
Add Comment
Please, Sign In to add comment