Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. documentclass[a4paper, 12pt]{article}
  2. usepackage{amsfonts}
  3. %usepackage{amsbsy}
  4. usepackage{amssymb}
  5. usepackage{amsmath}
  6. %usepackage[a4paper, total={6in, 8in}]{geometry}
  7. usepackage{graphics}
  8. %usepackage{epsfig}
  9. usepackage{tgbonum}
  10. usepackage{tikz}
  11. usepackage{flexisym}
  12. %usepackage{subfigure}
  13. usepackage{cite}
  14. usepackage{nth}
  15. usepackage{amsthm}
  16. begin{document}
  17.  
  18. bibitem{YFA} Y.Z. Fan,
  19. newblock On spectral integral variations of mixed graphs,
  20. newblock {em Linear Algebra and its Applications}, 374 (2003) 307-316.
  21. end{document}
  22.  
  23. I am trying to give the reference as a clickable reference so that when one clicks, one can get the research paper directly on internet. How to do this?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement