Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. documentclass[12pt,reqno]{amsart}
  2. %------------------------------------------------------------
  3. usepackage{etoolbox}
  4. makeatletter
  5. patchcmdmaketitle
  6. {uppercasenonmathshorttitle}
  7. {}
  8. {}{}
  9. patchcmdmaketitle
  10. {@nxMakeUppercase{thetoks@}}
  11. {thetoks@}
  12. {}
  13. {}{}
  14. %----
  15. %patchcmd@settitle
  16. % {uppercasenonmath@title}
  17. % {}
  18. % {}{}
  19. patchcmd@setauthors
  20. {MakeUppercase{authors}}
  21. {authors}
  22. {}{}
  23. makeatother
  24. %------------------------------------------------------------
  25. %usepackage[notref,notcite]{showkeys}
  26. usepackage{amsmath,amssymb,amsthm}
  27. usepackage{color}
  28. usepackage{url}
  29. %-----------------
  30. %------------------------------------------------------------
  31. usepackage[utf8]{inputenc}
  32. usepackage[T1]{fontenc}
  33. %------------------------------------------------------------
  34. usepackage{geometry}
  35. geometry{left=2cm,right=2cm,top=2cm,bottom=2cm}
  36.  
  37. %-------------------------------------------
  38. address{$^{[1]}$ The address of author1.}
  39. email{url{Author1@....com}}
  40. address{$^{[2]}$ The address of author2.}
  41. email{url{Author2@....com}}
  42.  
  43. subjclass[2010]{......}
  44.  
  45. keywords{......}
  46.  
  47. %%%%%%%%%%%% begin{document} %%%%%%%%%%%%%%%%%%%%
  48. begin{document}
  49. author[Author1, Author2] {Author1$^{1}$ and Author2$^{2}$ }
  50. title{Title}
  51. maketitle
  52. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement