Guest User

Untitled

a guest
Mar 10th, 2019
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. documentclass[12pt, reqno]{amsart}
  2. usepackage{amsmath, amsthm, amscd, amsfonts, amssymb, graphicx, color}
  3. usepackage[bookmarksnumbered, colorlinks, plainpages]{hyperref}
  4. hypersetup{colorlinks=true,linkcolor=red, anchorcolor=green, citecolor=cyan, urlcolor=red, filecolor=magenta, pdftoolbar=true}
  5.  
  6. textheight 22.5truecm textwidth 15truecm
  7. setlength{oddsidemargin}{0.25in}setlength{evensidemargin}{0.25in}
  8. renewcommand{baselinestretch}{1.25}
  9. setlength{topmargin}{-.5cm}
  10.  
  11.  
  12.  
  13. begin{document}
  14. title[Title]{Title}
  15.  
  16. author[Author one, Author two , Author three] {Author one$^{1}$, Author two$^{2}$ and Author three$^{3}$ }
  17.  
  18. address{$^{1}$ Address of first author.}
  19. email{textcolor[rgb]{0.00,0.00,0.84}{one@gmail.com}}
  20. address{$^{2}$ Address of second author.}
  21. email{textcolor[rgb]{0.00,0.00,0.84}{two@hotmail.com}}
  22. address{$^{3}$ Address of third author.}
  23. email{textcolor[rgb]{0.00,0.00,0.84}{three@yahoo.com}}
  24. subjclass[2010]{46C05, 47A05}
  25. keywords{semigroup.}
  26. maketitle
  27. begin{abstract}
  28. In this article,
  29. end{abstract}
  30.  
  31. end{document}
Add Comment
Please, Sign In to add comment