Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. documentclass[12pt,reqno,a4paper]{amsart}
  2. %usepackage[utf8]{inputenc} % not needed with up-to-date TeX systems
  3. usepackage[english]{babel}
  4.  
  5. usepackage{amsmath,amsthm,amsfonts,amssymb}
  6. usepackage{mathtools}
  7. usepackage{color}
  8.  
  9. usepackage{mathrsfs}
  10. usepackage[all]{xy}
  11. usepackage{tikz-cd}
  12. usepackage[normalem]{ulem} % do you *really* need it?
  13. usepackage{datetime}
  14.  
  15. usepackage{hyperref}
  16.  
  17. theoremstyle{definition}
  18.  
  19. newtheorem{theorem}{Theorem}[section]
  20. newtheorem{construction}{Construction}
  21. [section]
  22. newtheorem{observation}{Observation}
  23. newtheorem{corollary}{Corollary}[section]
  24. newtheorem{lemma}{Lemma}[section]
  25. newtheorem{definition}{Definition}[section]
  26. newtheorem{remark}{Remark}[section]
  27. newtheorem{proposition}{Proposition}[subsection]
  28. renewcommand{qedsymbol}{$blacksquare$}
  29. newtheorem{example}{Example}
  30. newtheorem*{question}{Question}
  31. newtheorem*{solution}{Solution}
  32. newtheorem{exercise}{Exercise}
  33.  
  34. newcommand{mc}{mathcal}
  35. newcommand{mf}{mathfrak}
  36. newcommand{mb}{mathbb}
  37. newcommand{xra}{xrightarrow}
  38. newcommand{ra}{rightarrow}
  39. newcommand{rra}{rightrightarrows}
  40. pagestyle{myheadings}
  41.  
  42. textheight 9.3in
  43. textwidth 6.5in
  44. calclayout
  45.  
  46. % metadata
  47.  
  48. %date{today}
  49.  
  50.  
  51. title{something}
  52. author{someone}
  53. address{somewhere}
  54.  
  55.  
  56. begin{document}
  57. %today
  58. begin{abstract}
  59.  
  60. end{abstract}
  61. maketitle
  62.  
  63. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement