Guest User

Untitled

a guest
Sep 27th, 2021
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.51 KB | None | 0 0
  1. \documentclass[%
  2. reprint,
  3. nofootinbib,
  4. amsmath,amssymb,
  5. aps,
  6. ]{revtex4-2}
  7.  
  8. \usepackage{hyperref}  % Add hypertext capabilities
  9. \hypersetup{
  10.    colorlinks=true,
  11.    linkcolor=blue,
  12.    filecolor=magenta,
  13.    urlcolor=cyan,
  14. }
  15.  
  16. \begin{document}
  17.  
  18. \title{Title}
  19.  
  20. % footnote(s) to article title
  21. \homepage[\label{lb:homepage}Website: ]{https://example.org}
  22.  
  23. \author{Author}
  24.  
  25. \date{\today}
  26.  
  27. \maketitle
  28.  
  29. sample text
  30.  
  31. \clearpage
  32.  
  33. sample text2 and reference: \autoref{lb:homepage}
  34.  
  35. \end{document}
  36.  
Advertisement
Add Comment
Please, Sign In to add comment