Guest User

Untitled

a guest
Jan 22nd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. documentclass{minimal}
  2. usepackage[pdfusetitle]{hyperref}
  3. usepackage{authblk}
  4.  
  5. %makeatletter
  6. %hypersetup{pdfauthor={@author}}
  7. %makeatother
  8.  
  9. begin{document}
  10. title{The title}
  11. author{Myself}
  12.  
  13. Content.
  14.  
  15. end{document}
  16.  
  17. title{The title}
  18. author{Firstname Lastname}
  19. author{Second author}
  20. affil{First affiliation\
  21. href{mailto:firstname.fastname@affiliation}{firstname.fastname@affiliation}
  22. }
  23. author{Name3}
  24. affil{Second affiliation}
  25. makeatletter
  26. hypersetup{
  27. pdfauthor={Firstname Lastname, Second author, Name3}
  28. }
  29. makeatother
  30. maketitle
Add Comment
Please, Sign In to add comment