Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. documentclass[a4paper,11pt]{amsart}
  2. usepackage{amsmath,amssymb,amsthm, amsfonts,color}
  3.  
  4. begin{document}
  5.  
  6. title{A paper}
  7.  
  8. author[F. Author]{First Author}
  9. author[S. Author]{Second Author}thanks{for all the fish}
  10. address{the department\
  11. a place}
  12. email[F. Author]{fauthor@theschool.edu}
  13. email[S. Author]{sauthor@theschool.edu}
  14.  
  15.  
  16.  
  17. maketitle
  18.  
  19. begin{abstract}
  20. the abstract
  21. end{abstract}
  22.  
  23. section{intro}
  24. lots of good stuff
  25.  
  26. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement